marcominerva / DatabaseGPT

Query a database using natural language
https://databasegpt.azurewebsites.net/
MIT License
59 stars 13 forks source link

Move NaturalLanguageQueryOptions out of DatabaseGptClient #8

Closed KonH closed 9 months ago

KonH commented 9 months ago

Hello! I noticed that src/DatabaseGpt/DatabaseGptClient.cs contains more than one classes, which is not big deal, but personally I prefer to keep rule 'one class per file' in all cases. So I move NaturalLanguageQueryOptions into separated file to improve code readability and organization. I hope this change aligns with your coding standards. Looking forward to your feedback!

marcominerva commented 9 months ago

Thank you for your contribution!