pub type SyncToolFn = Arc<dyn Fn(Value, ToolContext) -> Result<ToolResult, Error> + Sync + Send>;Available on crate feature
toolkit only.Expand description
Type alias for sync tool handler functions
Aliased Typeยง
pub struct SyncToolFn { /* private fields */ }