Variable: AdapterConfigResponseSchema
const AdapterConfigResponseSchema: ZodObject<{
default_script_b64: ZodString;
default_test_prompt: ZodString;
}, "passthrough", ZodTypeAny, objectOutputType<{
default_script_b64: ZodString;
default_test_prompt: ZodString;
}, ZodTypeAny, "passthrough">, objectInputType<{
default_script_b64: ZodString;
default_test_prompt: ZodString;
}, ZodTypeAny, "passthrough">>;
Defined in: src/models/red-team-capabilities.ts:13
Starter script and test prompt returned by the adapter authoring endpoint.