Skip to main content

Variable: ToolDetectionDetailsSchema

const ToolDetectionDetailsSchema: ZodObject<{
topic_guardrails_details: ZodOptional<ZodUnknown>;
}, "passthrough", ZodTypeAny, objectOutputType<{
topic_guardrails_details: ZodOptional<ZodUnknown>;
}, ZodTypeAny, "passthrough">, objectInputType<{
topic_guardrails_details: ZodOptional<ZodUnknown>;
}, ZodTypeAny, "passthrough">>;

Defined in: src/models/scan-response.ts:42

Zod schema for nested per-tool detection details (e.g. topic guardrails).