mirror of
https://github.com/microsoft/autogen.git
synced 2026-02-17 17:02:03 -05:00
builds but doesn't dynamically create the activities - why?
This commit is contained in:
@@ -9,6 +9,7 @@ internal class KernelSettings
|
||||
public const string DefaultConfigFile = "config/appsettings.json";
|
||||
public const string OpenAI = "OPENAI";
|
||||
public const string AzureOpenAI = "AZUREOPENAI";
|
||||
public const int DefaultMaxRetries = 9;
|
||||
|
||||
[JsonPropertyName("serviceType")]
|
||||
public string ServiceType { get; set; } = string.Empty;
|
||||
|
||||
Reference in New Issue
Block a user