diff --git a/src/frontend/src/utils/utils.ts b/src/frontend/src/utils/utils.ts index 61fac9532..7d2641c78 100644 --- a/src/frontend/src/utils/utils.ts +++ b/src/frontend/src/utils/utils.ts @@ -120,11 +120,9 @@ export function groupByFamily( }> = []; let checkedNodes = new Map(); const excludeTypes = new Set([ - "str", "bool", "float", "code", - "prompt", "file", "int", ]);