verifyAnswer
verifyAnswerUse this when a professional needs to validate the correctness, safety, or trustworthiness of a specific AI-generated answer, or when the user asks to have an answer double-checked by a real expert.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| answer | Yes | The AI-generated answer that requires human verification | |
| sessionId | No | Existing session ID to continue; generated if omitted | |
| chatHistory | No | Optional prior messages for context (ordered, oldest first) | |
| enableMockResponse | No | When true, the API returns a hardcoded mock expert success response instead of routing to a real expert. Useful for testing downstream behavior. |