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