class

OpenAI::SubmitToolOutputsRunRequestWithoutStreamToolOutputsItem

Inherits JSON::Serializable < Reference < Object

Constructors

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

Instance methods

output

The output of the tool call to be submitted to continue the run.

Source
output=(output : String | Nil)

The output of the tool call to be submitted to continue the run.

Source
tool_call_id

The ID of the tool call in the required_action object within the run object the output is being submitted for.

Source
tool_call_id=(tool_call_id : String | Nil)

The ID of the tool call in the required_action object within the run object the output is being submitted for.

Source