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