OpenClaw SDK
    Preparing search index...

    Interface RequestIdValidationOptions

    Request ID validation options.

    interface RequestIdValidationOptions {
        allowNumeric?: boolean;
        minLength?: number;
        maxLength?: number;
    }
    Index

    Properties

    allowNumeric?: boolean

    Allow numeric request IDs (default: true)

    minLength?: number

    Minimum length for string IDs (default: 1)

    maxLength?: number

    Maximum length for string IDs (default: 255)