feat(emptyChatInput): add focus mode

This commit is contained in:
ItzCrazyKns
2025-10-18 19:30:01 +05:30
parent 86143c83d8
commit 3e03947b1b
2 changed files with 1 additions and 2 deletions

View File

@@ -1,5 +1,3 @@
import type { BaseChatModel } from '@langchain/core/language_models/chat_models';
import type { Embeddings } from '@langchain/core/embeddings';
import { AIMessage, BaseMessage, HumanMessage } from '@langchain/core/messages';
import { MetaSearchAgentType } from '@/lib/search/metaSearchAgent';
import { searchHandlers } from '@/lib/search';

View File

@@ -70,6 +70,7 @@ const EmptyChatMessageInput = () => {
<div className="flex flex-row items-center space-x-2">
<div className="flex flex-row items-center space-x-1">
<ModelSelector />
<Focus />
<Attach />
</div>
<button