Skip to content

Commit 4a8372d

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

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

sdk/ai/Azure.AI.Projects.OpenAI/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ Develop Agents using the Azure AI Foundry platform, leveraging an extensive ecos
2424
- [Prompt Agents](#prompt-agents)
2525
- [Agents](#agents)
2626
- [Responses](#responses)
27-
- [Conversations](#Conversations)
27+
- [Conversations](#conversations)
2828
- [Container App](#container-app)
2929
- [File search](#file-search)
3030
- [Code interpreter](#code-interpreter)
@@ -117,7 +117,7 @@ ProjectResponsesClient responseClient = projectClient.OpenAI.GetProjectResponses
117117
OpenAIResponse response = await responseClient.CreateResponseAsync("What is the size of France in square miles?");
118118
```
119119

120-
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.Projects.OpenAI/samples) for both synchronous and asynchronous code.
120+
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.Projects.OpenAI/samples) for both synchronous and asynchronous code.
121121

122122
## Examples
123123

@@ -762,7 +762,7 @@ To further diagnose and troubleshoot issues, you can enable logging following th
762762
763763
## Next steps
764764

765-
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.Projects.OpenAI/samples)
765+
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.Projects.OpenAI/samples)
766766
767767
## Contributing
768768

0 commit comments

Comments
 (0)