Send a message to a task that's waiting for user input.
This endpoint:
1. Verifies the plan execution and task exist
2. Signals the Temporal workflow to continue the task with the user's message
3. The workflow will resume the agent execution and continue streaming
Body:
{
"message": "user's message to continue the conversation"
}