From f0c57d02d7e09c61cbd7f351c464fecee18f3bc2 Mon Sep 17 00:00:00 2001 From: Paul Gschwendtner Date: Thu, 2 Oct 2025 12:10:22 +0000 Subject: [PATCH] feat: allow for AI assist to reason about our score system This allows users to ask questions like: "What are the failures for apps in the "Poor" category". --- .../app/shared/ai-assistant/ai-assistant.html | 4 ++-- .../app/shared/ai-assistant/ai-assistant.scss | 16 ++++------------ .../app/shared/ai-assistant/ai-assistant.ts | 5 ++++- runner/orchestration/generate.ts | 1 - runner/ratings/stats.ts | 2 +- runner/reporting/report-ai-chat.ts | 18 ++++++++++++++++-- 6 files changed, 27 insertions(+), 19 deletions(-) diff --git a/report-app/src/app/shared/ai-assistant/ai-assistant.html b/report-app/src/app/shared/ai-assistant/ai-assistant.html index 2f2ae63..2f73fc3 100644 --- a/report-app/src/app/shared/ai-assistant/ai-assistant.html +++ b/report-app/src/app/shared/ai-assistant/ai-assistant.html @@ -4,6 +4,8 @@

AI Assistant

+ +
-
-