POST /threads/{thread_id}/runs/{run_id}/submit_tool_outputs
Servers
- https://api.openai.com/v1
Path parameters
Name | Type | Required | Description |
---|---|---|---|
thread_id |
String | Yes |
The ID of the thread to which this run belongs. |
run_id |
String | Yes |
The ID of the run that requires the tool output submission. |
Request headers
Name | Type | Required | Description |
---|---|---|---|
Content-Type |
String | Yes |
The media type of the request body.
Default value: "application/json" |
Request body fields
Name | Type | Required | Description |
---|---|---|---|
stream |
Boolean | No |
If |
tool_outputs[] |
Array | Yes |
A list of tools for which the outputs are being submitted. |
tool_outputs[].output |
String | No |
The output of the tool call to be submitted to continue the run. |
tool_outputs[].tool_call_id |
String | No |
The ID of the tool call in the |
How to start integrating
- Add HTTP Task to your workflow definition.
- Search for the API you want to integrate with and click on the name.
- This loads the API reference documentation and prepares the Http request settings.
- Click Test request to test run your request to the API and see the API's response.