Zaktualizuj 'dialogue_system.py'
fix
This commit is contained in:
parent
3e87606e84
commit
a5bb41834a
@ -128,8 +128,8 @@ def main():
|
||||
print(nlg.update([['cinema','inform','closestscreening','']]))
|
||||
|
||||
elif (('czy' or 'jakie' or 'które') and ('dostęp' or 'woln' or 'zajęt') and 'miejsc') in user_input_lr:
|
||||
dst.update([['inform', 'Cinema', 'task', 'show_seats']])
|
||||
print(nlg.update([['cinema','inform','seat','']]))
|
||||
dst.update([['offer', 'Cinema', 'task', 'show_seats']])
|
||||
print(nlg.update([['cinema','offer','seat','']]))
|
||||
|
||||
else:
|
||||
print(formatted_prediction) # NLU output
|
||||
|
Loading…
Reference in New Issue
Block a user