Skip to content

Commit 1c3262e

Browse files
committed
Disable processor errors for tools for now
1 parent 88ae39c commit 1c3262e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llmstack/client/src/components/apps/ProcessorEditor.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -272,7 +272,7 @@ export function ProcessorEditor({
272272
stepNumber={index + 2}
273273
activeStep={activeStep}
274274
setActiveStep={setActiveStep}
275-
errors={errors}
275+
errors={isTool ? [] : errors}
276276
action={
277277
index === processors.length - 1 ? (
278278
<DeleteIcon

0 commit comments

Comments
 (0)