14 lines
263 B
TypeScript
14 lines
263 B
TypeScript
export {
|
|
buildDevilSystemPrompt,
|
|
buildDevilUserPrompt,
|
|
DevilPromptInput,
|
|
DEVIL_PERSONA_NAME,
|
|
} from './devilPrompt';
|
|
|
|
export {
|
|
isDevilAgentEnabled,
|
|
setDevilAgentEnabled,
|
|
generateDevilRebuttal,
|
|
SETTING_KEY,
|
|
} from './devilService';
|