@mixio-pro/kalaasetu-mcp 2.0.2-beta → 2.0.3-beta
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
|
@@ -123,7 +123,9 @@ export const imageToVideo = {
|
|
|
123
123
|
.string()
|
|
124
124
|
.optional()
|
|
125
125
|
.default("veo-3.1-fast-generate-001")
|
|
126
|
-
.describe(
|
|
126
|
+
.describe(
|
|
127
|
+
"Specific Vertex Veo model ID to use. Default Value is veo-3.1-fast-generate-001"
|
|
128
|
+
),
|
|
127
129
|
generate_audio: z
|
|
128
130
|
.boolean()
|
|
129
131
|
.optional()
|