ToolCallbacksWithTools

Type Alias ToolCallbacksWithTools 

Source
pub type ToolCallbacksWithTools = HashMap<String, ToolCallbackWithTool>;
Expand description

Collection of callbacks with their tool definitions keyed by tool name.

Aliased Typeยง

pub struct ToolCallbacksWithTools { /* private fields */ }