@elementor/editor-variables 4.2.0-845 → 4.2.0-847
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/index.js +0 -4
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +0 -4
- package/dist/index.mjs.map +1 -1
- package/package.json +15 -15
- package/src/mcp/manage-variable-tool.ts +0 -4
package/dist/index.js
CHANGED
|
@@ -3984,10 +3984,6 @@ var initManageVariableTool = (reg) => {
|
|
|
3984
3984
|
status: import_schema3.z.enum(["ok"]).describe("Operation status"),
|
|
3985
3985
|
message: import_schema3.z.string().optional().describe("Error details if status is error")
|
|
3986
3986
|
},
|
|
3987
|
-
modelPreferences: {
|
|
3988
|
-
intelligencePriority: 0.75,
|
|
3989
|
-
speedPriority: 0.75
|
|
3990
|
-
},
|
|
3991
3987
|
requiredResources: [
|
|
3992
3988
|
{
|
|
3993
3989
|
uri: GLOBAL_VARIABLES_URI,
|