In the prompt.md, it says:
The query MUST return all columns from the specified table's schema (you can use SELECT *)
If we are touching a database for instance with 100+ columns, the table can be a bit unwieldly. Is it possible to modify it so that it only returns the columns necessary for the natural language query if requested by the user?
In the prompt.md, it says:
The query MUST return all columns from the specified table's schema (you can use SELECT *)
If we are touching a database for instance with 100+ columns, the table can be a bit unwieldly. Is it possible to modify it so that it only returns the columns necessary for the natural language query if requested by the user?