pub fn function_tool_with_schema<F>(
name: impl Into<String>,
description: impl Into<String>,
schema: ToolSchema,
func: F,
) -> FunctionTool<F>
Expand description
Helper function to create a tool with custom schema
pub fn function_tool_with_schema<F>(
name: impl Into<String>,
description: impl Into<String>,
schema: ToolSchema,
func: F,
) -> FunctionTool<F>
Helper function to create a tool with custom schema