I want to follow a sequence of prompts.
Each time I make a call to the API it starts off with no prior context, unlike the chat.openai.com
Is there a way to maintain state of the model during a session?
Here's an example of what I'm looking for:
Prompt 1: [Prompt]
Prompt 2: With the result from Prompt 1, do [action].
Prompt 3: With the result from Prompt 2, do [action].