diff --git a/web/screens/Thread/ThreadCenterPanel/ChatInput/index.tsx b/web/screens/Thread/ThreadCenterPanel/ChatInput/index.tsx index 141c13fbe..bbecef10e 100644 --- a/web/screens/Thread/ThreadCenterPanel/ChatInput/index.tsx +++ b/web/screens/Thread/ThreadCenterPanel/ChatInput/index.tsx @@ -226,7 +226,16 @@ const ChatInput = () => { )} {activeThread?.assistants[0].tools && activeThread?.assistants[0].tools[0]?.enabled === - false && Not supported for this model} + false && + isModelSupportRagAndTools && ( + + Turn on Retrieval in Tools settings to use this + feature + + )} + {!isModelSupportRagAndTools && ( + Not supported for this model + )} ))}