diff --git a/frontend/src/app/workspace/agents/[agent_name]/chats/[thread_id]/page.tsx b/frontend/src/app/workspace/agents/[agent_name]/chats/[thread_id]/page.tsx index f9c31786..f114a884 100644 --- a/frontend/src/app/workspace/agents/[agent_name]/chats/[thread_id]/page.tsx +++ b/frontend/src/app/workspace/agents/[agent_name]/chats/[thread_id]/page.tsx @@ -37,7 +37,7 @@ export default function AgentChatPage() { const { agent } = useAgent(agent_name); - const { threadId, isNewThread, setIsNewThread } = useThreadChat(); + const { threadId, isNewThread, setIsNewThread, showWelcomeStyle } = useThreadChat(); const { showNotification } = useNotification(); const [thread, sendMessage] = useThreadStream({ @@ -155,7 +155,7 @@ export default function AgentChatPage() { (null); useEffect(() => { @@ -259,7 +259,7 @@ export default function ChatPage() {
@@ -329,14 +329,14 @@ export default function ChatPage() {
{showInputBox ? ( - {isNewThread && !hasSubmitted && ( + {showWelcomeStyle && !hasSubmitted && ( )}
@@ -485,7 +485,7 @@ export default function ChatPage() { 提示

- 退出后,当前会话结束并销毁,请先下载保存当前结果! + (测试中:计划销毁但是现在没有销毁) 退出后,当前会话结束并销毁,请先下载保存当前结果!