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

Provides struct and type for a Response.Function.ToolCall

Summary

Types

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