Skip to main content

AgentToolApprovalFuture

Type Alias AgentToolApprovalFuture 

Source
pub type AgentToolApprovalFuture = Pin<Box<dyn Future<Output = AgentToolApprovalDecision> + Send + 'static>>;

Aliased Typeยง

pub struct AgentToolApprovalFuture { /* private fields */ }