Luigi commited on
Commit
b1d1505
·
1 Parent(s): 6f5c5a1

fix prompt template

Browse files
Files changed (1) hide show
  1. config.yml +1 -1
config.yml CHANGED
@@ -61,7 +61,7 @@ pipeline:
61
  - 其他查詢、轉接或一般資訊需求歸類為「out_of_scope」
62
 
63
  你必須僅回傳以下三種 JSON 物件之一:
64
- {{"result": "ReversePhoneLookup"}} 或 {{"result": "CallReservationHotline"}} 或 {{"result": "out_of_scope"}}
65
 
66
  請勿添加任何解釋或其他內容。
67
 
 
61
  - 其他查詢、轉接或一般資訊需求歸類為「out_of_scope」
62
 
63
  你必須僅回傳以下三種 JSON 物件之一:
64
+ {"result": "ReversePhoneLookup"} 或 {"result": "CallReservationHotline"} 或 {"result": "out_of_scope"}
65
 
66
  請勿添加任何解釋或其他內容。
67