Skip to content

Commit f8edaaa

Browse files
committed
screenshots
1 parent 75de2fc commit f8edaaa

File tree

4 files changed

+15
-1
lines changed

4 files changed

+15
-1
lines changed

articles/ai-services/openai/how-to/assistants-logic-apps.md

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,22 @@ Here are the steps to import your Logic Apps workflows as function in the Assist
4242

4343
:::image type="content" source="..\media\how-to\assistants\logic-apps\import-logic-apps.png" alt-text="A screenshot showing the menu for adding functions." lightbox="..\media\how-to\assistants\logic-apps\import-logic-apps.png":::
4444

45+
You have now successfully imported your workflow and it is ready to be invoked. The function specification is generated based on the logic apps workflow swagger and includes the schema and description based on what you configured in the request trigger action.
4546

46-
## What happens when a Logic Apps is imported in AI Studio and invoked
47+
:::image type="content" source="..\media\how-to\assistants\logic-apps\edit-function.png" alt-text="A screenshot showing the imported workflow." lightbox="..\media\how-to\assistants\logic-apps\edit-function.png":::
48+
49+
The workflow now will be invoked by the Azure OpenAI Assistants based on the user prompt. Below is an example where the workflow is invoked automatically based on user prompt to get the weather.
50+
51+
:::image type="content" source="..\media\how-to\assistants\logic-apps\playground-weather-example.png" alt-text="A screenshot showing a weather prompt example." lightbox="..\media\how-to\assistants\logic-apps\playground-weather-example.png":::
52+
53+
You can confirm the invocation by looking at the logs as well as your [workflow run history](../../../logic-apps/monitor-logic-apps.md?tabs=consumption.md#review-workflow-run-history).
54+
55+
56+
:::image type="content" source="..\media\how-to\assistants\logic-apps\example-log.png" alt-text="A screenshot showing a logging example." lightbox="..\media\how-to\assistants\logic-apps\example-log.png":::
57+
58+
## FAQ
59+
60+
### What happens when a Logic Apps is imported in AI Studio and invoked
4761

4862
**The Logic Apps swagger file is used to populate function definitions**
4963

152 KB
Loading
153 KB
Loading
146 KB
Loading

0 commit comments

Comments
 (0)