14 lines
875 B
Plaintext
14 lines
875 B
Plaintext
|
- Czy możesz odwołać wszystkie moje spotkania w tym tygodniu?
|
||
|
------ rozpoznany user frame ------
|
||
|
meeting_list(date='tym tygodniu')
|
||
|
------ stan ------
|
||
|
UserActType.MEETING_LIST UserActType.MEETING_LIST None
|
||
|
------ przechowywane sloty ------
|
||
|
{'date': 'tym tygodniu'}
|
||
|
------ wybrana akcja systemu ------
|
||
|
actType:SystemActType.MEETING_LIST actParams:{'date': 'tym tygodniu'}
|
||
|
Traceback (most recent call last):
|
||
|
File "C:\Users\masob\Desktop\STUDIA\SYSTEMY DIALOGOWE\SystemyDialogowe\main.py", line 31, in <module>
|
||
|
system_response = nlg.generateResponse(system_act)
|
||
|
File "C:\Users\masob\Desktop\STUDIA\SYSTEMY DIALOGOWE\SystemyDialogowe\NaturalLanguageGeneration.py", line 154, in generateResponse raise Exception("SystemAct:{} not recognized".format(systemAct))
|
||
|
Exception: SystemAct:actType:SystemActType.MEETING_LIST actParams:{'date': 'tym tygodniu'} not recognized
|