feat: sse连接,处理流式渲染

This commit is contained in:
rd
2025-08-23 11:53:27 +08:00
parent 063ce3df5e
commit 75874d88dc
6 changed files with 179 additions and 91 deletions

View File

@ -28,7 +28,7 @@ export default {
onMounted(() => {
getAgentData();
});
return () => (
<div class="chat-wrap rounded-12px w-full h-full">
{conversationId.value ? <ConversationDetail /> : <ConversationCreate />}