Flexibles KI Prompt System #48

Merged
Lars merged 56 commits from develop into main 2026-03-26 14:49:48 +01:00
Showing only changes of commit 0a3e76128a - Show all commits

View File

@ -390,7 +390,7 @@ export default function UnifiedPromptModal({ prompt, onSave, onClose }) {
style={{ width: '100%', textAlign: 'left', resize: 'vertical', fontFamily: 'monospace', fontSize: 12 }} style={{ width: '100%', textAlign: 'left', resize: 'vertical', fontFamily: 'monospace', fontSize: 12 }}
/> />
<div style={{ fontSize: 11, color: 'var(--text3)', marginTop: 4 }}> <div style={{ fontSize: 11, color: 'var(--text3)', marginTop: 4 }}>
Verwende {'{{'}platzhalter{'}}'} für dynamische Werte (z.B. {'{{'}weight_data{'}}', {'{{'}nutrition_data{'}}'}) Verwende {'{{'} und {'}}'} für Platzhalter (z.B. weight_data, nutrition_data)
</div> </div>
</div> </div>
)} )}