类 AiAgentMemory
java.lang.Object
com.sh.wf.module.component.page.ai.AiAgentMemory
- 所有已实现的接口:
Serializable,Cloneable
Description: AI会话保存
Title:首亨软件 - TSS/CRM等
- 从以下版本开始:
- 2026-3-12
- 另请参阅:
-
字段概要
字段修饰符和类型字段说明protected List<AiAgentMemoryCol>protected AiAgentMemoryColprotected booleanprotected AiAgentMemoryColprotected AiAgentMemoryColprotected AiAgentMemoryColprotected Stringprotected AiAgentMemoryCol -
构造器概要
构造器 -
方法概要
修饰符和类型方法说明voidinsert(ModuleContext context, AIEventInfo aiEventInfo) 添加数据booleanisEnable()booleanloadHistory(ModuleContext context, String sessionId) 加载历史会话voidparserNode(org.jdom2.Element nodeEl, AiAgent aiAgent)
-
字段详细资料
-
tableName
-
loadMemory
protected boolean loadMemory -
colList
-
roleCol
-
contentCol
-
sessionIdCol
-
orderCol
-
timeCol
-
-
构造器详细资料
-
AiAgentMemory
public AiAgentMemory()
-
-
方法详细资料
-
parserNode
-
isEnable
public boolean isEnable() -
loadHistory
加载历史会话- 参数:
context-sessionId-
-
insert
添加数据- 参数:
context-
-
isLoadMemory
public boolean isLoadMemory()
-