Skip to main content

InputDeltaHook

Type Alias InputDeltaHook 

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

Called for each streamed input delta.

Aliased Typeยง

pub struct InputDeltaHook { /* private fields */ }