View Source ExOpenAI.Components.ItemReferenceParam (ex_openai.ex v2.0.0-beta2)

An internal identifier for an item to reference.

Fields

  • :id - required - String.t()
    The ID of the item to reference.

  • :type - optional - :item_reference | any()

Summary

Types

@type t() :: %ExOpenAI.Components.ItemReferenceParam{
  id: String.t(),
  type: (:item_reference | any()) | nil
}