feat: add objectifier prompt

This commit is contained in:
2026-06-07 16:01:13 +09:00
parent b14f971dab
commit 3197579a26
2 changed files with 15 additions and 0 deletions

View File

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