OpenAi.Run.ToolCall (OpenAI REST API Client v0.2.1)

Provides struct and type for a Run.ToolCall

Summary

Types

@type t() :: %OpenAi.Run.ToolCall{
  function: OpenAi.Run.ToolCall.Function.t(),
  id: String.t(),
  type: String.t()
}