Class AIProviderSettings
Base class for AI client settings. This class is used to store API keys and other settings related to AI clients.
public abstract class AIProviderSettings : CloudApiSettings
- Inheritance
-
objectAIProviderSettings
- Derived
Constructors
AIProviderSettings()
protected AIProviderSettings()
Properties
Api
The cloud service provider for this API client.
public abstract Api Api { get; }