Copilot.Types.ToolBinaryResult (Copilot SDK v2.3.0)

Copy Markdown

Binary result from a tool invocation.

Summary

Types

t()

@type t() :: %Copilot.Types.ToolBinaryResult{
  data: String.t(),
  description: String.t() | nil,
  mime_type: String.t(),
  type: String.t()
}