-
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
Support creating alert in the chat window #217
base: main
Are you sure you want to change the base?
Conversation
Signed-off-by: Heng Qian <qianheng@amazon.com>
Signed-off-by: Heng Qian <qianheng@amazon.com>
@@ -86,52 +87,55 @@ export const ChatFlyout = (props: ChatFlyoutProps) => { | |||
> | |||
<> | |||
<div className={cs('llm-chat-flyout-header')}> | |||
<ChatWindowHeader /> | |||
{props.overrideComponent ? <ChatOverrideHeader /> : <ChatWindowHeader />} |
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.
Is this ChatOverrideHeader
suitable for all override component header? Shall we just hide the ChatWindowHeader
and let overrideComponent
take over the whole screen?
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.
Signed-off-by: Heng Qian <qianheng@amazon.com>
Signed-off-by: Heng Qian <qianheng@amazon.com>
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #217 +/- ##
==========================================
- Coverage 90.02% 89.40% -0.62%
==========================================
Files 54 60 +6
Lines 1433 1623 +190
Branches 347 394 +47
==========================================
+ Hits 1290 1451 +161
- Misses 141 169 +28
- Partials 2 3 +1 ☔ View full report in Codecov by Sentry. |
Signed-off-by: Heng Qian <qianheng@amazon.com>
# Conflicts: # CHANGELOG.md # public/types.ts
# Conflicts: # CHANGELOG.md
# Conflicts: # CHANGELOG.md
Description
Support creating alert in the chat window as a follow-up question of alert analysis
Expected results of creating alert in chatbot:
Issues Resolved
#216
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.