pub fn parse_tool_input_schema(
input_schema: &Value,
) -> Result<JsonSchema, Error>Expand description
Parse the tool input_schema or return an error for invalid schema.
pub fn parse_tool_input_schema(
input_schema: &Value,
) -> Result<JsonSchema, Error>Parse the tool input_schema or return an error for invalid schema.