class

OpenAI::RunStepDetailsToolCallsFunctionObjectFunction

Inherits JSON::Serializable < Reference < Object

The definition of the function that was called.

Constructors

new(name : String = "", arguments : String = "", output : RunStepDetailsToolCallsFunctionObjectFunctionOutput = nil)
Source
new(*, __pull_for_json_serializable pull : JSON::PullParser)
Source

Instance methods

arguments

The arguments passed to the function.

Source
arguments=(arguments : String)

The arguments passed to the function.

Source
name

The name of the function.

Source
name=(name : String)

The name of the function.

Source
output
Source
output=(output : RunStepDetailsToolCallsFunctionObjectFunctionOutput)
Source