@opengeni/contracts 0.31.0 → 0.31.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -9044,6 +9044,9 @@ var ModelCapabilitiesV1 = /* @__PURE__ */ defineModelContractSchema(
|
|
|
9044
9044
|
responsesWebSocket: ModelCapabilityStateV1,
|
|
9045
9045
|
realtimeAudio: ModelCapabilityStateV1
|
|
9046
9046
|
}),
|
|
9047
|
+
promptCaching: ModelCapabilityStateV1.extend({
|
|
9048
|
+
mode: z7.enum(["implicit", "automatic", "none"])
|
|
9049
|
+
}).optional(),
|
|
9047
9050
|
latencyModes: z7.array(
|
|
9048
9051
|
z7.object({
|
|
9049
9052
|
id: z7.enum(["standard", "priority", "fast"]),
|
|
@@ -9186,6 +9189,7 @@ var ClientModel = /* @__PURE__ */ defineModelContractSchema(
|
|
|
9186
9189
|
// provider id
|
|
9187
9190
|
providerLabel: z7.string(),
|
|
9188
9191
|
api: z7.enum(["responses", "chat"]),
|
|
9192
|
+
source: z7.enum(["opengeni", "codex", "workspace_gateway"]).optional(),
|
|
9189
9193
|
contextWindowTokens: z7.number().int().positive().optional(),
|
|
9190
9194
|
// Additive normalized definition metadata. Optional so older server payloads
|
|
9191
9195
|
// remain parseable; current servers project the complete V1 set.
|
|
@@ -10090,4 +10094,4 @@ export {
|
|
|
10090
10094
|
ClientConfig,
|
|
10091
10095
|
evaluateWorkspaceModelPolicy
|
|
10092
10096
|
};
|
|
10093
|
-
//# sourceMappingURL=chunk-
|
|
10097
|
+
//# sourceMappingURL=chunk-TQC34EGL.js.map
|