feat: add send_message prompt

This commit is contained in:
2026-06-10 23:39:24 +09:00
parent 3197579a26
commit fbb7ddb479
2 changed files with 38 additions and 0 deletions

View File

@@ -9,6 +9,7 @@ const prompts = [
"MONTHLY_SCHEDULE",
"SCHEDULE_AVAILABILITY",
"OBJECTIFIER",
"SEND_MESSAGE",
] as const;
export type PromptKey = (typeof prompts)[number];