BeforeModelCallback

Type Alias BeforeModelCallback 

Source
pub type BeforeModelCallback = Box<dyn Fn(Arc<dyn CallbackContext>) -> BoxFuture<'static, Result<Option<Content>>> + Send + Sync>;
Expand description

Callback executed before calling the model

Aliased Typeยง

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