@mindstudio-ai/remy 0.1.1 → 0.1.2
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
|
@@ -941,7 +941,7 @@ var promptUserTool = {
|
|
|
941
941
|
type: {
|
|
942
942
|
type: "string",
|
|
943
943
|
enum: ["select", "text", "file", "color"],
|
|
944
|
-
description:
|
|
944
|
+
description: 'select: pick from options (or options + free-form "other"). text: free-form input. file: file/image upload, returns CDN URL(s) that can be referenced directly or curled onto disk. color: color picker (returns hex).'
|
|
945
945
|
},
|
|
946
946
|
helpText: {
|
|
947
947
|
type: "string",
|
package/dist/index.js
CHANGED
|
@@ -699,7 +699,7 @@ var init_promptUser = __esm({
|
|
|
699
699
|
type: {
|
|
700
700
|
type: "string",
|
|
701
701
|
enum: ["select", "text", "file", "color"],
|
|
702
|
-
description:
|
|
702
|
+
description: 'select: pick from options (or options + free-form "other"). text: free-form input. file: file/image upload, returns CDN URL(s) that can be referenced directly or curled onto disk. color: color picker (returns hex).'
|
|
703
703
|
},
|
|
704
704
|
helpText: {
|
|
705
705
|
type: "string",
|