Is there a way to convert a model response into a textfield node #162
-
e.g. ask a model for a list of jobs, i can envision piping a model output into a js code block, then passing that code block to a csv node, then csv node to a new prompt... |
Beta Was this translation helpful? Give feedback.
Replies: 4 comments
-
Yes you should be able to just do this via chaining prompt nodes. |
Beta Was this translation helpful? Give feedback.
-
The docks dont quite cover it. I understand what you are suggesting. but i think my question was not clear. i want to get prompt2 to run x times where prompt 1 returned a list of x items. |
Beta Was this translation helpful? Give feedback.
-
Ah, yes you’d need something like a Splitter Node in that case. Please raise an issue “Add a Splitter Node.” This complements the recent Join node nicely. in the long-run, we will add code processors for general usage. I just haven’t had time to do it. We need more contributors to get to the Issues faster. |
Beta Was this translation helpful? Give feedback.
-
done, ty |
Beta Was this translation helpful? Give feedback.
Ah, yes you’d need something like a Splitter Node in that case. Please raise an issue “Add a Splitter Node.” This complements the recent Join node nicely.
in the long-run, we will add code processors for general usage. I just haven’t had time to do it. We need more contributors to get to the Issues faster.