Append a message to the screen
Screen
Append a message to the screen
Sends a candidate message to the AI and returns the AI’s response. Loads the screen history from Redis, sends the message through the AI model with full conversation context, and saves the updated history.
If the interview duration has elapsed, the AI receives an ENDTIME signal.
PATCH
Error
Authorizations
User JWT token passed in Authorization header
Headers
Required JWT permission: screen (informational only -- enforced server-side)
Path Parameters
UUID of the screen
Body
application/json
Candidate's message text
Response
AI response returned
AI's response message