Package: @effect/ai
Module: Response
Encoded representation of text end parts for serialization.
Signature
export interface TextEndPartEncoded extends BasePartEncoded<"text-end", TextEndPartMetadata> {
/**
* Unique identifier matching the corresponding text chunk.
*/
readonly id: string
}
Since v1.0.0