View Source OpenAi.Response.CodeInterpreter.ToolCall (OpenAI REST API Client v1.0.0)

Provides struct and type for a Response.CodeInterpreter.ToolCall

Summary

Types

@type t() :: %OpenAi.Response.CodeInterpreter.ToolCall{
  code: String.t(),
  id: String.t(),
  results: [
    OpenAi.Response.CodeInterpreter.FileOutput.t()
    | OpenAi.Response.CodeInterpreter.TextOutput.t()
  ],
  status: String.t(),
  type: String.t()
}