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
Linux
3.10
main
Installation From Source
Docker Installation
Docker Compose Installation
Cluster Installation
AutoDL Image
Other
24GX4
Qwen2.5-32B
上下文修复后,在调用awel工作流时,进行到AppLauncher时,后台报错: 2024-12-20 18:22:44 amax dbgpt.agent.core.base_agent[3672381] ERROR Generate reply exception! Traceback (most recent call last): File "/home/xinrui24/DB-GPT/dbgpt/agent/core/base_agent.py", line 375, in generate_reply thinking_messages, resource_info = await self._load_thinking_messages( TypeError: StartAppAssistantAgent._load_thinking_messages() got an unexpected keyword argument 'historical_dialogues' 前端一直卡着不动
意图识别后,调用对应领域的app进行工作
搭建包含意图识别的工作流,提问就好
No response
The text was updated successfully, but these errors were encountered:
awel
Sorry, something went wrong.
@yhjun1026
修后有个同类型的报错
No branches or pull requests
Search before asking
Operating system information
Linux
Python version information
3.10
DB-GPT version
main
Related scenes
Installation Information
Installation From Source
Docker Installation
Docker Compose Installation
Cluster Installation
AutoDL Image
Other
Device information
24GX4
Models information
Qwen2.5-32B
What happened
上下文修复后,在调用awel工作流时,进行到AppLauncher时,后台报错:
2024-12-20 18:22:44 amax dbgpt.agent.core.base_agent[3672381] ERROR Generate reply exception!
Traceback (most recent call last):
File "/home/xinrui24/DB-GPT/dbgpt/agent/core/base_agent.py", line 375, in generate_reply
thinking_messages, resource_info = await self._load_thinking_messages(
TypeError: StartAppAssistantAgent._load_thinking_messages() got an unexpected keyword argument 'historical_dialogues'
前端一直卡着不动
What you expected to happen
意图识别后,调用对应领域的app进行工作
How to reproduce
搭建包含意图识别的工作流,提问就好
Additional context
No response
Are you willing to submit PR?
The text was updated successfully, but these errors were encountered: