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