-
Notifications
You must be signed in to change notification settings - Fork 52
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
feat: llm engine driver #411
base: master
Are you sure you want to change the base?
Conversation
Signed-off-by: Sertac Ozercan <[email protected]>
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #411 +/- ##
==========================================
- Coverage 54.68% 51.44% -3.24%
==========================================
Files 71 107 +36
Lines 5241 6735 +1494
==========================================
+ Hits 2866 3465 +599
- Misses 2073 2908 +835
- Partials 302 362 +60
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
Signed-off-by: Sertac Ozercan <[email protected]>
if err != nil { | ||
return err | ||
} | ||
if prompt == "" { |
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.
other than empty string, are there other prompts that we may want to prevent? could any prompts be used to exploit or manipulate the system?
adds a new driver for an llm policy engine