Task Attempts
Send follow-up instruction to running task
post/api/task-attempts/{id}/follow-up
Path parameters
idstring uuid required
Task Attempt UUID
Request body
Example request
{
"prompt": "Please also add unit tests"
}Response
Follow-up sent
Task Attempt UUID
{
"prompt": "Please also add unit tests"
}Follow-up sent