Merge fixes and improvements (#1910)

Co-authored-by: tristanliu <tristanliu@tencent.com>
This commit is contained in:
Jun Zhang
2024-11-16 13:57:54 +08:00
committed by GitHub
parent 5e22b412c6
commit ba1938f04b
40 changed files with 1382 additions and 2784 deletions

View File

@@ -443,7 +443,6 @@ const ChatItem: React.FC<Props> = ({
: ''}
</div>
<div className={contentClass}>
{/* {!isSimpleMode && ( */}
<>
{currentAgent?.enableFeedback === 1 && !questionId && showExpandParseTip && (
<div style={{ marginBottom: 10 }}>
@@ -489,7 +488,6 @@ const ChatItem: React.FC<Props> = ({
/>
)}
</>
{/* )} */}
{executeMode && (
<Spin spinning={entitySwitchLoading}>