pub fn register_default_tools(
registry: &mut ToolRegistry,
) -> (SharedFileReadHistory, Option<ToolHookManager>)Expand description
Register all native tools with default configuration
This is a convenience function that registers all tools with default settings. AskTool and LSPTool are not registered since they require callbacks.
§Arguments
registry- The ToolRegistry to register tools with
§Returns
A tuple containing (shared file read history, hook manager)
Requirements: 11.3