Spaces:
Paused
Paused
Update service_config.jsonc
Browse files- service_config.jsonc +11 -11
service_config.jsonc
CHANGED
|
@@ -116,8 +116,8 @@
|
|
| 116 |
"created_date": "2025-01-10T12:00:00.000Z",
|
| 117 |
"created_by": "system",
|
| 118 |
"deleted": false,
|
| 119 |
-
"
|
| 120 |
-
"
|
| 121 |
"timezone": "Europe/Istanbul",
|
| 122 |
"region": "tr-TR",
|
| 123 |
"versions": [
|
|
@@ -205,10 +205,10 @@
|
|
| 205 |
"locale": "tr-TR",
|
| 206 |
"detection_prompt": "User is asking about flight status, schedule, or information. Look for flight numbers (like TK2158, PC1234, 4576) or phrases like 'sefer', 'uçuş', 'nerede', 'durumu', 'saat kaçta', 'kalkış', 'iniş', 'rötar'.",
|
| 207 |
"examples": [
|
| 208 |
-
"TK2158 seferi şu an nerede?",
|
| 209 |
-
"PC1234 uçuşu kalktı mı?",
|
| 210 |
-
"4576 numaralı uçuşun durumu nedir?",
|
| 211 |
-
"Uçağım saat kaçta kalkacak?"
|
| 212 |
],
|
| 213 |
"parameters": [
|
| 214 |
{
|
|
@@ -239,10 +239,10 @@
|
|
| 239 |
"locale": "tr-TR",
|
| 240 |
"detection_prompt": "User wants to cancel a flight booking or reservation. Look for keywords like 'iptal', 'vazgeç', 'iptal et', 'rezervasyon iptali', along with PNR codes (5 character alphanumeric like ABC12, XYZ99).",
|
| 241 |
"examples": [
|
| 242 |
-
"ABC12 kodlu bileti iptal et",
|
| 243 |
-
"XYZ99 rezervasyonumu iptal etmek istiyorum",
|
| 244 |
-
"Biletimi iptal edebilir misiniz? PNR: DEF34",
|
| 245 |
-
"Rezervasyondan vazgeçtim"
|
| 246 |
],
|
| 247 |
"parameters": [
|
| 248 |
{
|
|
@@ -395,7 +395,7 @@
|
|
| 395 |
{
|
| 396 |
"id": 1,
|
| 397 |
"timestamp": "2025-06-08T12:00:00.000Z",
|
| 398 |
-
"
|
| 399 |
"action": "CREATE_PROJECT",
|
| 400 |
"entity_type": "project",
|
| 401 |
"entity_id": 1,
|
|
|
|
| 116 |
"created_date": "2025-01-10T12:00:00.000Z",
|
| 117 |
"created_by": "system",
|
| 118 |
"deleted": false,
|
| 119 |
+
"default_locale": "Turkish",
|
| 120 |
+
"supported_locales": ["tr-TR", "en-US"],
|
| 121 |
"timezone": "Europe/Istanbul",
|
| 122 |
"region": "tr-TR",
|
| 123 |
"versions": [
|
|
|
|
| 205 |
"locale": "tr-TR",
|
| 206 |
"detection_prompt": "User is asking about flight status, schedule, or information. Look for flight numbers (like TK2158, PC1234, 4576) or phrases like 'sefer', 'uçuş', 'nerede', 'durumu', 'saat kaçta', 'kalkış', 'iniş', 'rötar'.",
|
| 207 |
"examples": [
|
| 208 |
+
{ "locale_code": "tr", "example": "TK2158 seferi şu an nerede?"},
|
| 209 |
+
{ "locale_code": "tr", "example": "PC1234 uçuşu kalktı mı?"},
|
| 210 |
+
{ "locale_code": "tr", "example": "4576 numaralı uçuşun durumu nedir?"},
|
| 211 |
+
{ "locale_code": "tr", "example": "Uçağım saat kaçta kalkacak?"}
|
| 212 |
],
|
| 213 |
"parameters": [
|
| 214 |
{
|
|
|
|
| 239 |
"locale": "tr-TR",
|
| 240 |
"detection_prompt": "User wants to cancel a flight booking or reservation. Look for keywords like 'iptal', 'vazgeç', 'iptal et', 'rezervasyon iptali', along with PNR codes (5 character alphanumeric like ABC12, XYZ99).",
|
| 241 |
"examples": [
|
| 242 |
+
{ "locale_code": "tr", "example": "ABC12 kodlu bileti iptal et"},
|
| 243 |
+
{ "locale_code": "tr", "example": "XYZ99 rezervasyonumu iptal etmek istiyorum"},
|
| 244 |
+
{ "locale_code": "tr", "example": "Biletimi iptal edebilir misiniz? PNR: DEF34"},
|
| 245 |
+
{ "locale_code": "tr", "example": "Rezervasyondan vazgeçtim"}
|
| 246 |
],
|
| 247 |
"parameters": [
|
| 248 |
{
|
|
|
|
| 395 |
{
|
| 396 |
"id": 1,
|
| 397 |
"timestamp": "2025-06-08T12:00:00.000Z",
|
| 398 |
+
"username": "admin",
|
| 399 |
"action": "CREATE_PROJECT",
|
| 400 |
"entity_type": "project",
|
| 401 |
"entity_id": 1,
|