Skip to content

Type Alias: LlamaChatResponseChunk

ts
type LlamaChatResponseChunk =   | LlamaChatResponseTextChunk  | LlamaChatResponseSegmentChunk;

Defined in: evaluator/LlamaChat/LlamaChat.ts:48