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
  • 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)
    • createAnthropicApiBuilder

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