kind-iron-94532
08/10/2025, 10:49 AMtall-airline-16756
08/10/2025, 10:49 AMtall-airline-16756
08/10/2025, 10:49 AM@function_tool
and added to an agent’s tool list—then the LLM can call them by name.
If you’re looking to chain tools together, here are a couple of ideas:
• You could use the same function-calling approach inside one tool to trigger another.
• Check if the RunContext
lets you access the agent’s tools directly to call them.
If you have a particular scenario in mind or want me to explain anything more, just let me know—I’m happy to help!