(feature)(supersonic-fe) add memory manage to agent (#1284)

This commit is contained in:
williamhliu
2024-06-29 16:47:14 +08:00
committed by GitHub
parent e771efba3f
commit f096c44de0
5 changed files with 79 additions and 37 deletions

View File

@@ -187,9 +187,7 @@ const SqlItem: React.FC<Props> = ({
<div className={`${prefixCls}-few-shot-content`}>
<div className={`${prefixCls}-few-shot-content-item`}>
<div className={`${prefixCls}-few-shot-content-title`}></div>
<div className={`${prefixCls}-few-shot-content-text`}>
{item.questionAugmented}
</div>
<div className={`${prefixCls}-few-shot-content-text`}>{item.question}</div>
</div>
<div className={`${prefixCls}-few-shot-content-item`}>
<div className={`${prefixCls}-few-shot-content-title`}>SQL</div>