microsoft / TaskWeaver

A code-first agent framework for seamlessly planning and executing data analytics tasks.
https://microsoft.github.io/TaskWeaver/
MIT License
5.38k stars 689 forks source link

Gets stuck in repeating Board messages #339

Closed Haxeebraja closed 6 months ago

Haxeebraja commented 6 months ago

Earlier version of Taskweaver didn't had Board messages. Latest version normally works fine. I am using Qwen-72B-Chat hosted via vllm. However, sometimes it gets stuck in displaying the same "Board" message repetitively. Moreover, i don't see any use of board message. Its the same as planner.

Can I switch off board messages or is there any fix for it?

I have also tried llm.response_format: text.

Board_Messages

liqul commented 6 months ago

Thanks. This is caused by a bug that accidently puts the board message into planner's prompt. Will be fixed in https://github.com/microsoft/TaskWeaver/pull/340.