class

OpenAI::RunToolCallObjectFunction

Inherits JSON::Serializable < Reference < Object

The function definition.

Constructors

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

Instance methods

arguments

The arguments that the model expects you to pass to the function.

Source
arguments=(arguments : String)

The arguments that the model expects you to pass to the function.

Source
name

The name of the function.

Source
name=(name : String)

The name of the function.

Source