Package: @effect/ai
Module: Response
Encoded representation of text start parts for serialization.
Signature
export interface TextStartPartEncoded extends BasePartEncoded<"text-start", TextStartPartMetadata> {
/**
* Unique identifier for this text chunk.
*/
readonly id: string
}
Since v1.0.0