Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
Andres6936 opened this issue Nov 13, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@Andres6936
Copy link

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 Andres6936 added the bug Something isn't working label Nov 13, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant