llama-stack-mirror/llama_stack/providers
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
..
inline feat: tool outputs metadata (#1155) 2025-02-21 13:15:31 -08:00
registry chore: move embedding deps to RAG tool where they are needed (#1210) 2025-02-21 11:33:41 -08:00
remote fix(ollama): register model with the helper first so it gets normalized 2025-02-21 12:51:38 -08:00
tests chore: move embedding deps to RAG tool where they are needed (#1210) 2025-02-21 11:33:41 -08:00
utils feat(api): Add options for supporting various embedding models (#1192) 2025-02-20 22:27:12 -08:00
__init__.py API Updates (#73) 2024-09-17 19:51:35 -07:00
datatypes.py chore: move all Llama Stack types from llama-models to llama-stack (#1098) 2025-02-14 09:10:59 -08:00