Skip to content

Commit 30829b5

Browse files
committed
feat(chat): refine prompt for generating leadership-ready HTML presentations
1 parent 8ff9113 commit 30829b5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/Dashboard/frontend/src/components/ChatView.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3811,7 +3811,7 @@ function sendPrompt(text) {
38113811
38123812
function requestPresentation() {
38133813
input.value =
3814-
"Generate a FinOps presentation from our conversation findings. Use the HTML deck format. Suggest a slide structure with the data we've discussed, and ask me if I want to customize anything before generating.";
3814+
"Build a leadership-ready HTML presentation from our conversation. Frame it for executive stakeholders: if the findings are healthy, position it as a FinOps maturity & wins story; if there are issues, position it as a prioritized action plan. Maximum 4 slides. Use the data we've already discussed, and generate it now — no need to ask me first.";
38153815
send();
38163816
}
38173817

0 commit comments

Comments
 (0)