5 references to TestTemplateCoreAsync
Microsoft.Extensions.AI.Templates.Tests (5)
AIChatWebSnapshotTests.cs (5)
47await TestTemplateCoreAsync(scenarioName: "Basic"); 53await TestTemplateCoreAsync(scenarioName: "Ollama_Qdrant", templateArgs: ["--provider", "ollama", "--vector-store", "qdrant"]); 59await TestTemplateCoreAsync(scenarioName: "OpenAI_AzureAISearch", templateArgs: ["--provider", "openai", "--vector-store", "azureaisearch"]); 65await TestTemplateCoreAsync(scenarioName: "BasicAspire", templateArgs: ["--aspire"]); 71await TestTemplateCoreAsync(scenarioName: "AzureOpenAI_Qdrant_Aspire", templateArgs: ["--provider", "azureopenai", "--vector-store", "azureaisearch", "--aspire"]);