[Chat] Show tool call parameters#11552
[Chat] Show tool call parameters#11552wanglam wants to merge 2 commits intoopensearch-project:mainfrom
Conversation
Signed-off-by: Lin Wang <wonglam@amazon.com>
PR Reviewer Guide 🔍(Review updated until commit a667f5e)Here are some key observations to aid the review process:
|
|
Persistent review updated to latest commit a667f5e |
PR Code Suggestions ✨Latest suggestions up to a667f5e
Previous suggestionsSuggestions up to commit a667f5e
|
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #11552 +/- ##
==========================================
+ Coverage 61.48% 61.50% +0.01%
==========================================
Files 4988 4988
Lines 136631 136633 +2
Branches 23629 23631 +2
==========================================
+ Hits 84012 84035 +23
+ Misses 46568 46538 -30
- Partials 6051 6060 +9
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
✅ All unit tests passing
|
Description
This PR adds the display of tool call parameters in the tool call row component for non-custom tools. When users expand a tool call accordion, they can now see both the parameters that were passed to the tool and the result returned.
Changes:
Issues Resolved
Testing the changes
yarn test:jest --testPathPattern="tool_call_row.test"Changelog
Check List
yarn test:jestyarn test:jest_integration