fix: forbid markdown formatting in AI-generated petition drafts
The draft prompt didn't say anything about output format, so the model would sometimes emit **bold**/## headers like it does elsewhere - wrong for a document meant to go straight into a court filing. Now explicitly instructed to use plain text with conventional Turkish petition section labels (AÇIKLAMALAR:, SONUÇ VE İSTEM: etc.) instead. Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
This commit is contained in:
co-authored by
Claude Sonnet 5
parent
79b2bad396
commit
2c28cdbf9e
@@ -14,6 +14,12 @@ const DRAFT_SYSTEM_PROMPT = `
|
||||
ESKİ dosyaya ait somut bilgileri ASLA kullanma veya kopyalama — onların yerine SADECE
|
||||
aşağıda verilen YENİ dosyanın gerçek bilgilerini koy.
|
||||
|
||||
ÖNEMLİ — BİÇİMLENDİRME: Bu çıktı doğrudan bir dilekçe belgesine dönüştürülecek, o yüzden
|
||||
KESİNLİKLE Markdown biçimlendirmesi kullanma (**, ##, -, *, 1. gibi işaretler YASAK).
|
||||
Sadece düz metin yaz. Başlık/vurgu gerekiyorsa BÜYÜK HARF veya standart dilekçe
|
||||
başlıkları (örn. "AÇIKLAMALAR:", "HUKUKİ SEBEPLER:", "SONUÇ VE İSTEM:") kullan,
|
||||
yıldız veya diyez işareti asla kullanma.
|
||||
|
||||
Sadece dilekçe taslağının kendisini döndür — başlık, açıklama veya ek yorum ekleme.
|
||||
`;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user