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

promptstring required

Example request

{
  "prompt": "Please also add unit tests"
}

Response

Follow-up sent

successboolean required
dataobject nullable
error_dataobject nullable
messagestring nullable

Changes

No recorded changes to this endpoint across all 1 revision of this API.