Type Alias: LlamaChatResponseChunk
ts
type LlamaChatResponseChunk =
| LlamaChatResponseTextChunk
| LlamaChatResponseSegmentChunk;
Defined in: evaluator/LlamaChat/LlamaChat.ts:46