Class OCICohereChatModelProperties

java.lang.Object
org.springframework.ai.autoconfigure.oci.genai.OCICohereChatModelProperties

@ConfigurationProperties("spring.ai.oci.genai.cohere.chat") public class OCICohereChatModelProperties extends Object
Configuration properties for OCI Cohere chat model.
Author:
Anders Swanson
  • Field Details

  • Constructor Details

    • OCICohereChatModelProperties

      public OCICohereChatModelProperties()
  • Method Details

    • isEnabled

      public boolean isEnabled()
    • setEnabled

      public void setEnabled(boolean enabled)
    • getOptions

      public OCICohereChatOptions getOptions()
    • setOptions

      public void setOptions(OCICohereChatOptions options)