Skip to content

CohereStreamChunk

Defined in: backend/src/providers/cohere.ts:92

optional citations: object[]

Defined in: backend/src/providers/cohere.ts:97

document_ids: string[]

end: number

start: number

text: string


event_type: "stream-start" | "text-generation" | "stream-end" | "citation-generation"

Defined in: backend/src/providers/cohere.ts:93


optional finish_reason: "MAX_TOKENS" | "COMPLETE" | "ERROR" | "ERROR_TOXIC"

Defined in: backend/src/providers/cohere.ts:95


optional generation_id: string

Defined in: backend/src/providers/cohere.ts:96


optional text: string

Defined in: backend/src/providers/cohere.ts:94