In-app assistant
POST /assistant/sessions/{id}/retry 工作階段或 API 金鑰
Resume after a failed turn, without adding another user message.
Re-runs the loop over the existing history (no body) — the same SSE shape as .../messages. 409 "nothing to retry" when the session has no prior user message.
路徑參數
idstring (UUID) 必填- The session id.
curl -N -X POST "https://freehire.me/api/v1/assistant/sessions/<id>/retry" -H "Authorization: Bearer $FREEHIRE_API_KEY"