Class AnthropicChatConfiguration

java.lang.Object
com.flowable.agent.engine.impl.anthropic.AnthropicChatConfiguration

public class AnthropicChatConfiguration extends Object
Author:
Filip Hrisafov
  • Field Details

    • baseUrl

      protected String baseUrl
    • version

      protected String version
    • betaFeatures

      protected String betaFeatures
    • customHeaders

      protected Map<String,String> customHeaders
  • Constructor Details

    • AnthropicChatConfiguration

      public AnthropicChatConfiguration()
  • Method Details

    • getBaseUrl

      public String getBaseUrl()
    • setBaseUrl

      public void setBaseUrl(String baseUrl)
    • getVersion

      public String getVersion()
    • setVersion

      public void setVersion(String version)
    • getBetaFeatures

      public String getBetaFeatures()
    • setBetaFeatures

      public void setBetaFeatures(String betaFeatures)
    • getCustomHeaders

      public Map<String,String> getCustomHeaders()
    • setCustomHeaders

      public void setCustomHeaders(Map<String,String> customHeaders)
    • createAnthropicApiBuilder

      public com.flowable.platform.vendor.springai.anthropic.api.AnthropicApi.Builder createAnthropicApiBuilder()