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

Copy Markdown View Source

File content tool output.

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

Summary

Types

t()

File content tool output.

Types

t()

@type t() :: %Codex.ToolOutput.FileContent{
  data: String.t() | nil,
  file_id: String.t() | nil,
  filename: String.t() | nil,
  mime_type: String.t() | nil,
  url: String.t() | nil
}

File content tool output.