Interface AzureOpenAIClientBuilderCustomizer
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
Callback interface that can be implemented by beans wishing to customize the
OpenAIClientBuilder
whilst retaining the default auto-configuration.- Since:
- 1.0.0-M6
- Author:
- Manuel Andreo Garcia
-
Method Summary
Modifier and TypeMethodDescriptionvoid
customize
(com.azure.ai.openai.OpenAIClientBuilder clientBuilder) Customize theOpenAIClientBuilder
.
-
Method Details
-
customize
void customize(com.azure.ai.openai.OpenAIClientBuilder clientBuilder) Customize theOpenAIClientBuilder
.- Parameters:
clientBuilder
- theOpenAIClientBuilder
to customize
-