So cool! Can't wait to get this to work! In theory I could even expose it to the users of dateme.directory as an interface. I'm getting a weird sqlite parse error that goes away when I run the SQL directly:
The other issue is that it doesn't really understand my enums because they're just SQLite strings. It should probably also select distinct across all the tables to have a better understanding on how to filter for stuff, ie men or women, or locations.
So cool! Can't wait to get this to work! In theory I could even expose it to the users of dateme.directory as an interface. I'm getting a weird sqlite parse error that goes away when I run the SQL directly:
The other issue is that it doesn't really understand my enums because they're just SQLite strings. It should probably also select distinct across all the tables to have a better understanding on how to filter for stuff, ie men or women, or locations.
Weird on the error when you do
await writer.getQuery(userInput)
. Any idea of what's going on there? Something about the prompt?Re the second issue - any idea about how to fix that, maybe also prompt related?