From 3eb1b9d8d7a32dc023ab318deb0dd84d9a95800a Mon Sep 17 00:00:00 2001 From: overcuriousity Date: Sat, 26 Jul 2025 21:48:17 +0200 Subject: [PATCH] completion --- src/components/AIQueryInterface.astro | 34 ++++++++++++++------------- src/pages/api/ai/enhance-input.ts | 9 +++---- 2 files changed, 23 insertions(+), 20 deletions(-) diff --git a/src/components/AIQueryInterface.astro b/src/components/AIQueryInterface.astro index be93dec..c86dfc4 100644 --- a/src/components/AIQueryInterface.astro +++ b/src/components/AIQueryInterface.astro @@ -154,6 +154,7 @@ const domainAgnosticSoftware = data['domain-agnostic-software'] || [];