Skip to content

Commit e81f2a2

Browse files
committed
fixes and link
1 parent b200fe7 commit e81f2a2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

articles/ai-services/agents/how-to/tools/azure-functions-samples.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ Azure AI Agents supports function calling, which allows you to describe the stru
2323
* A prepared environment. See the [overview](./azure-functions.md) article for details.
2424

2525
> [!NOTE]
26-
You must have a [A deployed agent with the standard setup](../../environment-setup.md#choose-your-setup). The basic agent setup is not supported.
26+
> You must have a [A deployed agent with the standard setup](../../environment-setup.md#choose-your-setup). The basic agent setup is not supported.
2727
2828
::: zone pivot="python"
2929

articles/ai-services/agents/how-to/tools/logic-apps.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ project_client = AIProjectClient(
4747

4848
## Register the Logic App
4949

50-
Register the Logic App by providing its name and trigger details.
50+
Register the Logic App by providing its name and trigger details. You can find code for `AzureLogicAppTool` on[GitHub](https://github.com/Azure/azure-sdk-for-python/blob/main/sdk/ai/azure-ai-agents/samples/utils/user_functions.py).
5151

5252
```python
5353
from user_logic_apps import AzureLogicAppTool

0 commit comments

Comments
 (0)