Skip to content

Commit 552d9e5

Browse files
SAS-1051: cross link to request/response helpers
1 parent 28cb3e0 commit 552d9e5

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

  • content/en/docs/appstore/use-content/platform-supported-content/modules/genai/openai

content/en/docs/appstore/use-content/platform-supported-content/modules/genai/openai/_index.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -181,6 +181,8 @@ The `OpenAIDeployedModel` is compatible with the two [Chat Completions operation
181181
- Chat Completions (with history)
182182
- Chat Completions (without history)
183183

184+
You can use the GenAI Commons toolbox actions to [create the required Request](/appstore/modules/genai/commons/#text-files-request) and [handle the Response](/appstore/modules/genai/commons/#text-files-response) for you use case.
185+
184186
The internal chat completion logic within the OpenAI connector supports `JSON mode`, [function calling](#chatcompletions-functioncalling), and [vision](#chatcompletions-vision). Make sure to check the actual compatibility of the available models with these functionalities, as this changes over time. We will list any specific OpenAI microflow actions from the toolbox below.
185187

186188
#### JSON mode {#json-mode}
@@ -223,7 +225,7 @@ When you use Azure OpenAI, it is recommended to set the optional `MaxTokens` inp
223225

224226
For more information on vision, see [OpenAI](https://platform.openai.com/docs/guides/vision) and [Azure OpenAI](https://learn.microsoft.com/en-us/azure/ai-services/openai/how-to/gpt-with-vision) documentation.
225227

226-
### Image Generations Configuration {#image-generations-configuration}
228+
#### Image Generations {#image-generations-configuration}
227229

228230
OpenAI also provides image generation capabilities which can be invoked using this connector module. The `OpenAIDeployedModel` entity is compatible with the [image generation operation from GenAI Commons](/appstore/modules/genai/commons/#generate-image).
229231

@@ -237,7 +239,7 @@ A generated image need to be stored in a custom entity that inherits from the `S
237239

238240
More technical details are provided by the in-model documentation in annotations and the documentation fields for microflows, parameters, and the domain model. See the [Technical Reference](#technical-reference) section for guidance on how to find it.
239241

240-
### Embeddings Configuration {#embeddings-configuration}
242+
#### Embeddings Generation {#embeddings-configuration}
241243

242244
In order to implement embeddings into your Mendix application, you can use the microflows in the **USE_ME > Operations > Embeddings** folder. Currently, two microflows for embeddings are exposed as microflow actions under the **OpenAI (Operations)** category in the **Toolbox** in Mendix Studio Pro.
243245

0 commit comments

Comments
 (0)