You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
plt.grid(True)
result = {'type': 'plot', 'value': None}
ERROR:root:Error during agent.chat: Invalid output: Expected a plot save path str but received an incompatible type.
raise InvalidOutputValueMismatch(
pandasai.exceptions.InvalidOutputValueMismatch: Invalid output: Expected a plot save path str but received an incompatible type.
The text was updated successfully, but these errors were encountered:
System Info
I'm using agent in pandasai 3.0.0b11 beta version with custom llm to generate SQL query and then pandas code to plot.
I tried both with Windows 11 and WSL2
But not sure where to send the path and I was get error saying expected plot path.
Config is no longer valid parameter for agent in beta version.. Here is the sample code as well
🐛 Describe the bug
I'm using agent in pandasai 3.0.0b11 beta version with custom llm to generate SQL query and then pandas code to plot.
I tried both with Windows 11 and WSL2.
But not sure where to send the path and I was get error saying expected plot path.
Config is no longer valid parameter for agent in beta version.. Here is the sample code as well
The text was updated successfully, but these errors were encountered: