Skip to main content

validate_input

Function validate_input 

Source
pub fn validate_input(input: &Value) -> Result<(String, Value), String>
Expand description

Validate the input for a linear_graphql tool call (S10.5).

Returns Ok((query, variables)) or Err(error_message).