From 235ad16252b4a3e25c6e708001a8d55555855be0 Mon Sep 17 00:00:00 2001 From: kangfenmao Date: Mon, 3 Nov 2025 20:08:45 +0800 Subject: [PATCH] wip --- .../src/pages/home/Inputbar/AgentSessionInputbar.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/renderer/src/pages/home/Inputbar/AgentSessionInputbar.tsx b/src/renderer/src/pages/home/Inputbar/AgentSessionInputbar.tsx index e98dd0ac6e..b8ba71b702 100644 --- a/src/renderer/src/pages/home/Inputbar/AgentSessionInputbar.tsx +++ b/src/renderer/src/pages/home/Inputbar/AgentSessionInputbar.tsx @@ -1,4 +1,3 @@ -import { Tooltip } from '@heroui/react' import { loggerService } from '@logger' import { ActionIconButton } from '@renderer/components/Buttons' import { QuickPanelView } from '@renderer/components/QuickPanel' @@ -22,6 +21,7 @@ import { abortCompletion } from '@renderer/utils/abortController' import { buildAgentSessionTopicId } from '@renderer/utils/agentSession' import { getSendMessageShortcutLabel, isSendMessageKeyPressed } from '@renderer/utils/input' import { createMainTextBlock, createMessage } from '@renderer/utils/messageUtils/create' +import { Tooltip } from 'antd' import type { TextAreaRef } from 'antd/es/input/TextArea' import TextArea from 'antd/es/input/TextArea' import { isEmpty } from 'lodash' @@ -309,7 +309,7 @@ const AgentSessionInputbar: FC = ({ agentId, sessionId }) => { /> - + = ({ agentId, sessionId }) => { {canAbort && ( - +