interface ILLMChunk {
    content: string;
    status: string;
}

Properties

Properties

content: string
status: string

Generated using TypeDoc