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.

@FunctionalInterface public interface AzureOpenAIClientBuilderCustomizer
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 Type
    Method
    Description
    void
    customize(com.azure.ai.openai.OpenAIClientBuilder clientBuilder)
    Customize the OpenAIClientBuilder.
  • Method Details

    • customize

      void customize(com.azure.ai.openai.OpenAIClientBuilder clientBuilder)
      Customize the OpenAIClientBuilder.
      Parameters:
      clientBuilder - the OpenAIClientBuilder to customize