mirror of
https://git.mirrors.martin98.com/https://github.com/langgenius/dify.git
synced 2025-08-19 19:59:10 +08:00
feat: agent app support generate prompt (#7007)
This commit is contained in:
parent
c837218bc9
commit
83a5cdfff9
@ -166,7 +166,7 @@ const Prompt: FC<ISimplePromptInput> = ({
|
||||
)}
|
||||
</div>
|
||||
<div className='flex items-center'>
|
||||
{!isAgent && !readonly && !isMobile && (
|
||||
{!readonly && !isMobile && (
|
||||
<AutomaticBtn onClick={showAutomaticTrue} />
|
||||
)}
|
||||
</div>
|
||||
|
Loading…
x
Reference in New Issue
Block a user