Multiple outputs #242
vasicstefan94
started this conversation in
General
Replies: 2 comments 1 reply
-
The API has streamNode() function to stream a specific node output by name or id. |
Beta Was this translation helpful? Give feedback.
0 replies
-
And how should that be used from the rivet-node npm package? I believe it should be through the createProcessor somehow but the docs are empty: Thanks in advance! |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi!
I'm wondering if its possible to stream the outputs. What I mean is; I have a chain of text -> chat -> output -> text -> chat -> output etc and it would be very helpful to get the individual outputs as soon as they are done so that I do not have to wait for everything to finish until the runGraphInFile completes.
Thanks in advance!
Beta Was this translation helpful? Give feedback.
All reactions