diff --git a/src/components/AIQueryInterface.astro b/src/components/AIQueryInterface.astro index b513a6c..46d9f54 100644 --- a/src/components/AIQueryInterface.astro +++ b/src/components/AIQueryInterface.astro @@ -1,756 +1,24 @@ --- // src/components/AIQueryInterface.astro - +import AIQueryForm from './ui/AIQueryForm.astro'; +import AIResults from './ui/AIResults.astro'; +import AuditTrailView from './ui/AuditTrailView.astro'; import { getToolsData } from '../utils/dataService.js'; const data = await getToolsData(); const tools = data.tools; -const phases = data.phases; -const domainAgnosticSoftware = data['domain-agnostic-software'] || []; ---
- \ No newline at end of file diff --git a/src/components/ui/AIQueryForm.astro b/src/components/ui/AIQueryForm.astro new file mode 100644 index 0000000..d9e6f08 --- /dev/null +++ b/src/components/ui/AIQueryForm.astro @@ -0,0 +1,131 @@ +--- +// src/components/ui/AIQueryForm.astro +--- + ++ Beschreiben Sie Ihr forensisches Szenario und erhalten Sie maßgeschneiderte Workflow-Empfehlungen + basierend auf bewährten DFIR-Workflows und der verfügbaren Software-Datenbank. +
++ Während Sie tippen, analysiert die KI Ihre Eingabe und schlägt gezielten Fragen vor. +
++ + Ihre Anfrage wird über die API von mistral.ai übertragen. + Datenschutzrichtlinien +
+