You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When loading valves from the valves.json file, the pipeline headers are not updated as expected. Instead, the pipeline.valves are simply assigned without reflecting the changes in the pipeline headers.
When loading valves from the valves.json file, the pipeline headers are not updated as expected. Instead, the pipeline.valves are simply assigned without reflecting the changes in the pipeline headers.
Relevant code: main.py, lines 204-53
To resolve this, I believe you need to call
await pipeline.on_valves_updated()
after loading the valves to ensure the headers are properly set.The text was updated successfully, but these errors were encountered: