Merge branch 'master' of https://git.wmi.amu.edu.pl/s444455/Systemy_dialogowe
This commit is contained in:
commit
4abdf95b9a
@ -18,7 +18,7 @@ def monitor_stanu_dialogowego(frame):
|
|||||||
if frame['act'] == 'null':
|
if frame['act'] == 'null':
|
||||||
return dialogue_state
|
return dialogue_state
|
||||||
|
|
||||||
reset_state_if_needed(frame)
|
reset_state_if_needed(frame, dialogue_state)
|
||||||
|
|
||||||
dialogue_state['current_context'] = frame['act']
|
dialogue_state['current_context'] = frame['act']
|
||||||
append_or_merge_frame(frame, dialogue_state)
|
append_or_merge_frame(frame, dialogue_state)
|
||||||
|
Loading…
Reference in New Issue
Block a user