程序包 com.sh.ai.impl
接口 RagAIService<T extends RagAIBaseConfig,R extends RagQueryParam>
- 所有超级接口:
AIService
- 所有已知实现类:
DifyService,RagFlowService
-
方法概要
修饰符和类型方法说明process(String type, T config, Consumer<AICallbackMessage> callback) queryChatHistory(T config, R param) 查询历史会话记录
-
方法详细资料
-
process
-
queryChatHistory
查询历史会话记录- 参数:
config-param-- 返回:
AIResponse
-