Arize Phoenix TS
    Preparing search index...

    The policy to apply to moderated response input and output.

    interface Policy {
        input?: Input | null;
        output?: Output | null;
    }
    Index
    input?: Input | null

    The moderation policy for the response input.

    output?: Output | null

    The moderation policy for the response output.