Class AzureOpenAIConfig NamespaceAutoGen AssemblyAutoGen.dll public class AzureOpenAIConfig : ILLMConfig Inheritance object AzureOpenAIConfig Implements ILLMConfig Inherited Members object.Equals(object) object.Equals(object, object) object.GetHashCode() object.GetType() object.MemberwiseClone() object.ReferenceEquals(object, object) object.ToString() Constructors AzureOpenAIConfig(string, string, string) public AzureOpenAIConfig(string endpoint, string deploymentName, string apiKey) Parameters endpoint string deploymentName string apiKey string Properties ApiKey public string ApiKey { get; } Property Value string DeploymentName public string DeploymentName { get; } Property Value string Endpoint public string Endpoint { get; } Property Value string