@xtatistix/rag-wiki 0.1.14 → 0.1.15

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -75,7 +75,7 @@ class QueryEngine {
75
75
  - Rapordaki gerçek sayıları, tabloları ve yorumları kullan. Genel açıklamalar yapma.
76
76
  - Rapor içeriği yoksa kendi istatistik bilginle yanıtla.
77
77
  - Her zaman "answered" döndür.
78
- - Cevabını kullanıcının diliyle ver.
78
+ - **DİL KURALI (KESİNLİKLE UYULMASI ZORUNLU):** Kullanıcı Türkçe yazdıysa cevabın TAMAMI Türkçe olmalıdır. Rapor ve kaynak içerikleri İngilizce olsa bile cevabı Türkçe ver. Kullanıcı İngilizce yazdıysa İngilizce cevap ver. Kullanıcının dilini asla değiştirme.
79
79
 
80
80
  ${guidelineSection}## Rapor İçeriği
81
81
  ${context}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@xtatistix/rag-wiki",
3
- "version": "0.1.14",
3
+ "version": "0.1.15",
4
4
  "description": "Narrow-domain, guideline-in-the-loop RAG system built on top of a compiled wiki",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",