update_tools
update_tools
Replace the agent’s tool list mid-session. The new tools take effect immediately, replacing all previously registered tools on this agent.
Parameters
tools
A new list of @function_tool-decorated
functions.
Returns
None
update_tools
Replace the agent’s tool list mid-session. The new tools take effect immediately, replacing all previously registered tools on this agent.
A new list of @function_tool-decorated
functions.
None