class

OpenAI::RunStepDeltaStepDetailsToolCallsFunctionObjectFunction

Inherits JSON::Serializable < Reference < Object

The definition of the function that was called.

Constructors

new(name : String | Nil = nil, arguments : String | Nil = nil, output : RunStepDeltaStepDetailsToolCallsFunctionObjectFunctionOutput | Nil = nil)
Source
new(*, __pull_for_json_serializable pull : JSON::PullParser)
Source

Instance methods

arguments

The arguments passed to the function.

Source
arguments=(arguments : String | Nil)

The arguments passed to the function.

Source
name

The name of the function.

Source
name=(name : String | Nil)

The name of the function.

Source
output
Source
output=(output : RunStepDeltaStepDetailsToolCallsFunctionObjectFunctionOutput | Nil)
Source