@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.mjs CHANGED
@@ -3987,10 +3987,6 @@ var initManageVariableTool = (reg) => {
3987
3987
  status: z3.enum(["ok"]).describe("Operation status"),
3988
3988
  message: z3.string().optional().describe("Error details if status is error")
3989
3989
  },
3990
- modelPreferences: {
3991
- intelligencePriority: 0.75,
3992
- speedPriority: 0.75
3993
- },
3994
3990
  requiredResources: [
3995
3991
  {
3996
3992
  uri: GLOBAL_VARIABLES_URI,