feat(ai): implement unified prompt management UX/UI (ADR-037)
- Add context config endpoints (GET/PUT /api/ai/prompts/:type/:version/context-config) - Add execution profile endpoints (CRUD /api/ai/execution-profiles) - Add sandbox RAG Prep endpoint (POST /api/ai/admin/sandbox/rag-prep) - Create Prompt Management UI with multi-type support - Add ContextConfigEditor, PromptEditor, RuntimeParametersPanel components - Add SandboxTabs for 3-step workflow (OCR, Extract, RAG Prep) - Add database deltas for ai_execution_profiles and additional prompt types - Update quickstart.md with production backend URLs - Add comprehensive test coverage for new features
This commit is contained in:
@@ -143,5 +143,13 @@
|
||||
"ai.prompt.notePlaceholder": "Write analysis, differences, or suggestions for this prompt version...",
|
||||
"ai.prompt.sandboxErrorTitle": "Sandbox Run Failed",
|
||||
"ai.prompt.sandboxErrorDefault": "Processing timed out or an error occurred while loading the model.",
|
||||
"ai.prompt.timeoutInfo": "System waits up to 120 seconds — Ollama may take time to load on cold start"
|
||||
"ai.prompt.timeoutInfo": "System waits up to 120 seconds — Ollama may take time to load on cold start",
|
||||
"ai.prompt.title": "AI Prompt Management",
|
||||
"ai.prompt.selectType": "Filter by Prompt Type",
|
||||
"ai.prompt.type.ocr_extraction": "OCR Extraction",
|
||||
"ai.prompt.type.rag_query_prompt": "RAG Query",
|
||||
"ai.prompt.type.rag_prep_prompt": "RAG Prep",
|
||||
"ai.prompt.type.classification_prompt": "Classification",
|
||||
"ai.prompt.contextConfig": "Context Configuration",
|
||||
"ai.prompt.sandboxTitle": "Sandbox Testing"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user