From afbd8d2cd3e090a3241e0ec86b10b49f87e311dc Mon Sep 17 00:00:00 2001 From: overcuriousity Date: Sun, 17 Aug 2025 11:45:53 +0200 Subject: [PATCH] restore old after-confidence-scoring --- src/components/AIQueryInterface.astro | 8 +- src/config/prompts.ts | 22 +- src/utils/aiPipeline.ts | 504 ++++++++++++++++---------- src/utils/api.ts | 6 - src/utils/auditService.ts | 56 +-- src/utils/clientUtils.ts | 8 +- src/utils/confidenceScoring.ts | 18 +- src/utils/jsonUtils.ts | 22 +- src/utils/toolSelector.ts | 8 +- 9 files changed, 366 insertions(+), 286 deletions(-) diff --git a/src/components/AIQueryInterface.astro b/src/components/AIQueryInterface.astro index 8f97f6d..2ae93ea 100644 --- a/src/components/AIQueryInterface.astro +++ b/src/components/AIQueryInterface.astro @@ -50,7 +50,7 @@ const domainAgnosticSoftware = data['domain-agnostic-software'] || [];
-
+