Skip to content

Commit 085fd4f

Browse files
Merge pull request #5377 from aahill/connected-agents-limits
connected agents limitations
2 parents c30ddfa + ced281b commit 085fd4f

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

articles/ai-services/agents/how-to/connected-agents.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ services: cognitive-services
66
manager: nitinme
77
ms.service: azure
88
ms.topic: how-to
9-
ms.date: 05/02/2025
9+
ms.date: 06/04/2025
1010
author: aahill
1111
ms.author: aahi
1212
recommendations: false
@@ -71,8 +71,14 @@ Checks the contract against internal standards or uploaded guidelines to identif
7171

7272
"Review this document against company compliance guidelines and flag any deviations from the approved template."
7373

74+
## Limitations
75+
76+
* Connected agents cannot call local functions using the function calling tool. We recommend using the [OpenAPI tool](./tools/openapi-spec.md) or [Azure Functions](./tools/azure-functions.md) instead.
77+
* It is currently not possible to guarantee citations will be passed from connected agents. You can try using prompt engineering combined with different models to try and improve the possibility that citations will be outputted by the main agent, but results are subject to variability.
78+
7479
:::zone pivot="portal"
7580

81+
7682
## Creating a multi-agent setup
7783

7884
1. Navigate to the **Agents** page in the portal

0 commit comments

Comments
 (0)