-
Notifications
You must be signed in to change notification settings - Fork 0
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
Rename CustomPromptTemplate
to PromptTemplate
#40
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## dev #40 +/- ##
=======================================
Coverage 95.51% 95.51%
=======================================
Files 7 7
Lines 601 601
Branches 49 49
=======================================
Hits 574 574
Misses 16 16
Partials 11 11 ☔ View full report in Codecov by Sentry. |
@sepandhaghighi I checked the Codacy failed log, it seems a false positive to me. I tried re-running it but it didn't work. Let me know if I need to fix anything. |
tests/test_custom_prompt_template.py
Outdated
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@sadrasabouri Please rename this file to test_prompt_template.py
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
fixed in a386460.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🔥
The
CustomPromptTemplate
is renamed toPromptTemplate
all over the code.