Skip to content

Commit 752631f

Browse files
author
Jarno Hakulinen
authored
update azure ai projects samples links (Azure#49480)
fix azure ai projects samples links
1 parent 29346ec commit 752631f

File tree

2 files changed

+7
-5
lines changed

2 files changed

+7
-5
lines changed

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

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,10 +25,12 @@ description: Samples for the Azure.AI.Projects client library.
2525
| [Sample14_Agent_Vector_Store_Batch_File_Search](https://github.com/Azure/azure-sdk-for-net/blob/main/sdk/ai/Azure.AI.Projects/samples/Sample14_Agent_Vector_Store_Batch_File_Search.md) | Sample for batch file search. |
2626
| [Sample15_Agents_Code_Interpreter_Enterprise_File_Search](https://github.com/Azure/azure-sdk-for-net/blob/main/sdk/ai/Azure.AI.Projects/samples/Sample15_Agents_Code_Interpreter_Enterprise_File_Search.md) | Sample enterprise file search on agent with message attachment and code interpreter. |
2727
| [Sample16_Agents_Code_Interpreter_File_Attachment](https://github.com/Azure/azure-sdk-for-net/blob/main/sdk/ai/Azure.AI.Projects/samples/Sample16_Agents_Code_Interpreter_File_Attachment.md) | Sample file search on agent with message attachment and code interpreter. |
28-
| [Sample17_Agent_OpenAPI](https://github.com/Azure/azure-sdk-for-net/blob/main/sdk/ai/Azure.AI.Projects/samples/Sample17_Agent_OpenAPI.md) | Sample using agents with OpenAPI tool. |
29-
| [Sample18_Agents_Azure_AI_Search](https://github.com/Azure/azure-sdk-for-net/blob/main/sdk/ai/Azure.AI.Projects/samples/Sample18_Agents_Azure_AI_Search.md) | Sample using agents with Azure AI Search tool. |
30-
| [Sample19_Agent_Vector_Store_Batch_Enterprise_File_Search](https://github.com/Azure/azure-sdk-for-net/blob/main/sdk/ai/Azure.AI.Projects/samples/Sample19_Agent_Vector_Store_Batch_Enterprise_File_Search.md) | Sample for enterprise batch file search. |
31-
| [Sample20_Agents_Azure_AI_Search_Streaming](https://github.com/Azure/azure-sdk-for-net/blob/main/sdk/ai/Azure.AI.Projects/samples/Sample20_Agents_Azure_AI_Search_Streaming.md) | Sample using agents with Azure AI Search tool with streaming. |
28+
| [Sample17_Agents_ImageUrlInputs](https://github.com/Azure/azure-sdk-for-net/blob/main/sdk/ai/Azure.AI.Projects/samples/Sample17_Agents_ImageUrlInputs.md) | Sample using image url input with agents. |
29+
| [Sample18_Agents_ImageFileInputs](https://github.com/Azure/azure-sdk-for-net/blob/main/sdk/ai/Azure.AI.Projects/samples/Sample18_Agents_ImageFileInputs.md) | Sample using image file input with agents. |
30+
| [Sample19_Agent_OpenAPI](https://github.com/Azure/azure-sdk-for-net/blob/main/sdk/ai/Azure.AI.Projects/samples/Sample19_Agent_OpenAPI.md) | Sample using agents with OpenAPI tool. |
31+
| [Sample20_Agents_Azure_AI_Search](https://github.com/Azure/azure-sdk-for-net/blob/main/sdk/ai/Azure.AI.Projects/samples/Sample20_Agents_Azure_AI_Search.md) | Sample using agents with Azure AI Search tool. |
32+
| [Sample21_Agent_Vector_Store_Batch_Enterprise_File_Search](https://github.com/Azure/azure-sdk-for-net/blob/main/sdk/ai/Azure.AI.Projects/samples/Sample21_Agent_Vector_Store_Batch_Enterprise_File_Search.md) | Sample for enterprise batch file search. |
33+
| [Sample22_Agents_Azure_AI_Search_Streaming](https://github.com/Azure/azure-sdk-for-net/blob/main/sdk/ai/Azure.AI.Projects/samples/Sample22_Agents_Azure_AI_Search_Streaming.md) | Sample using agents with Azure AI Search tool with streaming. |
3234

3335
# Azure.AI.Projects Samples for Connections
3436

sdk/ai/Azure.AI.Projects/samples/Sample18_Agents_ImageFileInputs.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Sample using agents with Image Fileas an input.
1+
# Sample using agents with Image File as an input.
22

33
Demonstrates examples of sending an image file (along with optional text) as a structured content block in a single message. The examples shows how to create an agent, open a thread, post content blocks combining text and image inputs, and then run the agent to see how it interprets the multimedia input.
44

0 commit comments

Comments
 (0)