forked from phoenix-oss/llama-stack-mirror
feat: allow specifying specific tool within toolgroup (#1239)
Summary: E.g. `builtin::rag::knowledge_search` Test Plan: ``` LLAMA_STACK_CONFIG=fireworks pytest -s -v tests/client-sdk/agents/ --safety-shield meta-llama/Llama-Guard-3-8B ```
This commit is contained in:
parent
657efc67bc
commit
c8a20b8ed0
7 changed files with 80 additions and 64 deletions
|
@ -243,7 +243,7 @@ agent_config = AgentConfig(
|
|||
# Define tools available to the agent
|
||||
toolgroups=[
|
||||
{
|
||||
"name": "builtin::rag",
|
||||
"name": "builtin::rag/knowledge_search",
|
||||
"args": {
|
||||
"vector_db_ids": [vector_db_id],
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue