Class AnthropicChatProperties

java.lang.Object
org.springframework.ai.autoconfigure.anthropic.AnthropicChatProperties

@ConfigurationProperties("spring.ai.anthropic.chat") public class AnthropicChatProperties extends Object
Anthropic Chat autoconfiguration properties.
Since:
1.0.0
Author:
Christian Tzolov
  • Field Details

  • Constructor Details

    • AnthropicChatProperties

      public AnthropicChatProperties()
  • Method Details

    • getOptions

      public AnthropicChatOptions getOptions()
    • setEnabled

      public void setEnabled(boolean enabled)
    • isEnabled

      public boolean isEnabled()