tsx import React from 'react' import { PromptInput } from './PromptInput' import { ModelSelector } from './ModelSelector' import { OptimizationResult } from './OptimizationResult' import { ComparisonView } from './ComparisonView' import { LoadingState } from './LoadingState' import { ErrorMessage } from './ErrorMessage' import { useAppStore } from '@/store/useAppStore' /** * Main component for the Prompt Enhancement application * Orchestrates the different components and handles the main workflow */ export function PromptEnhancer() { const { prompt, selectedModel, isOptimizing, result, error, showComparison, canOptimize, optimizePrompt, setShowComparison } = useAppStore() return (
Transformiere deine Prompts in präzise, effektive Anweisungen für maximale KI-Performance. Wähle deine Ziel-KI und lass unser System die Optimierung übernehmen.
Gib deinen Prompt ein und wähle eine Ziel-KI aus, um zu beginnen.
Jede KI-Plattform hat einzigartige Anforderungen. Unsere Engine berücksichtigt das.
Strukturierte, spezifischere und ausführbarere Prompts für bessere KI-Ergebnisse.
Robuste Fehlerbehandlung, Optimierung und Benutzerfreundlichkeit in jedem Detail.