类 AiAgent
java.lang.Object
com.sh.wf.module.component.Component
com.sh.wf.module.component.page.ai.AiAgent
- 所有已实现的接口:
ComponentExport_I,ComponentLoad_I,ParserThisExp_I,Serializable,Cloneable
AI智能体组件
- 另请参阅:
-
字段概要
字段修饰符和类型字段说明protected AiAgentMemoryprotected AiAgentUIprotected Stringprotected AiAgentAsToolprotected Stringprotected Stringprotected Stringstatic final Stringstatic final intstatic final intstatic final intstatic final intprotected Stringprotected boolean从类继承的字段 com.sh.wf.module.component.Component
__initHidden, attrMap, authInfo, autoId, autoTriggerEvent, beginHtml, cflag, childComponentList, contextMenu, dictAttr, endHtml, eventAttr, exDataMap, h1, id, idOri, isAutoLoad, isRulePageShow, isShowComponentFlag, moduleData, pageRuleAttr, parent, parentLayout, parentTableId, pstyle, ruleLastShowHide, ruleShowHideTotal, selfAttr, selfFlag, seqType, sid, style, tagWrap, timerAttr, w1, wrapComponent, x1, y1 -
构造器概要
构造器 -
方法概要
修饰符和类型方法说明callExFunc(ModuleContext context) 组件扩展执行方法,比如:在组件上执行某些操作后,再次请求后台的情况voidparser(ModuleParserContext context, org.jdom2.Element nodeEl) parserThisValue(ModuleContext context, String thisExpStr) 解析当前对象的this表达式toHtml(ModuleContext context) 转化为HTML代码toLoadHtml(ModuleContext context) 控件延迟加载从类继承的方法 com.sh.wf.module.component.Component
addComponent, addRowIdAttr, autoCalWidth, beforeCheckSaveDsCol2, commonParser, createAutoId, doExport, doExportCSV, getAuthInfo, getBeginHtml, getCflag, getComponentContext, getComponentType, getDictAttr, getEndHtml, getEventAttr, getExValue, getH1, getId, getMcuuid, getModuleData, getName, getName, getParent, getParentLayout, getParentLayoutStyle, getPstyle, getRowId, getSaveDsCol2Name, getSelfAttr, getSelfFlag, getSid, getStyle, getSubCallExUrlFull, getSubLoadUrl, getW1, getWrapBegin, getWrapEnd, getX1, getY1, is__initHidden, isArrayRequestParam, isAutoLoad, isPageShow, isSeqUnique, isShowComponentFlag, isUsePosition, isVisible, notifyParserChildComponent, parserExData, processQueryParam, renderAfter, renderAfter, renderBefore, setAutoLoad, setComponentType, setExData, setId, setModuleData, setParent, setParentLayout, setRuleShowHidden, setShowComponentFlag, setStyle, toHtml2, toMobileHtml, toWrapHtml从类继承的方法 java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait从接口继承的方法 com.sh.wf.module.component.ComponentLoad_I
getId
-
字段详细资料
-
OPERATE_KEY
- 另请参阅:
-
OPERATE_SSE
public static final int OPERATE_SSE- 另请参阅:
-
OPERATE_UPLOAD_FILE
public static final int OPERATE_UPLOAD_FILE- 另请参阅:
-
OPERATE_LOAD_CHAT_HIS
public static final int OPERATE_LOAD_CHAT_HIS- 另请参阅:
-
OPERATE_STOP_CHAT
public static final int OPERATE_STOP_CHAT- 另请参阅:
-
aiType
-
difyType
-
query
-
model
-
method
-
saveMemory
protected boolean saveMemory -
agentMemory
-
aiAgentUI
-
asTool
-
-
构造器详细资料
-
AiAgent
public AiAgent()
-
-
方法详细资料
-
toHtml
从类复制的说明:Component转化为HTML代码 -
toLoadHtml
从接口复制的说明:ComponentLoad_I控件延迟加载- 指定者:
toLoadHtml在接口中ComponentLoad_I- 参数:
context- ModuleContext- 返回:
- 加载的HTML
-
callExFunc
从接口复制的说明:ComponentLoad_I组件扩展执行方法,比如:在组件上执行某些操作后,再次请求后台的情况- 指定者:
callExFunc在接口中ComponentLoad_I- 参数:
context- ModuleContext- 返回:
- 脚本
-
getAiType
-
parserThisValue
从接口复制的说明:ParserThisExp_I解析当前对象的this表达式- 指定者:
parserThisValue在接口中ParserThisExp_I- 参数:
context- 上下文thisExpStr- 表达式,如:[this.col],则此值为col- 返回:
- 表达式值
-
getAsTool
-
parser
-