Continue conversation with tool task update

Time Status User Agent
Make a request to see history.

URL Expired

The URL for this request expired after 30 days.

API Parameters

Responses

Code Description
200 Discussion entry with tool task processed, returned as NDJSON stream
400 Bad request - validation failed, tool task not connected to entry, or other error
401 Unauthorized - invalid or missing authentication
404 Discussion, entry, or tool task not found
500 Internal server error

Example Request

curl --request POST \
     --url https://example.com/chats/discussionId/tool-tasks/toolTaskId \
     --header 'accept: application/x-ndjson' \
     --header 'content-type: application/json' \
     --data '\n{\n  "state": "submitted"\n}\n'  

Click Try It! to start a request and see the response here!