pub trait DynamicAgentTool: AgentTool {
// Required method
fn mark_dynamic(&mut self);
}Expand description
Trait for dynamically loaded tools.
Required Methods§
Sourcefn mark_dynamic(&mut self)
fn mark_dynamic(&mut self)
Marks the tool as dynamic.