Variable: ContentErrorType
const ContentErrorType: {
PROMPT: "prompt";
RESPONSE: "response";
};
Defined in: src/models/enums.ts:50
Content type that encountered an error during scanning.
Type Declaration
PROMPT
readonly PROMPT: "prompt" = 'prompt';
RESPONSE
readonly RESPONSE: "response" = 'response';