Skip to main content

ToolExecutor

Type Alias ToolExecutor 

Source
pub type ToolExecutor = Arc<dyn Fn(Value, &RuntimeContext) -> Result<Value, AgentError> + Send + Sync>;

Aliased Typeยง

pub struct ToolExecutor { /* private fields */ }