You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: apps/sim/app/workspace/[workspaceId]/w/[workflowId]/components/workflow-block/components/sub-block/components/combobox.tsx
Copy file name to clipboardExpand all lines: apps/sim/app/workspace/[workspaceId]/w/[workflowId]/components/workflow-block/components/sub-block/components/tool-input/tool-input.tsx
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -1457,19 +1457,19 @@ export function ToolInput({
1457
1457
{tool.usageControl==='auto'&&(
1458
1458
<span>
1459
1459
{' '}
1460
-
<spanclassName='font-medium'>Auto:</span> Let the model decide
1460
+
<spanclassName='font-medium'>Auto:</span> Let the model decide
1461
1461
when to use the tool
1462
1462
</span>
1463
1463
)}
1464
1464
{tool.usageControl==='force'&&(
1465
1465
<span>
1466
-
<spanclassName='font-medium'>Force:</span> Always use this tool
1466
+
<spanclassName='font-medium'>Force:</span> Always use this tool
1467
1467
in the response
1468
1468
</span>
1469
1469
)}
1470
1470
{tool.usageControl==='none'&&(
1471
1471
<span>
1472
-
<spanclassName='font-medium'>Deny:</span> Never use this tool
1472
+
<spanclassName='font-medium'>Deny:</span> Never use this tool
Copy file name to clipboardExpand all lines: apps/sim/app/workspace/[workspaceId]/w/[workflowId]/components/workflow-block/components/sub-block/sub-block.tsx
0 commit comments