class

OpenAI::RunObjectRequiredActionSubmitToolOutputs

Inherits JSON::Serializable < Reference < Object

Details on the tool outputs needed for this run to continue.

Constructors

new(tool_calls : Array(RunToolCallObject) = [] of RunToolCallObject)
Source
new(*, __pull_for_json_serializable pull : JSON::PullParser)
Source

Instance methods

tool_calls

A list of the relevant tool calls.

Source
tool_calls=(tool_calls : Array(RunToolCallObject))

A list of the relevant tool calls.

Source