llama-stack-mirror/llama_stack/providers/inline/datasetio/localfs
Sébastien Han 8e15e3c1b8
refactor: extract pagination logic into shared helper function
Move pagination logic from LocalFS and HuggingFace implementations into
a common helper function to ensure consistent pagination behavior across
providers. This reduces code duplication and centralizes pagination
logic in one place.

Signed-off-by: Sébastien Han <seb@redhat.com>
2025-03-31 21:49:37 +02:00
..
__init__.py chore: fix typing hints for get_provider_impl deps arguments (#1544) 2025-03-11 10:07:28 -07:00
config.py test: add unit test to ensure all config types are instantiable (#1601) 2025-03-12 22:29:58 -07:00
datasetio.py refactor: extract pagination logic into shared helper function 2025-03-31 21:49:37 +02:00