You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/en/docs/marketplace/genai/reference-guide/external-platforms/gemini.md
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -149,7 +149,7 @@ Embeddings generation is currently not supported by the Google Gemini connector.
149
149
150
150
### Exposed Microflow Actions for OpenAI-compatible APIs {#exposed-microflows}
151
151
152
-
The exposed microflow actions used to construct requests via drag-and-drop specifically for OpenAI-compatible APIs are listed below. You can find these microflows in the **Toolbox** of Studio Pro. Note that these flows are only required if you need to add specific options to your requests. For generic functionality, can use the GenAI Commons toolbox actions to [create the required Request](/appstore/modules/genai/genai-for-mx/commons/#genai-request-building) and [handle the Response](/appstore/modules/genai/genai-for-mx/commons/#genai-response-handling). These actions are available under the **GenAI (Request Building)** and **GenAI (Response Handling)** categories in the Toolbox.
152
+
The exposed microflow actions used to construct requests via draganddrop specifically for OpenAI-compatible APIs are listed below. You can find these microflows in the **Toolbox** of Studio Pro. Note that these flows are only required if you need to add specific options to your requests. For generic functionality, you can use the GenAI Commons toolbox actions to [create the required Request](/appstore/modules/genai/genai-for-mx/commons/#genai-request-building) and [handle the Response](/appstore/modules/genai/genai-for-mx/commons/#genai-response-handling). These actions are available under the **GenAI (Request Building)** and **GenAI (Response Handling)** categories in the Toolbox.
153
153
154
154
#### Set Response Format {#set-responseformat-chat}
155
155
@@ -183,10 +183,10 @@ The **Documentation** pane displays the documentation for the currently selected
183
183
Gemini supports the following [tool choice types](/appstore/modules/genai/genai-for-mx/commons/#enum-toolchoice) of GenAI Commons for the [Tools: Set Tool Choice](/appstore/modules/genai/genai-for-mx/commons/#set-toolchoice) action are supported. For API mapping reference, see the table below:
184
184
185
185
| GenAI Commons (Mendix) | Gemini |
186
-
| -----------------------| ------- |
187
-
| auto | auto|
188
-
| any | any|
189
-
| none | none|
186
+
| -----------------------| ------- |
187
+
| auto | auto |
188
+
| any | any |
189
+
| none | none |
190
190
191
191
### List Models {#list-models}
192
192
@@ -206,7 +206,7 @@ Some examples demonstrate knowledge base interaction and require a connection to
206
206
207
207
## Troubleshooting {#troubleshooting}
208
208
209
-
### Attribute or Reference Required Error Message After Upgrade
209
+
### Attribute or Reference Required After Upgrade
210
210
211
211
If you encounter an error stating that an attribute or a reference is required after an upgrade, first upgrade all modules by right-clicking the error, then upgrade Data Widgets.
0 commit comments