6 references to TestTemplateCoreAsync
Microsoft.Agents.AI.ProjectTemplates.Tests (6)
WebApiAgentTemplateSnapshotTests.cs (6)
43await TestTemplateCoreAsync(scenarioName: nameof(DefaultParameters)); 49await TestTemplateCoreAsync(scenarioName: nameof(GitHubModels), templateArgs: ["--provider", "githubmodels"]); 55await TestTemplateCoreAsync(scenarioName: nameof(OpenAI), templateArgs: ["--provider", "openai"]); 61await TestTemplateCoreAsync(scenarioName: nameof(AzureOpenAI_ManagedIdentity), templateArgs: ["--provider", "azureopenai"]); 67await TestTemplateCoreAsync(scenarioName: nameof(AzureOpenAI_ApiKey), templateArgs: ["--provider", "azureopenai", "--managed-identity", "false"]); 73await TestTemplateCoreAsync(scenarioName: nameof(Ollama), templateArgs: ["--provider", "ollama"]);