Expand description
Tool trait and ToolDefinition schema — verbatim from the original
agent.rs, extended with Tool::read_only_hint used by the loop’s
parallel-dispatch and permission logic.
Structs§
- Tool
Definition - JSON-schema description of a tool, sent to the model in the request.
Traits§
- Tool
- Tool callable from the agent loop.