Package version:

Interface SubmitToolOutputsAction

The details for required tool calls that must be submitted for an agent thread run to continue.

interface SubmitToolOutputsAction {
    submitToolOutputs: SubmitToolOutputsDetails;
    type: "submit_tool_outputs";
}

Hierarchy (view full)

Properties

submitToolOutputs: SubmitToolOutputsDetails

The details describing tools that should be called to submit tool outputs.

type

The object type, which is always 'submit_tool_outputs'.