post
https://example.com/chats//tool-tasks/
Updates a tool task and continues the conversation if appropriate. This endpoint:
- Optionally updates the tool task with provided data (if request body is provided)
- Checks if the tool task state requires AI continuation (input-required, completed, failed)
- If the entry is the last entry in the discussion and AI continuation is needed, streams the AI response
- Otherwise, returns the discussion entry with updated tool task information
This is the preferred endpoint for frontend applications that want to update tool tasks and potentially trigger AI responses.
Recent Requests
Log in to see full request history
| Time | Status | User Agent | |
|---|---|---|---|
Retrieving recent requests… | |||
Loading…
400Bad request - validation failed, tool task not connected to entry, or other error
401Unauthorized - invalid or missing authentication
404Discussion, entry, or tool task not found
500Internal server error

