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 */ }
pub type ToolCallbacksWithTools = HashMap<String, ToolCallbackWithTool>;
Collection of callbacks with their tool definitions keyed by tool name.
struct ToolCallbacksWithTools { /* private fields */ }