pub type BeforeModelCallback = Box<dyn Fn(Arc<dyn CallbackContext>, LlmRequest) -> Pin<Box<dyn Future<Output = Result<BeforeModelResult, AdkError>> + Send>> + Sync + Send>;Expand description
Core traits and types.
Always available regardless of feature flags. Includes:
Aliased Typeยง
pub struct BeforeModelCallback(/* private fields */);