Package com.morpheusdata.model.llm
Class LlmIntegrationType
java.lang.Object
com.morpheusdata.model.MorpheusModel
com.morpheusdata.model.llm.LlmIntegrationType
- All Implemented Interfaces:
Serializable
Represents the plugin supplied LlmModel provider type.
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected Booleanprotected Stringprotected Stringprotected Booleanprotected Booleanprotected Stringprotected Stringprotected BooleanFields inherited from class com.morpheusdata.model.MorpheusModel
config, id -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetCode()getName()voidsetChatSupported(Boolean chatSupported) voidvoidsetDescription(String description) voidsetEmbeddingSupported(Boolean embeddingSupported) voidsetEnabled(Boolean enabled) voidvoidsetProviderService(String providerService) voidsetStreamingChatSupported(Boolean streamingChatSupported) Methods inherited from class com.morpheusdata.model.MorpheusModel
getConfig, getConfigMap, getConfigProperty, getDirtyProperties, getDirtyPropertyValues, getId, getProperties, isDirty, markClean, markDirty, markDirty, setConfig, setConfigMap, setConfigProperty, setId
-
Field Details
-
code
-
name
-
description
-
providerService
-
chatSupported
-
streamingChatSupported
-
embeddingSupported
-
enabled
-
-
Constructor Details
-
LlmIntegrationType
public LlmIntegrationType()
-
-
Method Details
-
getCode
-
setCode
-
getName
-
setName
-
getDescription
-
setDescription
-
getProviderService
-
setProviderService
-
getChatSupported
-
setChatSupported
-
getStreamingChatSupported
-
setStreamingChatSupported
-
getEmbeddingSupported
-
setEmbeddingSupported
-
getEnabled
-
setEnabled
-