graphlit-client 1.0.20260203003 → 1.0.20260204001
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.
|
@@ -14567,7 +14567,9 @@ export declare enum OpenAiReasoningEffortLevels {
|
|
|
14567
14567
|
/** Low effort */
|
|
14568
14568
|
Low = "LOW",
|
|
14569
14569
|
/** Medium effort */
|
|
14570
|
-
Medium = "MEDIUM"
|
|
14570
|
+
Medium = "MEDIUM",
|
|
14571
|
+
/** Minimal effort */
|
|
14572
|
+
Minimal = "MINIMAL"
|
|
14571
14573
|
}
|
|
14572
14574
|
/** OpenAI Video model type */
|
|
14573
14575
|
export declare enum OpenAiVideoModels {
|
|
@@ -2223,6 +2223,8 @@ export var OpenAiReasoningEffortLevels;
|
|
|
2223
2223
|
OpenAiReasoningEffortLevels["Low"] = "LOW";
|
|
2224
2224
|
/** Medium effort */
|
|
2225
2225
|
OpenAiReasoningEffortLevels["Medium"] = "MEDIUM";
|
|
2226
|
+
/** Minimal effort */
|
|
2227
|
+
OpenAiReasoningEffortLevels["Minimal"] = "MINIMAL";
|
|
2226
2228
|
})(OpenAiReasoningEffortLevels || (OpenAiReasoningEffortLevels = {}));
|
|
2227
2229
|
/** OpenAI Video model type */
|
|
2228
2230
|
export var OpenAiVideoModels;
|