agents 0.2.3 → 0.2.4
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.
- package/dist/codemode/ai.js +2 -2
- package/dist/codemode/ai.js.map +1 -1
- package/package.json +2 -2
package/dist/codemode/ai.js
CHANGED
|
@@ -526,7 +526,7 @@ function handleFetchError({
|
|
|
526
526
|
}
|
|
527
527
|
return error;
|
|
528
528
|
}
|
|
529
|
-
var VERSION = true ? "3.0.
|
|
529
|
+
var VERSION = true ? "3.0.10" : "0.0.0-test";
|
|
530
530
|
function loadApiKey({
|
|
531
531
|
apiKey,
|
|
532
532
|
environmentVariableName,
|
|
@@ -4815,7 +4815,7 @@ var openaiTranscriptionResponseSchema = z18.object({
|
|
|
4815
4815
|
})
|
|
4816
4816
|
).nullish()
|
|
4817
4817
|
});
|
|
4818
|
-
var VERSION2 = true ? "2.0.
|
|
4818
|
+
var VERSION2 = true ? "2.0.36" : "0.0.0-test";
|
|
4819
4819
|
function createOpenAI(options = {}) {
|
|
4820
4820
|
var _a15, _b;
|
|
4821
4821
|
const baseURL = (_a15 = withoutTrailingSlash(options.baseURL)) != null ? _a15 : "https://api.openai.com/v1";
|