Skip to content

Commit ed9304f

Browse files
committed
readme link prep for beta.3 release(s)
1 parent 4a8372d commit ed9304f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

sdk/ai/Azure.AI.Agents/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ Develop Agents using the Azure AI Foundry platform, leveraging an extensive ecos
2929
- [Prompt Agents](#prompt-agents)
3030
- [Agents](#agents)
3131
- [Responses](#responses)
32-
- [Conversations](#Conversations)
32+
- [Conversations](#conversations)
3333
- [Container App](#container-app)
3434
- [File search](#file-search)
3535
- [Code interpreter](#code-interpreter)
@@ -136,7 +136,7 @@ AgentVersion agentVersion = await agentClient.CreateAgentVersionAsync(
136136
);
137137
```
138138

139-
In the most of code snippets we will show only asynchronous sample for brevity. Please refer individual [samples](https://github.com/Azure/azure-sdk-for-net/tree/main/sdk/ai/Azure.AI.Agents/samples) for both synchronous and asynchronous code.
139+
In the most of code snippets we will show only asynchronous sample for brevity. Please refer individual [samples](https://github.com/Azure/azure-sdk-for-net/tree/feature/ai-foundry/agents-v2/sdk/ai/Azure.AI.Agents/samples) for both synchronous and asynchronous code.
140140

141141
## Examples
142142

@@ -791,7 +791,7 @@ To further diagnose and troubleshoot issues, you can enable logging following th
791791
792792
## Next steps
793793

794-
Beyond the introductory scenarios discussed, the AI Agents client library offers support for additional scenarios to help take advantage of the full feature set of the AI services. To help explore some of these scenarios, the AI Agents client library offers a set of samples to serve as an illustration for common scenarios. Please see the [Samples](https://github.com/Azure/azure-sdk-for-net/tree/main/sdk/ai/Azure.AI.Agents/samples)
794+
Beyond the introductory scenarios discussed, the AI Agents client library offers support for additional scenarios to help take advantage of the full feature set of the AI services. To help explore some of these scenarios, the AI Agents client library offers a set of samples to serve as an illustration for common scenarios. Please see the [Samples](https://github.com/Azure/azure-sdk-for-net/tree/feature/ai-foundry/agents-v2/sdk/ai/Azure.AI.Agents/samples)
795795
796796
## Contributing
797797

0 commit comments

Comments
 (0)