Available on crate feature
toolkit only.Expand description
Tool builder utilities for creating tools from functions
This module provides ergonomic helpers for converting regular Rust functions into Tool implementations that can be registered with agents.
Structs§
- Function
Tool - A tool implementation backed by a function/closure
- Tool
Builder - Builder for creating tools from async functions
Functions§
Type Aliases§
- Async
Tool Fn - Type alias for async tool handler functions
- Sync
Tool Fn - Type alias for sync tool handler functions