Package: @effect/ai
Module: Response
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
}
Since v1.0.0