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/ai-foundry/agents/how-to/tools/function-calling.md
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -18,7 +18,8 @@ ms.custom: azure-ai-agents
18
18
Azure AI Agents supports function calling, which allows you to describe the structure of functions to an agent and then return the functions that need to be called along with their arguments.
19
19
20
20
> [!NOTE]
21
-
> Runs expire 10 minutes after creation. Be sure to submit your tool outputs before the expiration.
21
+
> * Runs expire 10 minutes after creation. Be sure to submit your tool outputs before the expiration.
22
+
> * Although function calling isn't supported in the Azure AI Foundry portal, agents will appear in the portal after creation. Agents run in the portal won't perform function calling.
0 commit comments