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 && ( - +