We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 226df10 commit a2d6d70Copy full SHA for a2d6d70
src/llama_stack_client/lib/agents/react/agent.py
@@ -82,8 +82,7 @@ def get_tool_defs():
82
model=model,
83
instructions=instruction,
84
toolgroups=builtin_toolgroups,
85
- client_tools=[],
86
- # client_tools=[client_tool.get_tool_definition() for client_tool in client_tools],
+ client_tools=[client_tool.get_tool_definition() for client_tool in client_tools],
87
tool_choice="auto",
88
# TODO: refactor this to use SystemMessageBehaviour.replace
89
tool_prompt_format="json",
0 commit comments