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/appstore/use-content/platform-supported-content/modules/genai/openai/_index.md
+2-6Lines changed: 2 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -262,13 +262,9 @@ In order to create embeddings, it does not matter whether the ChunkCollection co
262
262
263
263
For technical details, see the [Technical Reference](#technical-reference) section.
264
264
265
-
### Exposed Microflows {#exposed-microflows}
265
+
### Exposed Microflows for (Azure) OpenAI {#exposed-microflows}
266
266
267
-
You can use the following OpenAI-specific exposed microflows to construct requests via drag-and-drop. These microflows can be found in the **Toolbox** in the **OpenAI (Build Request)** section. Generic exposed microflows are described in [GenAI Commons](/appstore/modules/genai/commons/).
This microflow can be used to create the `OpenAIConnection` object that is required for the chat completions operations. A [Configuration](#configuration) object is required for the input. For OpenAI configurations (but not Azure OpenAI configurations), the model name is mandatory too.
267
+
You can use the following OpenAI-specific exposed microflows to construct requests via drag-and-drop. These microflows can be found in the **Toolbox** in the **OpenAI (Build Request)** section. Note that using these flows is only required if you need to add options to the request that are specific to OpenAI. For the generic part 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).
272
268
273
269
#### `Chat: Set Response Format` {#set-responseformat-chat}
0 commit comments