pub fn parse_args<T: DeserializeOwned>(args: &Value) -> Result<T, ToolError>Expand description
Parse JSON args into a typed struct. Use inside Tool::execute.
pub fn parse_args<T: DeserializeOwned>(args: &Value) -> Result<T, ToolError>Parse JSON args into a typed struct. Use inside Tool::execute.