Skip to main content

ToolStartCallback

Type Alias ToolStartCallback 

Source
pub type ToolStartCallback = Box<dyn Fn(&str) + Send + Sync>;
Expand description

Callback for tool call start notifications

Aliased Type§

pub struct ToolStartCallback(/* private fields */);