Skip to content

Commit b92949d

Browse files
committed
Disable tool's input_fields from editor
1 parent 183c1f7 commit b92949d

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
@@ -311,7 +311,7 @@ export function ProcessorEditor({
311311
}
312312
>
313313
<CardContent style={{ maxHeight: 400, overflow: "auto" }}>
314-
{isTool && (
314+
{false && isTool && (
315315
<Accordion defaultExpanded={inputFields.length > 0}>
316316
<AccordionSummary
317317
expandIcon={<ExpandMoreIcon />}

0 commit comments

Comments
 (0)