feat: agent app support generate prompt (#7007)
This commit is contained in:
parent
c53875ce8c
commit
c110888aee
1 changed files with 1 additions and 1 deletions
|
|
@ -166,7 +166,7 @@ const Prompt: FC<ISimplePromptInput> = ({
|
|||
)}
|
||||
</div>
|
||||
<div className='flex items-center'>
|
||||
{!isAgent && !readonly && !isMobile && (
|
||||
{!readonly && !isMobile && (
|
||||
<AutomaticBtn onClick={showAutomaticTrue} />
|
||||
)}
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue