Package version:

Interface SubmitToolOutputsDetails

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

interface SubmitToolOutputsDetails {
    toolCalls: {};
}

Properties

Properties

toolCalls: {}

The list of tool calls that must be resolved for the agent thread run to continue.