Strands Agents Typescript SDK
    Preparing search index...

    Interface GuardContentText

    Text content to be evaluated by guardrails.

    interface GuardContentText {
        qualifiers: GuardQualifier[];
        text: string;
    }
    Index

    Properties

    Properties

    qualifiers: GuardQualifier[]

    Qualifiers that specify how this content should be evaluated.

    text: string

    The text content to be evaluated.