Exception has occurred: TypeError
argument of type 'NoneType' is not iterable
File "/home/tianhao.li/research/agent_fuzzer/code/utils.py", line 102, in judge
if not ans in pred:
File "/home/tianhao.li/research/agent_fuzzer/code/main.py", line 222, in main
guardrailed_answer_correct = judge(prediction["guardrailed_answer"], answer_gt)
File "/home/tianhao.li/research/agent_fuzzer/code/main.py", line 293, in <module>
main()
TypeError: argument of type 'NoneType' is not iterable
ConversableAgent._append_oai_message() missing 1 required positional argument: 'is_sending'
Error message:
Root cause: