+
+
+
+ Chat Q&A
+
+
+ Ask a grounded question about a PR's review/gate state — the same{" "}
+ @loopover chat surface as the PR-comment command.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ {error ? {error}
: null}
+ {result ? : null}
+
+ );
+}
+
+function ChatQaResultView({ result }: { result: ChatQaResult }) {
+ switch (result.status) {
+ case "ok":
+ return (
+