Assistants
Submit tool outputs to run
When a run has the status: "requires_action" and required_action.type is submit_tool_outputs, this endpoint can be used to submit the outputs from the tool calls once they're all completed. All outputs must be submitted in a single request.
post/threads/{thread_id}/runs/{run_id}/submit_tool_outputs
Path parameters
thread_idstring required
The ID of the thread to which this run belongs.
run_idstring required
The ID of the run that requires the tool output submission.
Request body
Response
OK