Function create_string_tool

Source
pub fn create_string_tool<H>(
    name: &str,
    description: &str,
    param_name: &str,
    param_description: &str,
    handler: H,
) -> Tool
where H: ToolHandler + 'static,
Expand description

Helper function to create a simple string parameter tool