fix: update search flow - first tool search

This commit is contained in:
2026-08-26 12:34:41 +05:00
parent 84cc56cc6c
commit 3c1c5b2b3a
3 changed files with 29 additions and 3 deletions
+1 -1
View File
@@ -364,7 +364,7 @@
</button>
</header>
<ToolSearch onSelect={(id) => applyChainTool(index, id)} />
<ToolSearch onSelect={(id) => applyChainTool(index, id)} chainableOnly />
</div>
{:else if getTool(step.toolId)}
{@const stepTool = getTool(step.toolId)!}