Skip to content

Commit a4d59cd

Browse files
SAS-1051: remove connection operation
1 parent 552d9e5 commit a4d59cd

1 file changed

Lines changed: 2 additions & 6 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: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -262,13 +262,9 @@ In order to create embeddings, it does not matter whether the ChunkCollection co
262262

263263
For technical details, see the [Technical Reference](#technical-reference) section.
264264

265-
### Exposed Microflows {#exposed-microflows}
265+
### Exposed Microflows for (Azure) OpenAI {#exposed-microflows}
266266

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/).
268-
269-
#### `Create OpenAI Connection` {#create-openai-connection}
270-
271-
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).
272268

273269
#### `Chat: Set Response Format` {#set-responseformat-chat}
274270

0 commit comments

Comments
 (0)