datasette / datasette-query-assistant

Query databases and tables with AI assistance
Apache License 2.0
14 stars 2 forks source link

Ability to get assistance for a specific table #8

Closed simonw closed 4 months ago

simonw commented 4 months ago

There's a menu item for this already but it doesn't work yet:

https://github.com/datasette/datasette-query-assistant/blob/cb71eae6cf7ff248033940c88dccc1c9e1a68d01/datasette_query_assistant/__init__.py#L135-L150

It should send just the schema for the table and any tables related to it by foreign key.