5 references to TestTemplateCoreAsync
Microsoft.Extensions.AI.Templates.Tests (5)
AIChatWebSnapshotTests.cs (5)
49await TestTemplateCoreAsync(scenarioName: "Basic"); 55await TestTemplateCoreAsync(scenarioName: "Ollama_Qdrant", templateArgs: ["--provider", "ollama", "--vector-store", "qdrant"]); 61await TestTemplateCoreAsync(scenarioName: "OpenAI_AzureAISearch", templateArgs: ["--provider", "openai", "--vector-store", "azureaisearch"]); 67await TestTemplateCoreAsync(scenarioName: "BasicAspire", templateArgs: ["--aspire"]); 73await TestTemplateCoreAsync(scenarioName: "AzureOpenAI_Qdrant_Aspire", templateArgs: ["--provider", "azureopenai", "--vector-store", "azureaisearch", "--aspire"]);