effect-io-ai

Package: @effect/ai
Module: Response

Response.ReasoningEndPart

Response part indicating the end of streaming reasoning content.

Marks the completion of a chunk of reasoning content.

Signature

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

Source

Since v1.0.0