Zaktualizuj 'modules/dialogue_state.py'
fix
This commit is contained in:
parent
5183e4220a
commit
83bd745164
@ -8,19 +8,22 @@ def default_state():
|
||||
state['belief_state'] = {
|
||||
"cinema": {
|
||||
"book": {
|
||||
"movie": "",
|
||||
"task": "",
|
||||
"date": "",
|
||||
"hour": "",
|
||||
"seat": "",
|
||||
"row": "",
|
||||
"movie": ""
|
||||
"row": ""
|
||||
},
|
||||
"semi": {
|
||||
"name": "",
|
||||
"e-mail": "",
|
||||
"price": 0,
|
||||
"quantity": 0,
|
||||
"tickettype": ""
|
||||
"tickettype": "",
|
||||
"payments": "",
|
||||
"cancel_book_status":"",
|
||||
"cancel_buy_status":""
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user