postgres-new icon indicating copy to clipboard operation
postgres-new copied to clipboard

Infinite Loop when the Prompt request change the name of already exist table

Open Andres6936 opened this issue 1 year ago • 0 comments
trafficstars

Bug report

Describe the bug

When requesting the AI to create a table and then rename it to use CamelCase in the names, it enters an infinite loop when trying to create a table that already exists.

To Reproduce

Steps to reproduce the behavior, please provide code snippets or a repository:

  1. Request a table of users with the Prompt: Create a table for User
  2. Request the name change of the table using CamelCase Prompt: The name of the table in CamelCase and the properties same
  3. Infinite Loop of IA

Expected behavior

The name table is converted to CamelCase

Screenshots

image

Andres6936 avatar Nov 13 '24 01:11 Andres6936