View Source ExOpenAI.Components.RunStepDeltaStepDetailsToolCallsFunctionObject (ex_openai.ex v1.7.0)

Schema representing a RunStepDeltaStepDetailsToolCallsFunctionObject within the OpenAI API

Summary

Types

@type t() :: %ExOpenAI.Components.RunStepDeltaStepDetailsToolCallsFunctionObject{
  function:
    %{arguments: String.t(), name: String.t(), output: String.t()} | nil,
  id: String.t() | nil,
  index: integer(),
  type: :function
}