Expand description
Tool trait — the core abstraction for agent tools.
Structs§
- Context
Modifier - Modifier that a tool can return to change agent runtime behavior.
- Tool
Output - Output from a tool execution.
Enums§
- Tool
Error - Errors from tool execution.
Traits§
- Tool
- A tool that an agent can invoke.
Functions§
- parse_
args - Parse JSON args into a typed struct. Use inside
Tool::execute.