pub type LlmStreamExecutionRegistryRef<'a> = &'a SortedRegistry<ExecutionIntercept<LlmStreamExecutionFn>>;Expand description
Scope-local registry references passed into streaming execution-chain builders.
pub type LlmStreamExecutionRegistryRef<'a> = &'a SortedRegistry<ExecutionIntercept<LlmStreamExecutionFn>>;Scope-local registry references passed into streaming execution-chain builders.