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