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;