We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
比如在 for res in bot.run(messages,): print(res) 有时候,res的结果直接就是[]空数组
The text was updated successfully, but these errors were encountered:
有具体的例子吗?得看下是llm输出为空,还是agent的实现有问题
Sorry, something went wrong.
好的,我看一下。
ken可能是这个地方的问题。没有找到对应的agent的name,就会返回空列表,然后模型就不返回任何东西了。
这里是模型认为没有需要发言的agent了。可以尝试调下prompt调下效果
No branches or pull requests
比如在
for res in bot.run(messages,):
print(res)
有时候,res的结果直接就是[]空数组
The text was updated successfully, but these errors were encountered: