feat: add START_CONVERSATION prompt

This commit is contained in:
2026-06-25 22:09:24 +09:00
parent 7b628a4ce2
commit eafb21617d
2 changed files with 56 additions and 0 deletions

View File

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