View Source ExOpenAI.Components.ChatCompletionMessageToolCall (ex_openai.ex v1.5.1)

Schema representing a ChatCompletionMessageToolCall within the OpenAI API

Summary

Types

@type t() :: %ExOpenAI.Components.ChatCompletionMessageToolCall{
  function: %{arguments: String.t(), name: String.t()},
  id: String.t(),
  type: :function
}