feat: add START_CONVERSATION prompt
This commit is contained in:
@@ -10,6 +10,7 @@ const prompts = [
|
||||
"SCHEDULE_AVAILABILITY",
|
||||
"OBJECTIFIER",
|
||||
"SEND_MESSAGE",
|
||||
"START_CONVERSATION",
|
||||
] as const;
|
||||
export type PromptKey = (typeof prompts)[number];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user