Chunk of streaming response

interface ChatChunk {
    content: string;
    isComplete: boolean;
}

Properties

Properties

content: string
isComplete: boolean