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