@activepieces/piece-google-vertexai 0.1.0 → 0.1.1

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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@activepieces/piece-google-vertexai",
3
- "version": "0.1.0",
3
+ "version": "0.1.1",
4
4
  "main": "./src/index.js",
5
5
  "types": "./src/index.d.ts",
6
6
  "dependencies": {
@@ -13,6 +13,8 @@
13
13
  "Model": "Model",
14
14
  "System Message": "System Message",
15
15
  "User Message": "User Message",
16
+ "Files": "Files",
17
+ "YouTube URL": "YouTube URL",
16
18
  "Image URLs": "Image URLs",
17
19
  "Temperature": "Temperature",
18
20
  "Max Output Tokens": "Max Output Tokens",
@@ -20,13 +22,7 @@
20
22
  "Thinking Budget (tokens)": "Thinking Budget (tokens)",
21
23
  "Include Thoughts in Response": "Include Thoughts in Response",
22
24
  "Prompt": "Prompt",
23
- "Negative Prompt": "Negative Prompt",
24
- "Number of Images": "Number of Images",
25
- "Aspect Ratio": "Aspect Ratio",
26
- "Output Format": "Output Format",
27
- "Seed": "Seed",
28
- "Enhance Prompt": "Enhance Prompt",
29
- "Add Watermark": "Add Watermark",
25
+ "Model Configurations": "Model Configurations",
30
26
  "Method": "Method",
31
27
  "Headers": "Headers",
32
28
  "Query Parameters": "Query Parameters",
@@ -40,33 +36,21 @@
40
36
  "Gemini model to use for content generation.": "Gemini model to use for content generation.",
41
37
  "Instructions that guide the model's behavior throughout the conversation.": "Instructions that guide the model's behavior throughout the conversation.",
42
38
  "The prompt to send to the model.": "The prompt to send to the model.",
39
+ "Optional files to include in the prompt (images, PDFs, text, audio, video)": "Optional files to include in the prompt (images, PDFs, text, audio, video)",
40
+ "Optional public YouTube video URL for the AI to use as a reference.": "Optional public YouTube video URL for the AI to use as a reference.",
43
41
  "Public image URLs to include alongside the user message. The model will analyze these images.": "Public image URLs to include alongside the user message. The model will analyze these images.",
44
42
  "Controls randomness. Lower values are more deterministic (0–2). Leave empty to use the model default.": "Controls randomness. Lower values are more deterministic (0–2). Leave empty to use the model default.",
45
43
  "Maximum number of tokens to generate. Leave empty to use the model default.": "Maximum number of tokens to generate. Leave empty to use the model default.",
46
44
  "Controls how much the model thinks before responding. Supported on Gemini 2.5 and later models.": "Controls how much the model thinks before responding. Supported on Gemini 2.5 and later models.",
47
45
  "Maximum number of tokens the model can use for internal reasoning. Set to 0 to disable thinking. Supported on Gemini 2.5 and later models.": "Maximum number of tokens the model can use for internal reasoning. Set to 0 to disable thinking. Supported on Gemini 2.5 and later models.",
48
46
  "When enabled, the model's reasoning is returned alongside the final response. Supported on Gemini 2.5 and later models.": "When enabled, the model's reasoning is returned alongside the final response. Supported on Gemini 2.5 and later models.",
49
- "Imagen model to use for image generation.": "Imagen model to use for image generation.",
47
+ "Model to use for image generation.": "Model to use for image generation.",
50
48
  "A text description of the image you want to generate.": "A text description of the image you want to generate.",
51
- "Describe what you do NOT want in the image.": "Describe what you do NOT want in the image.",
52
- "Number of images to generate (1–4).": "Number of images to generate (1–4).",
53
- "Aspect ratio of the generated image.": "Aspect ratio of the generated image.",
54
- "Image format for the generated output.": "Image format for the generated output.",
55
- "Random seed for reproducible results. Requires \"Add Watermark\" to be disabled.": "Random seed for reproducible results. Requires \"Add Watermark\" to be disabled.",
56
- "When enabled, the model rewrites your prompt to improve output quality.": "When enabled, the model rewrites your prompt to improve output quality.",
57
- "When enabled, adds an invisible watermark to generated images.": "When enabled, adds an invisible watermark to generated images.",
58
49
  "Authorization headers are injected automatically from your connection.": "Authorization headers are injected automatically from your connection.",
59
50
  "Enable for files like PDFs, images, etc.": "Enable for files like PDFs, images, etc.",
60
51
  "Low": "Low",
61
52
  "Medium": "Medium",
62
53
  "High": "High",
63
- "Square (1:1)": "Square (1:1)",
64
- "Portrait (3:4)": "Portrait (3:4)",
65
- "Landscape (4:3)": "Landscape (4:3)",
66
- "Portrait (9:16)": "Portrait (9:16)",
67
- "Landscape (16:9)": "Landscape (16:9)",
68
- "PNG": "PNG",
69
- "JPEG": "JPEG",
70
54
  "GET": "GET",
71
55
  "POST": "POST",
72
56
  "PATCH": "PATCH",
package/src/i18n/de.json DELETED
@@ -1,4 +0,0 @@
1
- {
2
- "Action": {},
3
- "Trigger": {}
4
- }
package/src/i18n/es.json DELETED
@@ -1,4 +0,0 @@
1
- {
2
- "Action": {},
3
- "Trigger": {}
4
- }
package/src/i18n/fr.json DELETED
@@ -1,4 +0,0 @@
1
- {
2
- "Action": {},
3
- "Trigger": {}
4
- }
package/src/i18n/ja.json DELETED
@@ -1,4 +0,0 @@
1
- {
2
- "Action": {},
3
- "Trigger": {}
4
- }
package/src/i18n/nl.json DELETED
@@ -1,4 +0,0 @@
1
- {
2
- "Action": {},
3
- "Trigger": {}
4
- }
package/src/i18n/pt.json DELETED
@@ -1,4 +0,0 @@
1
- {
2
- "Action": {},
3
- "Trigger": {}
4
- }
package/src/i18n/zh.json DELETED
@@ -1,4 +0,0 @@
1
- {
2
- "Action": {},
3
- "Trigger": {}
4
- }