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

Schema representing a RunStepDetailsToolCallsFunctionObject within the OpenAI API

Summary

Types

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