llama-stack-mirror/llama_stack/providers/inline/tool_runtime/rag
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
..
__init__.py fix: Get distro_codegen.py working with default deps and enabled in pre-commit hooks (#1123) 2025-02-19 18:39:20 -08:00
config.py Move tool_runtime.memory -> tool_runtime.rag 2025-01-22 20:25:02 -08:00
context_retriever.py build: format codebase imports using ruff linter (#1028) 2025-02-13 10:06:21 -08:00
memory.py feat: tool outputs metadata (#1155) 2025-02-21 13:15:31 -08:00