Spaces:
Running
Running
Update service_config.jsonc
Browse files- service_config.jsonc +3 -0
service_config.jsonc
CHANGED
@@ -123,6 +123,7 @@
|
|
123 |
"name": "flight-booking",
|
124 |
"caption": "Flight ticket booking",
|
125 |
"locale": "tr-TR",
|
|
|
126 |
|
127 |
"detection_prompt": "User wants to reserve or buy a flight ticket. Phrases could include origin, destination, date, passenger count. For example: \"10 Temmuz'da İstanbul'dan Ankara'ya iki kişilik ekonomi bileti ayır.\", \"Yarın İzmir'den Berlin'e sabah uçuşu rezerve et.\"",
|
128 |
|
@@ -172,6 +173,7 @@
|
|
172 |
"name": "flight-info",
|
173 |
"caption": "Flight status information",
|
174 |
"locale": "tr-TR",
|
|
|
175 |
|
176 |
"detection_prompt": "User asks for live status, schedule, gate, or current position of a flight. For example: \"TK2158 seferi şu an nerede?\", \"12 Temmuz 4576 uçuşum saat kaçta kalkıyor?\".",
|
177 |
|
@@ -197,6 +199,7 @@
|
|
197 |
"name": "booking-cancel",
|
198 |
"caption": "Booking cancellation",
|
199 |
"locale": "tr-TR",
|
|
|
200 |
|
201 |
"detection_prompt": "User wants to cancel a flight booking using a PNR code, possibly providing surname. For example: \"ABC123 kodlu bileti iptal et.\", \"Dün yaptığım rezervasyonu iptal eder misiniz? Soyadım Yılmaz.\".",
|
202 |
|
|
|
123 |
"name": "flight-booking",
|
124 |
"caption": "Flight ticket booking",
|
125 |
"locale": "tr-TR",
|
126 |
+
"action": "book_flight_api",
|
127 |
|
128 |
"detection_prompt": "User wants to reserve or buy a flight ticket. Phrases could include origin, destination, date, passenger count. For example: \"10 Temmuz'da İstanbul'dan Ankara'ya iki kişilik ekonomi bileti ayır.\", \"Yarın İzmir'den Berlin'e sabah uçuşu rezerve et.\"",
|
129 |
|
|
|
173 |
"name": "flight-info",
|
174 |
"caption": "Flight status information",
|
175 |
"locale": "tr-TR",
|
176 |
+
"action": "flight_status_api",
|
177 |
|
178 |
"detection_prompt": "User asks for live status, schedule, gate, or current position of a flight. For example: \"TK2158 seferi şu an nerede?\", \"12 Temmuz 4576 uçuşum saat kaçta kalkıyor?\".",
|
179 |
|
|
|
199 |
"name": "booking-cancel",
|
200 |
"caption": "Booking cancellation",
|
201 |
"locale": "tr-TR",
|
202 |
+
"action": "cancel_booking_api",
|
203 |
|
204 |
"detection_prompt": "User wants to cancel a flight booking using a PNR code, possibly providing surname. For example: \"ABC123 kodlu bileti iptal et.\", \"Dün yaptığım rezervasyonu iptal eder misiniz? Soyadım Yılmaz.\".",
|
205 |
|