Compare commits

...
Author SHA1 Message Date
JoelandGitHub c110888aee feat: agent app support generate prompt (#7007) 2024-08-06 17:43:54 +08:00
@@ -166,7 +166,7 @@ const Prompt: FC<ISimplePromptInput> = ({
)}
</div>
<div className='flex items-center'>
{!isAgent && !readonly && !isMobile && (
{!readonly && !isMobile && (
<AutomaticBtn onClick={showAutomaticTrue} />
)}
</div>