feat: agent app support generate prompt (#7007)

feat/new-tooltip
Joel 2 years ago committed by GitHub
parent c53875ce8c
commit c110888aee
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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

Loading…
Cancel
Save