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ยง

struct ToolCallbacksWithTools { /* private fields */ }