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

Module for representing the OpenAI schema RunStepDeltaStepDetailsToolCallsCodeOutputImageObject.

Fields

  • :image - optional - {:%{}, [], [{{:optional, [], [:file_id]}, {{:., [], [{:__aliases__, [alias: false], [:String]}, :t]}, [], []}}]}

  • :index - required - integer()
    The index of the output in the outputs array.

  • :type - required - :image
    Always image.
    Allowed values: "image"

Summary

Types

@type t() ::
  %ExOpenAI.Components.RunStepDeltaStepDetailsToolCallsCodeOutputImageObject{
    image: %{optional(:file_id) => String.t()} | nil,
    index: integer(),
    type: :image
  }