| Callable Tools Factory | Pass a function as tools instead of a list. The function is called. |
| Session State Tools | Use session_state as a parameter name in your factory to receive. |
| Team Callable Members | Pass a function as members to a Team. The team composition. |
| Tool Call Limit | This cookbook shows how to use tool call limit to control the number of tool calls an agent can make. |
| Tool Choice | Tool Choice Control. |
| Dependencies In Context | Exclude discussion threads. |
| Dependencies In Tools | Example showing how tools can access dependencies passed to the agent. |
| Dynamic Tools | Add or remove tools dynamically based on runtime dependencies. |