llama-stack-mirror/llama_stack/providers/inline/tool_runtime
ehhuang 25fddccfd8
feat: tool outputs metadata (#1155)
Summary:

Allows tools to output metadata. This is useful for evaluating tool
outputs, e.g. RAG tool will output document IDs, which can be used to
score recall.

Will need to make a similar change on the client side to support
ClientTool outputting metadata.

Test Plan:

LLAMA_STACK_CONFIG=fireworks pytest -s -v
tests/client-sdk/agents/test_agents.py
2025-02-21 13:15:31 -08:00
..
code_interpreter build: configure ruff from pyproject.toml (#1100) 2025-02-14 09:01:57 -08:00
rag feat: tool outputs metadata (#1155) 2025-02-21 13:15:31 -08:00
__init__.py agents to use tools api (#673) 2025-01-08 19:01:00 -08:00