Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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
Add Text Exercise Chat Pipeline #161
Add Text Exercise Chat Pipeline #161
Changes from 10 commits
4e5e538
2f28bf4
6c79346
52d6bf8
ff3f259
7206785
80a846c
4042ab5
ed4d5dd
ba5e534
bae6252
73407ed
4d35c22
2ecdcc7
b5884e0
6805fa9
c172788
f1d2a22
68f1be5
28b0282
6ecedba
ecf7694
85fefb2
File filter
Filter by extension
Conversations
Jump to
There are no files selected for viewing
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.
Why is character spam neutral and not bad? :D
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.
I figure it doesn't really make a big difference, Iris is going to respond with something either way. I guess I wanted the AI to choose "Neutral" when it is not really clear, instead of classifying things as "Bad" which are not really malicious.
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.
🛠️ Refactor suggestion
Replace
print
statements withlogger
callsUsing
print
statements for logging is not recommended in production code. To maintain consistent logging practices and control over the logging level, replaceprint
statements with appropriatelogger
methods.Apply these diffs to replace
print
withlogger.debug
:Line 47:
Line 81:
Also applies to: 81-81