post
https://api.happeo.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.
