Skip to main content

ToolResultFuture

Type Alias ToolResultFuture 

Source
pub type ToolResultFuture = Pin<Box<dyn Future<Output = Result<ToolResult, PeError>> + Send>>;
Expand description

Type-erased async future for structured tool results.

Aliased Type§

pub struct ToolResultFuture { /* private fields */ }