### What problem does this PR solve? ### Type of change - [x] New Feature (non-breaking change which adds functionality)
This commit is contained in:
parent
b9b278d441
commit
aa30f20730
1 changed files with 2 additions and 2 deletions
|
|
@ -145,7 +145,7 @@ function AgentForm({ node }: INextOperatorForm) {
|
|||
<PromptEditor
|
||||
{...field}
|
||||
placeholder={t('flow.messagePlaceholder')}
|
||||
showToolbar={false}
|
||||
showToolbar={true}
|
||||
extraOptions={extraOptions}
|
||||
></PromptEditor>
|
||||
</FormControl>
|
||||
|
|
@ -166,7 +166,7 @@ function AgentForm({ node }: INextOperatorForm) {
|
|||
<section>
|
||||
<PromptEditor
|
||||
{...field}
|
||||
showToolbar={false}
|
||||
showToolbar={true}
|
||||
></PromptEditor>
|
||||
</section>
|
||||
</FormControl>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue