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

Fix issue on checking variable assignment for code verification #337

Closed liqul closed 6 months ago

liqul commented 6 months ago

The previous check accidently forbids complex assignment, which should be allowd.

See this issue: https://github.com/microsoft/TaskWeaver/issues/277