fix
This commit is contained in:
parent
9e5a92563f
commit
784c2368ec
@ -7,7 +7,7 @@ def default_state():
|
|||||||
history=[])
|
history=[])
|
||||||
state['belief_state'] = {
|
state['belief_state'] = {
|
||||||
"cinema": {
|
"cinema": {
|
||||||
"book": {
|
"book":{
|
||||||
"booked": [],
|
"booked": [],
|
||||||
"people": "",
|
"people": "",
|
||||||
"day": "",
|
"day": "",
|
||||||
@ -21,7 +21,7 @@ def default_state():
|
|||||||
"movie": "",
|
"movie": "",
|
||||||
"type": ""
|
"type": ""
|
||||||
}
|
}
|
||||||
}
|
},
|
||||||
"police": {
|
"police": {
|
||||||
"book": {
|
"book": {
|
||||||
"booked": []
|
"booked": []
|
||||||
|
Loading…
Reference in New Issue
Block a user