Spaces:
Building
Building
Update service_config.jsonc
Browse files- service_config.jsonc +1 -1
service_config.jsonc
CHANGED
@@ -85,7 +85,7 @@
|
|
85 |
"type": "str",
|
86 |
"required": true,
|
87 |
"variable_name": "destination",
|
88 |
-
"extraction_prompt": "Extract the destination/arrival city from Turkish phrases. Look for patterns like 'X'ya/X'ye/X'a/X'e' or 'X'ya varış' or 'varış yeri X'. Remove all Turkish suffixes (-ya, -ye, -a, -e, 'ya, 'ye, 'a, 'e). Return only the plain city name. Examples: 'Ankara'ya' → 'Ankara', 'Paris'e' → 'Paris', 'İzmir'e' → 'İzmir'."
|
89 |
},
|
90 |
{
|
91 |
"name": "flight_date",
|
|
|
85 |
"type": "str",
|
86 |
"required": true,
|
87 |
"variable_name": "destination",
|
88 |
+
"extraction_prompt": "Extract the destination/arrival city from Turkish phrases. Look for patterns like 'X'ya/X'ye/X'a/X'e' or 'X'ya varış' or 'varış yeri X'. Remove all Turkish suffixes (-ya, -ye, -a, -e, 'ya, 'ye, 'a, 'e). Return only the plain city name. Examples: 'Ankara'ya' → 'Ankara', 'Paris'e' → 'Paris', 'İzmir'e' → 'İzmir'. IMPORTANT: Only extract actual city names, not general descriptions like 'deniz kıyısı' or 'dağ başı'."
|
89 |
},
|
90 |
{
|
91 |
"name": "flight_date",
|