Type Aliases
CommentaryTemplates
Type Alias: CommentaryTemplates
CommentaryTemplates =
Readonly<Record<string,string>>
Defined in: src/recorders/observability/commentary/commentaryTemplates.ts:49
Flat map of template keys to template strings. Keys use a dotted
hierarchy mirroring event types + payload branches
('stream.llm_start.iter1', 'context.injected.rag'). Values may
contain {{name}} placeholders that renderCommentary substitutes.
