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: articles/logic-apps/connectors/create-chat-completions-prompt-template.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -115,7 +115,7 @@ Add the trigger by following these steps:
115
115
116
116
1. In the [Azure portal](https://portal.azure.com), open your Standard logic app resource and blank workflow in the designer.
117
117
118
-
1. Follow the [general steps to add the trigger that you want](/azure/logic-apps/create-workfklow-with-trigger-or-action?tabs=standard#add-trigger).
118
+
1. Follow the [general steps to add the trigger that you want](/azure/logic-apps/create-workflow-with-trigger-or-action?tabs=standard#add-trigger).
119
119
120
120
This example uses the **Request** trigger named **When an HTTP request is available**. For more information about this trigger, see [Receive and respond to inbound HTTPS calls](/azure/connectors/connectors-native-reqres?tabs=standard).
121
121
@@ -137,7 +137,7 @@ When you're done, your workflow looks like the following example:
137
137
138
138
To add operations that store the trigger outputs for subsequent actions to use as inputs, follow these steps:
139
139
140
-
1. Under the trigger, follow the [general steps to add the data operation named **Compose** action](/azure/logic-apps/create-workfklow-with-trigger-or-action?tabs=standard#add-action).
140
+
1. Under the trigger, follow the [general steps to add the data operation named **Compose** action](/azure/logic-apps/create-workflow-with-trigger-or-action?tabs=standard#add-action).
141
141
142
142
The example adds three **Compose** actions and uses the following test data as inputs:
143
143
@@ -200,7 +200,7 @@ Now, add the Azure OpenAI action to the workflow.
200
200
201
201
## Add the Azure OpenAI action
202
202
203
-
1. Under the last **Compose** action, follow the [general steps to add the **Azure OpenAI** action named **Get chat completions using Prompt Template**](/azure/logic-apps/create-workfklow-with-trigger-or-action?tabs=standard#add-action).
203
+
1. Under the last **Compose** action, follow the [general steps to add the **Azure OpenAI** action named **Get chat completions using Prompt Template**](/azure/logic-apps/create-workflow-with-trigger-or-action?tabs=standard#add-action).
204
204
205
205
1. After the action appears on the designer surface, the connection pane opens so that you can provide the following information:
0 commit comments