Describe the bug
Run/debug single node doesn't work with the chat-with-pdf example, since it depends on environment variables that was setup in the setup_env step.
How To Reproduce the bug
It's consistent repro:
- Open the chat-with-pdf example mentioned in the e2e tutorial with the vscode extension
- Follow the tutorial to run the flow successfully
- Then try to run a single node, which will fail by complaining a missing environment variable etc.
Expected behavior
Single node run/debug can work. I believe this requires some redesign of the sample but would be nice to leverage the single node debug capability.
Screenshots

Running Information(please complete the following information):
- Promptflow Package Version using
pf -v: 0.1.0b5
- Operating System: macOS 13.5
- Python Version using
python --version: Python 3.9.17
- VS code extension: 1.0.7
Additional context
Describe the bug
Run/debug single node doesn't work with the chat-with-pdf example, since it depends on environment variables that was setup in the setup_env step.
How To Reproduce the bug
It's consistent repro:
Expected behavior
Single node run/debug can work. I believe this requires some redesign of the sample but would be nice to leverage the single node debug capability.
Screenshots

Running Information(please complete the following information):
pf -v: 0.1.0b5python --version: Python 3.9.17Additional context