effect-io-ai

Package: @effect/ai-openai
Module: OpenAiSchema

OpenAiSchema.UnknownResponseStreamEvent

Fallback event shape for future or provider-specific response stream events.

Signature

type UnknownResponseStreamEvent = {
  readonly type: string
  readonly [key: string]: unknown
}

Source

Since v4.0.0