pub trait HasInputSchema {
// Required method
fn input_schema(&self) -> &ToolSchema;
}Expand description
Input schema trait
Required Methods§
fn input_schema(&self) -> &ToolSchema
Implementations on Foreign Types§
Source§impl HasInputSchema for DynamicTool
Implements HasInputSchema for DynamicTool providing parameter schema access
impl HasInputSchema for DynamicTool
Implements HasInputSchema for DynamicTool providing parameter schema access