UNPKG

@arizeai/phoenix-client

Version:
15 lines 657 B
"use strict"; /** * Server capability requirements. * * A "capability" represents a specific server-side feature — such as an HTTP * route or query parameter — that is gated behind a minimum Phoenix server * version. Each {@link CapabilityRequirement} declares *what* the capability * is and *which* server version first introduced it. * * The client checks these requirements at call time via * {@link ensureServerCapability} so that callers get a clear, actionable error * instead of an opaque 404 or 400 from an older server. */ Object.defineProperty(exports, "__esModule", { value: true }); //# sourceMappingURL=serverRequirements.js.map