Skip to content

Commit a2d6d70

Browse files
committed
revert debugging
1 parent 226df10 commit a2d6d70

File tree

1 file changed

+1
-2
lines changed
  • src/llama_stack_client/lib/agents/react

1 file changed

+1
-2
lines changed

src/llama_stack_client/lib/agents/react/agent.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -82,8 +82,7 @@ def get_tool_defs():
8282
model=model,
8383
instructions=instruction,
8484
toolgroups=builtin_toolgroups,
85-
client_tools=[],
86-
# client_tools=[client_tool.get_tool_definition() for client_tool in client_tools],
85+
client_tools=[client_tool.get_tool_definition() for client_tool in client_tools],
8786
tool_choice="auto",
8887
# TODO: refactor this to use SystemMessageBehaviour.replace
8988
tool_prompt_format="json",

0 commit comments

Comments
 (0)