@opentabs-dev/opentabs-plugin-minimax-agent 0.0.74 → 0.0.76
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
|
@@ -15208,7 +15208,7 @@ Set the \`cycles\` parameter to \`"ref"\` to resolve cyclical schemas with defs.
|
|
|
15208
15208
|
};
|
|
15209
15209
|
var src_default = new MinimaxAgentPlugin();
|
|
15210
15210
|
|
|
15211
|
-
// dist/
|
|
15211
|
+
// dist/_adapter_entry_09f5dc6e-e319-4a4b-ad46-6d11359164dc.ts
|
|
15212
15212
|
if (!globalThis.__openTabs) {
|
|
15213
15213
|
globalThis.__openTabs = {};
|
|
15214
15214
|
} else {
|
|
@@ -15424,5 +15424,5 @@ Set the \`cycles\` parameter to \`"ref"\` to resolve cyclical schemas with defs.
|
|
|
15424
15424
|
};
|
|
15425
15425
|
delete src_default.onDeactivate;
|
|
15426
15426
|
}
|
|
15427
|
-
})();(function(){var o=(globalThis).__openTabs;if(o&&o.adapters&&o.adapters["minimax-agent"]){var a=o.adapters["minimax-agent"];a.__adapterHash="
|
|
15427
|
+
})();(function(){var o=(globalThis).__openTabs;if(o&&o.adapters&&o.adapters["minimax-agent"]){var a=o.adapters["minimax-agent"];a.__adapterHash="ccd6e4550caeaedc6c34f30199ea69c7ad007afdfe39d32144da2b80ad0ae767";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});}})();
|
|
15428
15428
|
//# sourceMappingURL=adapter.iife.js.map
|