Skip to content

CagAnswerOutput

type CagAnswerOutput = object;
chunks: ChunkDef[];

optional reasons?: string[];

text: string;

type: "final";