You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
text: "Create a really detailed and powerful image. The image should be of a mountain scene with a blue lake and green hills, with a sunset in the background. In the lake, there should be 3 whales leaping out of the water.",
25
+
id: "image",
26
+
},
27
+
{
28
+
text: "Help me brainstorm for an upcoming sign-off.",
29
+
id: "brainstorm",
30
+
},
31
+
{
32
+
text: "Summarize this long and complex PDF for me. Include a paragraph containing 3-4 sentences that capture the main ideas and overall message of the documents, a list of 5 to 10 key points from the document, and up to 3 follow-up questions that arise from the content of the document.",
33
+
id: "summarize",
34
+
},
35
+
];
36
+
37
+
constitems2=[
38
+
{
39
+
text: "Create a really detailed and powerful image.",
40
+
id: "image",
41
+
},
42
+
{
43
+
text: "Help me brainstorm for an upcoming sign-off.",
44
+
id: "brainstorm",
45
+
},
46
+
{
47
+
text: "Summarize this long and complex PDF for me.",
<ChatBubbletype="outgoing"avatar={<ChatBubbleAvatarUser/>}ariaLabel="User at 4:23:20pm">
@@ -58,39 +69,72 @@ export default function SupportPromptPage() {
58
69
Amazon S3 provides a simple web service interface that you can use to store and retrieve any
59
70
amount of data, at any time, from anywhere.
60
71
</ChatBubble>
61
-
<divstyle={{marginInlineStart: "36px"}}>
62
-
<SupportPromptGroup
63
-
ariaLabel="Horizontal support prompt group"
64
-
alignment="vertical"
65
-
onItemClick={({ detail })=>console.log(detail)}
66
-
items={[
67
-
{
68
-
text: "Create a really detailed and powerful image. The image should be of a mountain scene with a blue lake and green hills, with a sunset in the background. In the lake, there should be 3 whales leaping out of the water.",
69
-
id: "image",
70
-
},
71
-
{
72
-
text: "Help me brainstorm for an upcoming sign-off.",
73
-
id: "brainstorm",
74
-
},
75
-
{
76
-
text: "Summarize this long and complex PDF for me. Include a paragraph containing 3-4 sentences that capture the main ideas and overall message of the documents, a list of 5 to 10 key points from the document, and up to 3 follow-up questions that arise from the content of the document.",
77
-
id: "summarize",
78
-
},
79
-
{
80
-
text: "What questions remain unanswered after reading the document(s)? The response shall consider all current or past uploaded documents.",
0 commit comments