pub type ToolDefinition = ToolDef;Expand description
Stable alias for model-exposed tool schema definitions.
Aliased Type§
pub struct ToolDefinition {
pub name: String,
pub description: String,
pub parameters: Value,
}Fields§
§name: String§description: String§parameters: Value