Skip to main content

InputStartHook

Type Alias InputStartHook 

Source
pub type InputStartHook = Arc<dyn Fn(ToolContext) -> BoxFuture<'static, ()> + Send + Sync>;
Expand description

Called when the model starts producing input for the tool.

Aliased Typeยง

pub struct InputStartHook { /* private fields */ }