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

Provides struct and type for a Response.Function.ToolCall.Resource

Summary

Types

@type t() :: %OpenAi.Response.Function.ToolCall.Resource{
  arguments: String.t() | nil,
  call_id: String.t() | nil,
  id: String.t() | nil,
  name: String.t() | nil,
  status: String.t() | nil,
  type: String.t() | nil
}