fix: Variable Aggregator cannot select conversation variables (#24793)

This commit is contained in:
17hz
2025-08-31 17:03:36 +08:00
committed by GitHub
parent b66945b9b8
commit 529791ce62

View File

@@ -64,7 +64,7 @@ const AddVariablePopupWithPosition = ({
} as any, } as any,
], ],
hideEnv: true, hideEnv: true,
hideChatVar: true, hideChatVar: !isChatMode,
isChatMode, isChatMode,
filterVar: filterVar(outputType as VarType), filterVar: filterVar(outputType as VarType),
}) })