simpleAzureOpenAIExecutor
Creates an instance of SingleLLMPromptExecutor with an OpenAILLMClient configured for Azure OpenAI.
Parameters
The name of the Azure OpenAI resource.
The name of the deployment within the Azure OpenAI resource.
The version of the Azure OpenAI Service to use.
The API token used for authentication with the Azure OpenAI service.
Factory used to create the underlying HTTP client.
Creates an instance of SingleLLMPromptExecutor with an OpenAILLMClient configured for Azure OpenAI.
Parameters
The base URL for the Azure OpenAI service.
The version of the Azure OpenAI Service to use.
The API token used for authentication with the Azure OpenAI service.
Factory used to create the underlying HTTP client.
Convenience overload that constructs the underlying client via its JVM no-factory entry point (resolves the default ai.koog.http.client.KoogHttpClient.Factory at call time). JVM and Android only.