Skip to main content

validate_tool_input

Function validate_tool_input 

Source
pub fn validate_tool_input(
    input_schema: Option<&Value>,
    input: &Value,
) -> Result<()>
Expand description

Validate tool input parameters (Phase 2 - Full validation)

Validates tool input against the tool’s schema using full JSON Schema support.