@mindstudio-ai/remy 0.1.67 → 0.1.68
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/headless.js +1 -1
- package/dist/index.js +1 -1
- package/package.json +1 -1
package/dist/headless.js
CHANGED
|
@@ -3987,7 +3987,7 @@ var designExpertTool = {
|
|
|
3987
3987
|
},
|
|
3988
3988
|
background: {
|
|
3989
3989
|
type: "boolean",
|
|
3990
|
-
description: "Run in background \u2014 returns immediately and doesn't block while continuing to do work in the background. Reports results when finished working."
|
|
3990
|
+
description: "Run in background \u2014 returns immediately and doesn't block while continuing to do work in the background. Reports results when finished working. Only use for generating app icons."
|
|
3991
3991
|
}
|
|
3992
3992
|
},
|
|
3993
3993
|
required: ["task"]
|
package/dist/index.js
CHANGED
|
@@ -3922,7 +3922,7 @@ Visual design expert. Describe the situation and what you need \u2014 the agent
|
|
|
3922
3922
|
},
|
|
3923
3923
|
background: {
|
|
3924
3924
|
type: "boolean",
|
|
3925
|
-
description: "Run in background \u2014 returns immediately and doesn't block while continuing to do work in the background. Reports results when finished working."
|
|
3925
|
+
description: "Run in background \u2014 returns immediately and doesn't block while continuing to do work in the background. Reports results when finished working. Only use for generating app icons."
|
|
3926
3926
|
}
|
|
3927
3927
|
},
|
|
3928
3928
|
required: ["task"]
|