BeforeAgentCallback

Type Alias BeforeAgentCallback 

Source
pub type BeforeAgentCallback = Arc<dyn Fn(Arc<dyn InvocationContext>) -> Pin<Box<dyn Future<Output = Result<(), AdkError>> + Send>> + Sync + Send>;
Available on crate feature graph only.
Expand description

Type alias for callbacks

Aliased Typeยง

pub struct BeforeAgentCallback { /* private fields */ }