pub trait HasDescription {
// Provided method
fn description(&self) -> Option<&str> { ... }
}Expand description
Tool description trait
Provided Methods§
fn description(&self) -> Option<&str>
Implementations on Foreign Types§
Source§impl HasDescription for DynamicTool
Implements HasDescription for DynamicTool providing description text access
impl HasDescription for DynamicTool
Implements HasDescription for DynamicTool providing description text access