Skip to content

Commit f695f24

Browse files
authored
[agent-flow] remove view button of tool flow tools (#579)
1 parent 3fbd618 commit f695f24

File tree

3 files changed

+0
-3
lines changed

3 files changed

+0
-3
lines changed

agent-flow/src/components/llm/SkillForm.jsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -264,7 +264,6 @@ export const SkillContent = ({toolOptions, disabled, dispatch, t}) => {
264264
<span className={'tool-version-font'}>{item.version}</span>
265265
</div>
266266
</div>
267-
{renderViewIcon(item)}
268267
{renderDeleteIcon(item)}
269268
</div>
270269
</Row>

agent-flow/src/components/loopNode/SkillForm.jsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,6 @@ const _SkillForm = ({plugin, data = undefined, handlePluginChange, handlePluginD
183183
<span className={'jade-custom-multi-select-item'}>
184184
{plugin?.name ?? ''}
185185
</span>
186-
{plugin?.appId && plugin?.tenantId && renderViewIcon()}
187186
{renderDeleteIcon(plugin.id)}
188187
</div>
189188
</Row>}

agent-flow/src/components/parallelNode/ParallelPluginItem.jsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,6 @@ const _ParallelPluginItem = ({plugin, handlePluginDelete, shapeStatus}) => {
169169
className="jade-panel"
170170
header={<div style={{display: 'flex', alignItems: 'center'}}>
171171
<span className="jade-panel-header-font">{plugin?.value?.find(item => item.name === 'outputName')?.value ?? ''}</span>
172-
{renderViewIcon()}
173172
{renderDeleteIcon(plugin.id, outputName)}
174173
</div>}
175174
key="parallelPanel">

0 commit comments

Comments
 (0)