Within the tool, is it possible to get access to the stream for the input within the tool itself? #8761
Unanswered
noobmaster19
asked this question in
Help
Replies: 2 comments
-
I learnt that you can do thing liks:
Which supports my use case to MOST degree, except, the onInputDelta does not handle errors the same way the |
Beta Was this translation helpful? Give feedback.
0 replies
-
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I need this because im using a tool that streams in an object: search + replace.
The reason why this is needed is because the nature of the tool is that the inputs are lengthy, and take some time to execute. what i want to do is when the search value is streaming, i want to first do a preflight check if it exists or not, if it does not, i need to faster stop the generation, and redo it.
Wondering if there's a way to do this cleanly?
Beta Was this translation helpful? Give feedback.
All reactions