ibm-granite-community / pm

Granite Community Project Management
0 stars 0 forks source link

[4.1.2:1a] Text to SQL with execution #46

Open fayvor opened 3 months ago

fayvor commented 3 months ago
  1. User: Inputs the schema for one or more tables to query, and any additional connectivity information, including credentials. (This information will be used in all subsequent queries until changed.)
  2. User: Inputs text describing the information to extract and manipulate in the tables.
  3. System: Returns one or more SQL queries that can be used to perform the task and asks for confirmation to execute the code.
  4. User: Makes edits to the code, if needed (and capable), and confirms that the code should be executed.
  5. System: Executes the code on the system and returns the results.