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
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

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