create_args_schema

Function create_args_schema 

Source
pub fn create_args_schema(
    name: &str,
    properties: HashMap<String, Value>,
    required: Vec<String>,
    description: Option<&str>,
) -> ArgsSchema
Expand description

Helper function to create an args schema from field definitions.