effect-io-ai

Package: @effect/ai
Module: Response

Response.ToolParamsEndPartEncoded

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
}

Source

Since v1.0.0