Expand description
Callback types for tool execution lifecycle.
Callbacks provide a lightweight alternative to plugins for simple before/after tool interception. They are closures registered on the agent builder.
Structs§
- Tool
Call Result - The result of a tool call, passed to after-tool callbacks.
Enums§
- Before
Tool Result - The result of a before-tool callback.
Type Aliases§
- After
Tool Callback - An after-tool callback function type.
- Before
Tool Callback - A before-tool callback function type.