Skip to content

Commit 0056d34

Browse files
authored
Merge pull request #111 from lwaekfjlk/feature/fix-typo-in-intent
fix typo in intent
2 parents 6fd6887 + bb6e4c6 commit 0056d34

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

config_files/test.raw.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -7619,9 +7619,9 @@
76197619
"geolocation": null,
76207620
"intent_template": "I am doing a market survey for one stop market, show me the most expensive product from {{product_category}} category",
76217621
"instantiation_dict": {
7622-
"product_category": "competative swimwear"
7622+
"product_category": "competitive swimwear"
76237623
},
7624-
"intent": "I am doing a market survey for one stop market, show me the most expensive product from competative swimwear category",
7624+
"intent": "I am doing a market survey for one stop market, show me the most expensive product from competitive swimwear category",
76257625
"require_reset": false,
76267626
"eval": {
76277627
"eval_types": [
@@ -10963,10 +10963,10 @@
1096310963
"geolocation": null,
1096410964
"intent_template": "List products from {{product_category}} category by {{order}} price",
1096510965
"instantiation_dict": {
10966-
"product_category": "competative swimwear",
10966+
"product_category": "competitive swimwear",
1096710967
"order": "ascending"
1096810968
},
10969-
"intent": "List products from competative swimwear category by ascending price",
10969+
"intent": "List products from competitive swimwear category by ascending price",
1097010970
"require_reset": false,
1097110971
"eval": {
1097210972
"eval_types": [

0 commit comments

Comments
 (0)