View Source ExOpenAI.Components.RunStepDetailsToolCallsCodeOutputImageObject (ex_openai.ex v2.0.0-beta2)
Module for representing the OpenAI schema RunStepDetailsToolCallsCodeOutputImageObject.
Fields
:image- required -{:%{}, [], [{{:required, [], [:file_id]}, {{:., [], [{:__aliases__, [alias: false], [:String]}, :t]}, [], []}}]}:type- required -:image
Alwaysimage.
Allowed values:"image"
Summary
Types
@type t() :: %ExOpenAI.Components.RunStepDetailsToolCallsCodeOutputImageObject{ image: %{file_id: String.t()}, type: :image }