-
Notifications
You must be signed in to change notification settings - Fork 17
프롬프트 관리 #11
Copy link
Copy link
Closed
Labels
enhancementNew feature or requestNew feature or requestpromptThe input provided by the user in natural language that serves as the basis for SQL generation.The input provided by the user in natural language that serves as the basis for SQL generation.
Milestone
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requestpromptThe input provided by the user in natural language that serves as the basis for SQL generation.The input provided by the user in natural language that serves as the basis for SQL generation.
Why ❓
현재 상황 및 문제점 👿:
프롬프트가 메인 코드에 함게 작성이 되어 있으며, 이로 인해 관리 및 코드 가독성에 이슈가 있을 것으로 판단됩니다.
How 🤔
해결 방안 ✅:
프롬프트를 yaml로 관리함으로써, 프롬프트 관리 편의성과 코드 가독성을 챙길 수 있을 것으로 기대됩니다.
What 🛠️
TODO