Class MoonshotChatProperties

java.lang.Object
org.springframework.ai.autoconfigure.moonshot.MoonshotParentProperties
org.springframework.ai.autoconfigure.moonshot.MoonshotChatProperties

@ConfigurationProperties("spring.ai.moonshot.chat") public class MoonshotChatProperties extends MoonshotParentProperties
Configuration properties for Moonshot chat client.
Author:
Geng Rong
  • Field Details

  • Constructor Details

    • MoonshotChatProperties

      public MoonshotChatProperties()
  • Method Details

    • getOptions

      public MoonshotChatOptions getOptions()
    • setOptions

      public void setOptions(MoonshotChatOptions options)
    • isEnabled

      public boolean isEnabled()
    • setEnabled

      public void setEnabled(boolean enabled)