Skip to main content

Variable: MultiTurnStatefulConfigSchema

const MultiTurnStatefulConfigSchema: ZodObject<{
type: ZodDefault<ZodString>;
response_id_field: ZodString;
request_id_field: ZodString;
}, "passthrough", ZodTypeAny, objectOutputType<{
type: ZodDefault<ZodString>;
response_id_field: ZodString;
request_id_field: ZodString;
}, ZodTypeAny, "passthrough">, objectInputType<{
type: ZodDefault<ZodString>;
response_id_field: ZodString;
request_id_field: ZodString;
}, ZodTypeAny, "passthrough">>;

Defined in: src/models/red-team.ts:81