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

interface RequiredAction {
    submit_tool_outputs: SubmitToolOutputs;
    type: "submit_tool_outputs";
}

Properties

submit_tool_outputs: SubmitToolOutputs

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

type: "submit_tool_outputs"

For now, this is always submit_tool_outputs.