@opentabs-dev/opentabs-plugin-minimax-agent 0.0.78 → 0.0.80
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/adapter.iife.js +2 -2
- package/dist/adapter.iife.js.map +1 -1
- package/dist/tools.json +1 -1
- package/package.json +3 -3
package/dist/adapter.iife.js
CHANGED
|
@@ -15210,7 +15210,7 @@ Set the \`cycles\` parameter to \`"ref"\` to resolve cyclical schemas with defs.
|
|
|
15210
15210
|
};
|
|
15211
15211
|
var src_default = new MinimaxAgentPlugin();
|
|
15212
15212
|
|
|
15213
|
-
// dist/
|
|
15213
|
+
// dist/_adapter_entry_3ef861c7-ddd7-4b0d-8848-f3c72c47aed1.ts
|
|
15214
15214
|
if (!globalThis.__openTabs) {
|
|
15215
15215
|
globalThis.__openTabs = {};
|
|
15216
15216
|
} else {
|
|
@@ -15426,5 +15426,5 @@ Set the \`cycles\` parameter to \`"ref"\` to resolve cyclical schemas with defs.
|
|
|
15426
15426
|
};
|
|
15427
15427
|
delete src_default.onDeactivate;
|
|
15428
15428
|
}
|
|
15429
|
-
})();(function(){var o=(globalThis).__openTabs;if(o&&o.adapters&&o.adapters["minimax-agent"]){var a=o.adapters["minimax-agent"];a.__adapterHash="
|
|
15429
|
+
})();(function(){var o=(globalThis).__openTabs;if(o&&o.adapters&&o.adapters["minimax-agent"]){var a=o.adapters["minimax-agent"];a.__adapterHash="fe8cdfa23e428cb6081533093b1c100ed8a88f9bc8e0cc9b4d9e12a56937b18e";if(a.tools&&Array.isArray(a.tools)){for(var i=0;i<a.tools.length;i++){Object.freeze(a.tools[i]);}Object.freeze(a.tools);}Object.freeze(a);Object.defineProperty(o.adapters,"minimax-agent",{value:a,writable:false,configurable:false,enumerable:true});Object.defineProperty(o,"adapters",{value:o.adapters,writable:false,configurable:false});}})();
|
|
15430
15430
|
//# sourceMappingURL=adapter.iife.js.map
|