openAIClientProperties
Configuration properties for the OpenAI client.
This property is part of the KoogProperties configuration class and is used to define settings for connecting to the OpenAI API. It supports the specification of an API key and a base URL for the OpenAI client.
By default, the ProviderKoogProperties.baseUrl is set to https://api.openai.com
. The ProviderKoogProperties.apiKey must be provided in the application's configuration for the OpenAI integration to be active.
This property is marked as a NestedConfigurationProperty, indicating that it is a nested configuration element within KoogProperties.