Jailbreak detection and filtering results.

interface ChatsJailBreak {
    detected?: boolean;
    filtered?: boolean;
}

Properties

Properties

detected?: boolean

Indicates if a jailbreak has been detected.

filtered?: boolean

Indicates if a jailbreak has been successfully filtered.