-
Notifications
You must be signed in to change notification settings - Fork 23
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: set verbose to false #131
feat: set verbose to false #131
Conversation
Signed-off-by: SuZhou-Joe <[email protected]>
@SuZhou-Joe Do we still need the |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #131 +/- ##
=======================================
Coverage 95.63% 95.63%
=======================================
Files 48 48
Lines 1261 1261
Branches 312 312
=======================================
Hits 1206 1206
Misses 53 53
Partials 2 2 ☔ View full report in Codecov by Sentry. |
@wanglam We need the memoryId and interactionId, ml-commons has merged a PR to return memory id and interaction id when verbose is false. |
Signed-off-by: SuZhou-Joe <[email protected]>
* feat: set verbose to false Signed-off-by: SuZhou-Joe <[email protected]> * feat: update doc Signed-off-by: SuZhou-Joe <[email protected]> --------- Signed-off-by: SuZhou-Joe <[email protected]> (cherry picked from commit 485138c) Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
* feat: set verbose to false * feat: update doc --------- (cherry picked from commit 485138c) Signed-off-by: SuZhou-Joe <[email protected]> Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Description
opensearch-project/ml-commons#1988
Agent framework used to return memoryId and interactionId only when verbose is set to true. But when we set verbose to true, some useless message will be write into additional_info, which is unnecessary and may cause issue like too many payload was passed when updating a doc.
As now agent framework already merge the code to return both when verbose is false, we need to change the flag in Chatbot.
Issues Resolved
[List any issues this PR will resolve]
Check List
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
For more information on following Developer Certificate of Origin and signing off your commits, please check here.