5 instantiations of PromptAgentConfiguration
Aspire.Hosting.Foundry.Tests (5)
PromptAgentConfigurationTests.cs (5)
11
var config = new
PromptAgentConfiguration
("gpt-4", "You are a helpful assistant.");
20
var config = new
PromptAgentConfiguration
("gpt-4", "test");
27
var config = new
PromptAgentConfiguration
("gpt-4", "You are a helpful assistant.")
41
var config = new
PromptAgentConfiguration
("gpt-4", null);
50
var config = new
PromptAgentConfiguration
("gpt-4", null);
5 references to PromptAgentConfiguration
Aspire.Hosting.Foundry.Tests (5)
PromptAgentConfigurationTests.cs (5)
11
var
config = new PromptAgentConfiguration("gpt-4", "You are a helpful assistant.");
20
var
config = new PromptAgentConfiguration("gpt-4", "test");
27
var
config = new PromptAgentConfiguration("gpt-4", "You are a helpful assistant.")
41
var
config = new PromptAgentConfiguration("gpt-4", null);
50
var
config = new PromptAgentConfiguration("gpt-4", null);