Skip to main content
ExampleDescription
Tool DecoratorDefine tool decorator with @tool, including sync and async examples.
Async Tool DecoratorDefine async tools with @tool and stream results via AsyncIterator.
Tool Decorator On Class MethodUse @tool on toolkit class methods, including generators.
Tool Decorator With HookAttach execution hooks to a tool via the decorator pattern.
Tool Decorator With InstructionsAdd tool instructions to guide model usage and output.
Cache Tool CallsCache tool results with cache_results to avoid repeat calls.
Stop After Tool CallStop agent execution immediately after a tool call completes.