Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

sys.files cannot be accessed or referenced in nodes #307

Closed
waterdropw opened this issue Oct 6, 2024 · 2 comments
Closed

sys.files cannot be accessed or referenced in nodes #307

waterdropw opened this issue Oct 6, 2024 · 2 comments
Labels
bug Something isn't working

Comments

@waterdropw
Copy link

sys.files is default variable in input node, but it cannot be accessed or referenced in other nodes.

Copy link

dosubot bot commented Oct 6, 2024

Hey @waterdropw! 👋 I'm here to help you with any bugs, questions, or contributions while we wait for a human maintainer. Let's squash those bugs together!

The sys.files variable is indeed a default variable in the input node, primarily used for handling file uploads like images. However, there is no specific documentation or information available in the repository that explains why sys.files cannot be accessed or referenced in nodes other than the input node. It might be a design choice or a technical limitation, but this isn't explicitly documented in the available resources [1][2].

To continue talking to Dosu, mention @dosu.

@dosubot dosubot bot added the bug Something isn't working label Oct 6, 2024
@AllenWriter
Copy link
Collaborator

The sys.files variable can only be accessed by specific nodes, primarily:

  • doc-extractor
  • list-operator
  • http

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants