I’m trying to cut down on the operations used in a scenario.
Currently I have a huge string of ChatGPT modules that is adding a few messages to get the prompting right, then the last to get the output I actually want (anywhere from a single sentence to multiple paragraphs).
I have two questions.
-
Does the branch use the same thread in ChatGPT (meaning can it recall the memory from previous inputs) or do I need to reiterate prompts in each ChatGPT module to get the desired output? I hope that made sense.
-
Can I somehow select multiple outputs from the same ChatGPT module or does it always grab the last message output as data to use? Because even though the module has 3 messages, only the last is available to put in Airtable.