We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e18e96b commit 1c66aa6Copy full SHA for 1c66aa6
articles/ai-foundry/how-to/develop/trace-agents-sdk.md
@@ -137,7 +137,7 @@ with tracer.start_as_current_span("example-tracing"):
137
run = project_client.agents.runs.create_and_process(thread_id=thread.id, agent_id=agent.id)
138
```
139
140
-After running your agent, you can begin to [view traces in Azure AI Foundry Portal](#view-traces-in-azure-ai-foundry-portal).
+After running your agent, you can begin to [view traces in Azure AI Foundry Portal](#view-traces-in-azure-the-ai-foundry-portal).
141
142
### Log traces locally
143
0 commit comments