GuardContentBlockData
Defined in: src/types/messages.ts:544
Data for a guard content block. Can contain either text or image content for guardrail evaluation.
Properties
Section titled “Properties”optional text: GuardContentText;Defined in: src/types/messages.ts:548
Text content with evaluation qualifiers.
image?
Section titled “image?”optional image: GuardContentImage;Defined in: src/types/messages.ts:553
Image content with evaluation qualifiers.