pub type AgentToolApprovalFuture = Pin<Box<dyn Future<Output = AgentToolApprovalDecision> + Send + 'static>>;
pub struct AgentToolApprovalFuture { /* private fields */ }