Skip to main content

ToolInvocationFuture

Type Alias ToolInvocationFuture 

Source
pub type ToolInvocationFuture<'a> = Pin<Box<dyn Future<Output = Result<Value, String>> + Send + 'a>>;

Aliased Typeยง

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