lida icon indicating copy to clipboard operation
lida copied to clipboard

Error handling when generating a visualization and repairing it

Open vishalsingh-11 opened this issue 1 year ago • 0 comments

Can you please provide a code snippet on how we can handle when there is an error in code when the initial visualization is generated using the below code.

charts = lida.visualize(summary=new_summary, goal=goals[0], textgen_config=textgen_config,library=plotting_lib)

I would like to understand what is best option for the feedback parameter for repairing the visualization. Can we get it from lida.evaluate() or add a user input as feedback or the exception_error

vishalsingh-11 avatar Apr 16 '24 15:04 vishalsingh-11