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