effect-io-ai

Package: @effect/ai
Module: Response

Response.TextEndPart

Response part indicating the end of streaming text content.

Marks the completion of a text chunk.

Signature

export interface TextEndPart extends BasePart<"text-end", TextEndPartMetadata> {
  /**
   * Unique identifier matching the corresponding text chunk.
   */
  readonly id: string
}

Source

Since v1.0.0