Skip to content

Conversation

@amjith
Copy link
Member

@amjith amjith commented Jan 20, 2025

Description

Add a new special command to invoke an LLM to create a SQL query.

self.echo("")
try:
self.output(formatted, status)
except KeyboardInterrupt:

Check notice

Code scanning / CodeQL

Empty except Note

'except' clause does nothing but pass and there is no explanatory comment.
except KeyboardInterrupt:
pass
self.echo("Time: %0.03fs" % t)
except KeyboardInterrupt:

Check notice

Code scanning / CodeQL

Empty except Note

'except' clause does nothing but pass and there is no explanatory comment.
@amjith amjith merged commit 9434b24 into main Jan 21, 2025
7 checks passed
@amjith amjith deleted the ai branch January 21, 2025 03:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants