Skip to main content

CallFuture

Type Alias CallFuture 

Source
pub type CallFuture<'a> = Pin<Box<dyn Future<Output = Result<Value, ToolCallError>> + Send + 'a>>;
Expand description

Boxed future returned by Tool::call.

Aliased Typeยง

pub struct CallFuture<'a> { /* private fields */ }