llama-stack/llama_stack/providers/inline/tool_runtime/code_interpreter
Ihar Hrachyshka 0a895c70d1
fix(api): don't return list for runtime tools (#1686)
# What does this PR do?

Don't return list for runtime tools. Instead return Response object for
pagination and consistency with other APIs.

---------

Signed-off-by: Ihar Hrachyshka <ihar.hrachyshka@gmail.com>
2025-04-01 09:53:11 +02:00
..
__init__.py chore: fix typing hints for get_provider_impl deps arguments (#1544) 2025-03-11 10:07:28 -07:00
code_env_prefix.py chore: mypy violations cleanup for inline::{telemetry,tool_runtime,vector_io} (#1711) 2025-03-20 10:01:10 -07:00
code_execution.py chore: mypy violations cleanup for inline::{telemetry,tool_runtime,vector_io} (#1711) 2025-03-20 10:01:10 -07:00
code_interpreter.py fix(api): don't return list for runtime tools (#1686) 2025-04-01 09:53:11 +02:00
config.py test: add unit test to ensure all config types are instantiable (#1601) 2025-03-12 22:29:58 -07:00
matplotlib_custom_backend.py fix: resolve type hint issues and import dependencies (#1176) 2025-02-25 11:06:47 -08:00
utils.py agents to use tools api (#673) 2025-01-08 19:01:00 -08:00