Open nomawni opened 7 months ago
hello you can print the response and see what it returns, I think this is due to some refactoring issue in this repo, I am facing a lot of similar issues myself with this refactoring and lack of proper support for unified data format, if that doesn't work please contact me directly maybe I can help you sort out this error.
@Ahmed-Mahmod-Salem thanks. I have printed the error. But the it is throwing the error in this line: _response = session.next_turn(sysresponse). So before getting the response back. Read the text above and look where it indicates line 13.
can you please contact me directly, I may need to have a better look at your code, also, please edit the post and make sure you put code in a code block to make it a little more readable.
@Ahmed-Mahmod-Salem thanks. I have updated and put the code in a block.
Hi, I am facing the following error: ValueError: too many values to unpack (expected 4), while trying to simulate and generate dialogues between the user and the system:
To replicate the error, here is the code that I am using: