Package ai.tock.bot.admin.bot.rag
Class BotRAGConfiguration
-
- All Implemented Interfaces:
public final class BotRAGConfiguration
-
-
Field Summary
Fields Modifier and Type Field Description private final Id<BotRAGConfiguration>_idprivate final Stringnamespaceprivate final StringbotIdprivate final Booleanenabledprivate final LLMSettingBase<SecretKey>llmSettingprivate final EMSettingBase<SecretKey>emSettingprivate final StringindexSessionIdprivate final StringnoAnswerSentenceprivate final StringnoAnswerStoryId
-
Constructor Summary
Constructors Constructor Description BotRAGConfiguration(Id<BotRAGConfiguration> _id, String namespace, String botId, Boolean enabled, LLMSettingBase<SecretKey> llmSetting, EMSettingBase<SecretKey> emSetting, String indexSessionId, String noAnswerSentence, String noAnswerStoryId)
-
Method Summary
Modifier and Type Method Description final Id<BotRAGConfiguration>get_id()final StringgetNamespace()final StringgetBotId()final BooleangetEnabled()final LLMSettingBase<SecretKey>getLlmSetting()final EMSettingBase<SecretKey>getEmSetting()final StringgetIndexSessionId()final StringgetNoAnswerSentence()final StringgetNoAnswerStoryId()-
-
Method Detail
-
get_id
final Id<BotRAGConfiguration> get_id()
-
getNamespace
final String getNamespace()
-
getEnabled
final Boolean getEnabled()
-
getLlmSetting
final LLMSettingBase<SecretKey> getLlmSetting()
-
getEmSetting
final EMSettingBase<SecretKey> getEmSetting()
-
getIndexSessionId
final String getIndexSessionId()
-
getNoAnswerSentence
final String getNoAnswerSentence()
-
getNoAnswerStoryId
final String getNoAnswerStoryId()
-
-
-
-