ソースを参照

feat: agent app support generate prompt (#7007)

Joel 8 ヶ月 前
コミット
c110888aee

+ 1 - 1
web/app/components/app/configuration/config-prompt/simple-prompt-input.tsx

@@ -166,7 +166,7 @@ const Prompt: FC<ISimplePromptInput> = ({
               )}
             </div>
             <div className='flex items-center'>
-              {!isAgent && !readonly && !isMobile && (
+              {!readonly && !isMobile && (
                 <AutomaticBtn onClick={showAutomaticTrue} />
               )}
             </div>