Conversation
|
@kdoberst: This pull request references GIE-388 which is a valid jira issue. Warning: The referenced jira issue has an invalid target version for the target branch this PR targets: expected the story to target the "4.22.0" version, but no target version was set. DetailsIn response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the openshift-eng/jira-lifecycle-plugin repository. |
|
Skipping CI for Draft Pull Request. |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: kdoberst The full list of commands accepted by this bot can be found here. The pull request process is described here DetailsNeeds approval from an approver in each of these files:
Approvers can indicate their approval by writing |
4554934 to
cc7d612
Compare
|
@kdoberst: This pull request references GIE-388 which is a valid jira issue. Warning: The referenced jira issue has an invalid target version for the target branch this PR targets: expected the story to target the "4.22.0" version, but no target version was set. DetailsIn response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the openshift-eng/jira-lifecycle-plugin repository. |
|
@kdoberst: all tests passed! Full PR test history. Your PR dashboard. DetailsInstructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. I understand the commands that are listed here. |
Description
This implements the new empty dashboard from chat flow. See the "Changes Made" section for more details
There are numerous area that are "stubbed in" that may need refinement in further PRs:
What triggers the "Create a dashboard from ..." buttons? Right now we are looking for particular text string in the user's message.
What should happen in the conversation when a user clicks on the "create from ..." button? Right now we add a "I created a template from scratch" type of text so the LLM knows what happened. We are currently showing this message along with the LLM's response.
Where should the card to open/close the dashboard be located in the conversation - especially when returning to chat? For now it is displayed below the chat is always visible.
What is the expectations/requirements for the
/dashboards/new/path,/dashboards/new/templates, and/dashboards/edit/{id}paths. They aren't technically needed for the flow to work (we can use conversation ID) so they weren't implementedType of Change
Related Issues
Fixes # GIE-388
Changes Made
create a dashboardthere are two buttons (start with a template and start from scratch) displayed after the LLM response UNLESS there is already a dashboard attached to this chat - then the buttons will not be displayedOther technical changes
useStartChatWithPromptTesting Done
Test Details:
Screenshots/Videos
Screen.Recording.2026-02-19.at.10.06.45.AM.mov
Definition of Done (DOD)
Code Quality
Testing
Documentation
Review & Quality
Pre-Merge
Additional Notes
Reviewer Guidance