From b9abae38ff487c5edf3bd8ff89c373b3c3b1ecdd Mon Sep 17 00:00:00 2001 From: Peter Beverloo Date: Sat, 4 Jan 2025 22:46:27 +0000 Subject: [PATCH] faff: Remove more invalid TODOs --- app/admin/components/FormGridSection.tsx | 3 --- app/admin/system/feedback/page.tsx | 2 -- app/api/ai/prompts/Prompt.ts | 2 -- 3 files changed, 7 deletions(-) diff --git a/app/admin/components/FormGridSection.tsx b/app/admin/components/FormGridSection.tsx index 72581f86..c142bb4a 100644 --- a/app/admin/components/FormGridSection.tsx +++ b/app/admin/components/FormGridSection.tsx @@ -120,9 +120,6 @@ export function FormGridSection(props: React.PropsWithChildren diff --git a/app/api/ai/prompts/Prompt.ts b/app/api/ai/prompts/Prompt.ts index 2e41bf64..fb30e424 100644 --- a/app/api/ai/prompts/Prompt.ts +++ b/app/api/ai/prompts/Prompt.ts @@ -70,8 +70,6 @@ export interface PromptResult { * The `Prompt` class is the base class for each of the prompts supported by the AnimeCon Volunteer * Manager. Prompts use a "system instruction" to define personality and what has to happen, and * then a list of items that should be conveyed in a message. - * - * @todo Support multiple personalities. */ export abstract class Prompt { #db: typeof db;