fix tweak id

This commit is contained in:
Mike Fortman 2025-10-06 09:50:29 -05:00
parent da66d2e613
commit 2493766baa

View file

@ -94,7 +94,7 @@ class LangflowFileService:
# Pass JWT token via tweaks using the x-langflow-global-var- pattern
if jwt_token:
# Using the global variable pattern that Langflow expects for OpenSearch components
tweaks["OpenSearchHybrid-XtKoA"] = {"jwt_token": jwt_token}
tweaks["OpenSearchHybrid-Ve6bS"] = {"jwt_token": jwt_token}
logger.debug("[LF] Added JWT token to tweaks for OpenSearch components")
else:
logger.warning("[LF] No JWT token provided")