Class LlmIntegrationType

java.lang.Object
com.morpheusdata.model.MorpheusModel
com.morpheusdata.model.llm.LlmIntegrationType
All Implemented Interfaces:
Serializable

public class LlmIntegrationType extends MorpheusModel
Represents the plugin supplied LlmModel provider type.
See Also:
  • Field Details

    • code

      protected String code
    • name

      protected String name
    • description

      protected String description
    • providerService

      protected String providerService
    • chatSupported

      protected Boolean chatSupported
    • streamingChatSupported

      protected Boolean streamingChatSupported
    • embeddingSupported

      protected Boolean embeddingSupported
    • enabled

      protected Boolean enabled
  • Constructor Details

    • LlmIntegrationType

      public LlmIntegrationType()
  • Method Details

    • getCode

      public String getCode()
    • setCode

      public void setCode(String code)
    • getName

      public String getName()
    • setName

      public void setName(String name)
    • getDescription

      public String getDescription()
    • setDescription

      public void setDescription(String description)
    • getProviderService

      public String getProviderService()
    • setProviderService

      public void setProviderService(String providerService)
    • getChatSupported

      public Boolean getChatSupported()
    • setChatSupported

      public void setChatSupported(Boolean chatSupported)
    • getStreamingChatSupported

      public Boolean getStreamingChatSupported()
    • setStreamingChatSupported

      public void setStreamingChatSupported(Boolean streamingChatSupported)
    • getEmbeddingSupported

      public Boolean getEmbeddingSupported()
    • setEmbeddingSupported

      public void setEmbeddingSupported(Boolean embeddingSupported)
    • getEnabled

      public Boolean getEnabled()
    • setEnabled

      public void setEnabled(Boolean enabled)