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