class

OpenAI::RunObjectRequiredAction

Inherits JSON::Serializable < Reference < Object

Details on the action required to continue the run. Will be null if no action is required.

Constructors

new(type_value : RunObjectRequiredActionType = RunObjectRequiredActionType::SubmitToolOutputs, submit_tool_outputs : RunObjectRequiredActionSubmitToolOutputs = RunObjectRequiredActionSubmitToolOutputs.new)
Source
new(*, __pull_for_json_serializable pull : JSON::PullParser)
Source

Instance methods

submit_tool_outputs

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

Source
submit_tool_outputs=(submit_tool_outputs : RunObjectRequiredActionSubmitToolOutputs)

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

Source
type_value

For now, this is always submit_tool_outputs.

Source
type_value=(type_value : RunObjectRequiredActionType)

For now, this is always submit_tool_outputs.

Source