Anchorage API reference
    Preparing search index...

    Text and trusted Mastra context evaluated by a standalone content gate.

    interface ContentPolicyGateInput {
        requestContext?: RequestContext<unknown>;
        text: string;
    }
    Index

    Properties

    requestContext?: RequestContext<unknown>

    Trusted request context associated with the content.

    text: string

    Canonical text that the downstream model would observe.