From 224f717ba8c379b77e356f30e822d19d2d0f0ab4 Mon Sep 17 00:00:00 2001 From: overcuriousity Date: Thu, 31 Jul 2025 22:16:52 +0200 Subject: [PATCH] progress --- src/components/AIQueryInterface.astro | 86 ++++++++------ src/pages/api/ai/enhance-input.ts | 60 +++++----- src/utils/aiPipeline.ts | 156 +++++++++++++++----------- 3 files changed, 179 insertions(+), 123 deletions(-) diff --git a/src/components/AIQueryInterface.astro b/src/components/AIQueryInterface.astro index fd0479d..56530ba 100644 --- a/src/components/AIQueryInterface.astro +++ b/src/components/AIQueryInterface.astro @@ -215,6 +215,9 @@ const domainAgnosticSoftware = data['domain-agnostic-software'] || []; // SIMPLIFIED AI QUERY INTERFACE - CONSOLIDATED & MAINTAINABLE // =================================================================== +// Enhanced AI Interface JavaScript - Fix for text rendering issues in AIQueryInterface.astro +// This code replaces the existing