Skip to content

Commit 5e4c240

Browse files
committed
remove wand icon, adjust idea buttons
1 parent e32a4f3 commit 5e4c240

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

packages/frontend/src/pages/Flows/constants.ts

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -68,14 +68,8 @@ export const AI_CHAT_IDEAS = [
6868
label: 'Attendance taking',
6969
icon: 'BiCheckDouble',
7070
input:
71-
'I have a FormSG that I am using to track attendance. I need this workflow to track who has signed up and is present. It should also note down if this person is a new registrant.',
71+
"When a new event attendance is received, find the attendee in Tiles. If the attendee is found, update the Attended? column to Yes. If the attendee is not found, create a new row in Tiles with the attendee's details.",
7272
},
73-
// {
74-
// label: 'Send follow ups',
75-
// icon: 'BiEnvelope',
76-
// input:
77-
// 'When a new form submission is received, send a follow up email to the customer.',
78-
// },
7973
]
8074

8175
export type AiChatIdea = {

0 commit comments

Comments
 (0)