5 references to TestTemplateCoreAsync
Microsoft.Extensions.AI.Templates.Tests (5)
AIChatWebSnapshotTests.cs (5)
48await TestTemplateCoreAsync(scenarioName: "Basic");
54await TestTemplateCoreAsync(scenarioName: "Ollama_Qdrant", templateArgs: ["--provider", "ollama", "--vector-store", "qdrant"]);
60await TestTemplateCoreAsync(scenarioName: "OpenAI_AzureAISearch", templateArgs: ["--provider", "openai", "--vector-store", "azureaisearch"]);
66await TestTemplateCoreAsync(scenarioName: "BasicAspire", templateArgs: ["--aspire"]);
72await TestTemplateCoreAsync(scenarioName: "AzureOpenAI_Qdrant_Aspire", templateArgs: ["--provider", "azureopenai", "--vector-store", "azureaisearch", "--aspire"]);