Skip to main content
ExampleDescription
Callable Tools FactoryPass a function as tools instead of a list. The function is called.
Session State ToolsUse session_state as a parameter name in your factory to receive.
Team Callable MembersPass a function as members to a Team. The team composition.
Tool Call LimitThis cookbook shows how to use tool call limit to control the number of tool calls an agent can make.
Tool ChoiceTool Choice Control.
Dependencies In ContextExclude discussion threads.
Dependencies In ToolsExample showing how tools can access dependencies passed to the agent.
Dynamic ToolsAdd or remove tools dynamically based on runtime dependencies.