Codex.ToolOutput.Image (Codex SDK v0.7.2)

Copy Markdown View Source

Image tool output.

Normalizes to an input_image map via Codex.ToolOutput.normalize/1.

Summary

Types

t()

Image tool output.

Types

t()

@type t() :: %Codex.ToolOutput.Image{
  data: String.t() | nil,
  detail: String.t() | nil,
  file_id: String.t() | nil,
  url: String.t()
}

Image tool output.