/** * System message for the create character use case. * This defines how the AI should behave and what format it should return. */ export declare const CREATE_CHARACTER_SYSTEM_MESSAGE: string; /** * Template for constructing the user message. * Takes the base user input and formats it into a complete prompt. */ export declare const CREATE_CHARACTER_USER_TEMPLATE: (baseInput: string) => string; //# sourceMappingURL=create-character.messages.d.ts.map