query Copilot($question: String!) { copilotChat(question: $question) { answer { message error } } }