pub type EnterContextFn = Arc<dyn Fn(&State, &TranscriptWindow) -> Option<Vec<Content>> + Send + Sync>;Expand description
Context generator run on phase entry (None = inject nothing).
Aliased Typeยง
pub struct EnterContextFn { /* private fields */ }