Answers a pending OpenCode question for the chat session bound to this agent chat.
cURL
curl --request POST \ --url https://api.case.dev/agent/v1/chat/{id}/question/{requestID}/reply \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "answers": [ [ "<string>" ] ] } '
{ "statusCode": 123, "statusMessage": "<string>", "message": "<string>" }
API key starting with sk_case_
sk_case_
Chat session ID
Pending question request ID
Answer selections for each prompt element in the pending question
Question answered successfully
Was this page helpful?
Contact support