Class BetaManagedAgentsPrecondition

  • All Implemented Interfaces:

    
    public final class BetaManagedAgentsPrecondition
    
                        

    Optimistic-concurrency precondition: the update applies only if the memory's stored content_sha256 equals the supplied value. On mismatch, the request returns memory_precondition_failed_error (HTTP 409); re-read the memory and retry against the fresh state. If the precondition fails but the stored state already exactly matches the requested content and path, the server returns 200 instead of 409.