BeforeAgentCallback

Type Alias BeforeAgentCallback 

Source
pub type BeforeAgentCallback = Box<dyn Fn(Arc<dyn CallbackContext>) -> Pin<Box<dyn Future<Output = Result<Option<Content>, AdkError>> + Send>> + Sync + Send>;

Aliased Typeยง

pub struct BeforeAgentCallback(/* private fields */);