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