pub fn tool<T>(name: &str, description: &str) -> ToolDefwhere
T: JsonSchema + DeserializeOwned,Expand description
Create a tool definition from a typed struct.
pub fn tool<T>(name: &str, description: &str) -> ToolDefwhere
T: JsonSchema + DeserializeOwned,Create a tool definition from a typed struct.