Skip to content

Commit 5deb05d

Browse files
committed
fix:websearch enabled
1 parent 82cbb18 commit 5deb05d

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/frontend/client/src/components/Chat/Input/ChatFormTools.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@ export const ChatToolDown = ({
4646
setSearchType("");
4747
}, []);
4848

49+
if (!linsi && !config?.webSearch.enabled) return null;
4950
if (linsi) return <LinsiTools tools={tools} setTools={setTools} />;
5051

5152
return (

0 commit comments

Comments
 (0)