Skip to content

Commit 5d48379

Browse files
author
ecfan
committed
Cleanup
1 parent b1d12f5 commit 5d48379

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

articles/logic-apps/add-agent-action-create-run-workflow.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -106,9 +106,9 @@ For more information, see:
106106

107107
For sample code, see the [AzureLogicAppTool utility on GitHub](https://github.com/azure-ai-foundry/foundry-samples/blob/main/samples-classic/python/getting-started-agents/logic_apps/user_logic_apps.py).
108108

109-
## Limitations and known problems
109+
## Limitations
110110

111-
This release has the following limitations or known problems:
111+
This release has the following limitations:
112112

113113
| Limitation | Description |
114114
|------------|-------------|
@@ -325,7 +325,7 @@ logic_app_tool.register_logic_app(LOGIC_APP_NAME, TRIGGER_NAME)
325325
print(f"Registered logic app '{LOGIC_APP_NAME}' with trigger '{TRIGGER_NAME}'.")
326326
```
327327

328-
## 4: Create an agent with a logic app workflow as an action (tool)
328+
## 4: Create an agent with a workflow as an action (tool)
329329

330330
The following code creates an agent and attaches the logic app as an agent action or tool. In this example, the logic app workflow sends an email.
331331

0 commit comments

Comments
 (0)