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

Schema representing a RunToolCallObject within the OpenAI API

Summary

Types

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