Azure.AI.Agents.Persistent samples for .NET
Sample | Description |
---|---|
Sample1_PersistentAgents_Additional_messages | Sample for using additional messages while creating agent run. |
Sample2_PersistentAgents_Azure_Functions | Sample for using Azure Functions with agents. |
Sample3_PersistentAgents_Basics | Sample for basic use of an agent. |
Sample4_PersistentAgents_Bing_Grounding | Sample for use of an agent with Bing grounding. |
Sample5_PersistentAgents_Enterprise_File_Search | Sample enterprise file search with agent. |
Sample6_PersistentAgents_FileSearch | Sample file search with agent. |
Sample7_PersistentAgents_Functions | Sample using agents with functions. |
Sample8_PersistentAgents_FunctionsWithStreaming | Sample using agents with functions and streaming. |
Sample9_PersistentAgents_Streaming | Sample using agents with streaming. |
Sample10_PersistentAgents_Vector_Store_Batch_File_Search | Sample for batch file search. |
Sample11_PersistentAgents_Code_Interpreter_Enterprise_File_Search | Sample enterprise file search on agent with message attachment and code interpreter. |
Sample12_PersistentAgents_Code_Interpreter_File_Attachment | Sample file search on agent with message attachment and code interpreter. |
Sample13_PersistentAgents_OpenAPI | Sample using agents with OpenAPI tool. |
Sample14_PersistentAgents_Azure_AI_Search | Sample using agents with Azure AI Search tool. |
Sample15_PersistentAgents_Vector_Store_Batch_Enterprise_File_Search | Sample for enterprise batch file search. |
Sample16_PersistentAgents_Azure_AI_Search_Streaming | Sample using agents with Azure AI Search tool with streaming. |
Sample17_PersistentAgents_ImageUrlInputs | Sample using agents with Image URL as an input. |
Sample18_PersistentAgents_ImageFileInputs | Sample using agents with Image Fileas an input. |
Sample19_PersistentAgents_VectorStoreFile_WithSteps | Sample file search using VectorStoreFile and agents. |