vanna-ai / vanna-flask

Web server for chatting with your database
MIT License
116 stars 53 forks source link

Addressing Missing 'sql' Parameter in generate_followup_questions Method #3

Closed sthakur369 closed 8 months ago

sthakur369 commented 8 months ago

Within the app.py file, the generate_followup_questions method encounters an issue when executing SQL queries and attempting to generate follow-up questions via the /api/v0/generate_followup_questions endpoint. The error is coming because the absence of the 'sql' parameter, which is required for vn.generate_followup_questions() method.