optimize: 1. stream request optimize; 2. replace Chat component

This commit is contained in:
zhaoying
2025-12-16 11:31:19 +08:00
parent af2b8531e9
commit d27ed6c419
10 changed files with 545 additions and 596 deletions

View File

@@ -239,6 +239,7 @@ const Agent = forwardRef<AgentRef>((_props, ref) => {
return [
...(prev || []).map(item => ({
...item,
conversation_id: undefined,
list: []
})),
newChatItem