microsoft / lida

Automatic Generation of Visualizations and Infographics using Large Language Models
https://microsoft.github.io/lida/
MIT License
2.57k stars 260 forks source link

Wrong expected type in class `Goal` from lida/datamodel.py #93

Open goldiusleonard opened 5 months ago

goldiusleonard commented 5 months ago

Once I run the sample code for extracting charts, I encountered a problem of different expected type for visualisation variable in class Goal. Please change the expected type of the variable from str to dict. Thank you!

victordibia commented 5 months ago

@trojrobert , any chance you want to open a PR for this?

trojrobert commented 5 months ago

@victordibia Ok, I will look into it