/** * System message for character generation with detailed JSON schema */ export declare const CHARACTER_GENERATOR_SYSTEM_MESSAGE: string; /** * User template - the formatted context is already complete from formatUserMessage */ export declare const CHARACTER_GENERATOR_USER_TEMPLATE: (formattedContext: string) => string; //# sourceMappingURL=character-generator.messages.d.ts.map