gaoshan5211

Results 1 issues of gaoshan5211

**Bug description** 在 common.py 的 def role_raise_decorator(func): 方法的异常捕获代码没有打印完整的ex 如果调用LLM出现错误时,比如404错误,或者模型不支持时,控制台只会显示warning信息. >There is a exception in role's execution, in order to resume, we delete the newest role communication message in the role's...