pub fn create_string_tool<H>(
name: &str,
description: &str,
param_name: &str,
param_description: &str,
handler: H,
) -> Toolwhere
H: ToolHandler + 'static,
Expand description
Helper function to create a simple string parameter tool