Agent Maturity Compass API - v1.2.0
    Preparing search index...

    Interface BuildToolSandboxResourceLimitReceiptInput

    interface BuildToolSandboxResourceLimitReceiptInput {
        generatedAt?: string;
        policy: ToolSandboxResourceLimitPolicy;
        receiptId: string;
        sourceCitations: ToolSandboxSourceCitation[];
        usage: ToolSandboxObservedUsage;
    }
    Index
    generatedAt?: string
    receiptId: string
    sourceCitations: ToolSandboxSourceCitation[]