Variable: ToolDetectionDetailsSchema
const ToolDetectionDetailsSchema: ZodObject<{
topic_guardrails_details: ZodOptional<ZodType<TopicGuardrailDetails, ZodTypeDef, TopicGuardrailDetails>>;
}, "passthrough", ZodTypeAny, objectOutputType<{
topic_guardrails_details: ZodOptional<ZodType<TopicGuardrailDetails, ZodTypeDef, TopicGuardrailDetails>>;
}, ZodTypeAny, "passthrough">, objectInputType<{
topic_guardrails_details: ZodOptional<ZodType<TopicGuardrailDetails, ZodTypeDef, TopicGuardrailDetails>>;
}, ZodTypeAny, "passthrough">>;
Defined in: src/models/scan-response.ts:43
Zod schema for nested per-tool detection details (e.g. topic guardrails).