effect-io-ai

Package: @effect/ai-openai-compat
Module: OpenAiClient

OpenAiClient.ChatCompletionStreamEvent

Streaming chat completion event, including decoded chunks and the [DONE] sentinel.

Signature

type ChatCompletionStreamEvent = ChatCompletionChunk | "[DONE]"

Source

Since v4.0.0