howone 0.1.26 → 0.1.27
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/package.json
CHANGED
|
@@ -14,7 +14,7 @@
|
|
|
14
14
|
"dependencies": {
|
|
15
15
|
"@base-ui/react": "^1.4.1",
|
|
16
16
|
"@fontsource-variable/inter": "^5.2.8",
|
|
17
|
-
"@howone/sdk": "2.0.0-beta.
|
|
17
|
+
"@howone/sdk": "2.0.0-beta.20",
|
|
18
18
|
"@tailwindcss/vite": "^4.2.1",
|
|
19
19
|
"class-variance-authority": "^0.7.1",
|
|
20
20
|
"clsx": "^2.1.1",
|
|
@@ -22,7 +22,7 @@ export const ai = defineAiActions({
|
|
|
22
22
|
// Do not paste JSON Schema objects from .howone/ai/manifest.json here directly.
|
|
23
23
|
// With outputSchema configured, howone.ai.<action>.run() returns the validated finalResult payload.
|
|
24
24
|
// generateImage: defineAiAction("generateImage", {
|
|
25
|
-
// workflowId: "<workflow-
|
|
25
|
+
// workflowId: "<workflow-config-id>", // config_id for this capability
|
|
26
26
|
// inputSchema: generateImageInputSchema,
|
|
27
27
|
// outputSchema: generateImageOutputSchema,
|
|
28
28
|
// }),
|