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: agent-framework/integrations/ag-ui/backend-tool-rendering.md
+16-7Lines changed: 16 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -299,6 +299,9 @@ Before you begin, ensure you have completed the [Getting Started](getting-starte
299
299
- Azure OpenAI service configured
300
300
- Basic understanding of AG-UI server and client setup
301
301
302
+
> [!NOTE]
303
+
> These samples use `DefaultAzureCredential` for authentication. Make sure you're authenticated with Azure (e.g., via `az login`). For more information, see the [Azure Identity documentation](/python/api/azure-identity/azure.identity.defaultazurecredential).
304
+
302
305
## What is Backend Tool Rendering?
303
306
304
307
Backend tool rendering means:
@@ -392,6 +395,7 @@ from typing import Annotated, Any
392
395
from agent_framework import ChatAgent, ai_function
393
396
from agent_framework.azure import AzureOpenAIChatClient
394
397
from agent_framework_ag_ui import add_agent_framework_fastapi_endpoint
> If using `DefaultAzureCredential`, in place for an `api_key` for authentication, make sure you're authenticated with Azure (e.g., via `az login`). For more information, see the [Azure Identity documentation](/python/api/azure-identity/azure.identity.defaultazurecredential).
0 commit comments