I just started using Toad for Oracle subscription with AI. I connected my Github account, but when I type something using --do something
then it autocompletes the comment with more details but it doesn't actually generate the code
example:
type "--create a table to hold customer"
toad suggests this expanded prompt:
"--create a table to hold customer information with the following columns: customer_id, customer_name, customer_email, customer_phone, customer_address, created_at, updated_at. The customer_id should be the primary key and auto-incremented. The created_at and updated_at columns should have default values of the current timestamp."
when I hit tab to accept, it doesn't create the code