Skip to main content

ToolLaunchFuture

Type Alias ToolLaunchFuture 

Source
pub type ToolLaunchFuture<'a> = Pin<Box<dyn Future<Output = Result<(), String>> + Send + 'a>>;
Expand description

Future returned while handing one canonical tool-call box to K1.

Aliased Typeยง

#[repr(transparent)]
pub struct ToolLaunchFuture<'a> { /* private fields */ }