pub type ToolExecutionFuture<'a> = Pin<Box<dyn Future<Output = Result<Value, String>> + Send + 'a>>;Expand description
Boxed tool execution passed through around_tool.
Aliased Typeยง
#[repr(transparent)]pub struct ToolExecutionFuture<'a> { /* private fields */ }