DynamicAgentTool

Trait DynamicAgentTool 

Source
pub trait DynamicAgentTool: AgentTool {
    // Required method
    fn mark_dynamic(&mut self);
}
Expand description

Trait for dynamically loaded tools.

Required Methods§

Source

fn mark_dynamic(&mut self)

Marks the tool as dynamic.

Implementors§