Skip to main content

InstructionProvider

Type Alias InstructionProvider 

Source
pub type InstructionProvider = Arc<dyn Fn(&RunContext, &Agent) -> String + Send + Sync>;

Aliased Typeยง

pub struct InstructionProvider { /* private fields */ }