Uses of Class
com.bytedesk.kbase.settings_intention.intention.IntentionResult
Packages that use IntentionResult
Package
Description
-
Uses of IntentionResult in com.bytedesk.kbase.settings_intention.intention
Methods in com.bytedesk.kbase.settings_intention.intention that return IntentionResultModifier and TypeMethodDescriptionIntentionDetectionService.detectIntention
(String messageContent, List<String> contextMessages) 检测单条消息的意图IntentionDetectionService.detectThreadIntention
(String threadId) 检测会话的整体意图 -
Uses of IntentionResult in com.bytedesk.kbase.settings_intention.intention.impl
Methods in com.bytedesk.kbase.settings_intention.intention.impl that return IntentionResultModifier and TypeMethodDescriptionIntentionDetectionServiceImpl.detectIntention
(String messageContent, List<String> contextMessages) IntentionDetectionServiceImpl.detectThreadIntention
(String threadId) private IntentionResult
IntentionDetectionServiceImpl.simulateIntentionDetection
(String messageContent, List<String> contextMessages, IntentionSettingsEntity settings) 模拟意图检测 注意:这只是演示实现,实际应使用NLP或LLM模型