Replies: 1 comment 1 reply
-
|
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
1.看起来当前的中断是依赖事件循环的中断,那么分布式多节点是不是就做不了呢,
2.然后我看reactAgent内部是找到第一个工具输出就返回了,并没有记录所有的工具执行,
3.有的大模型,对,就是你们家qwen的模型,如果assistant有callId但是没有toolResponse的话,是会直接报错的
4.reactAgent并没有做到think-act-observe-think的循环,是不是不管错误还是正确,在下一轮think的时候修改提示词引导循环结束和添加具体的错误信息辅助模型选用正确的工具呢?同时扩展的话感觉工具的调用去重也可以作为很基础的错误
Beta Was this translation helpful? Give feedback.
All reactions