Reference previous AI answer? #368
Unanswered
Sergey-bhw
asked this question in
Q&A
Replies: 1 comment
-
Take a look at the docs
The API is stateless, so you are in charge of passing the conversation history to the AI. |
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.
-
Hi, maybe it is a dumb question, but I didn't find it in the docs or previous answers here.
I am building a tool for automating some prompts. But how to make the AI remember previous answers?
For example, a piece of code looks like this:
So if I make calls like that, does it create a new chat every time?
If that is so, how do I connect to the previous answer, so I can ask the AI something like this: "Use your answer [r3] to make [new task here].
When I try something like that, it doesn't see what it said to me before.
Beta Was this translation helpful? Give feedback.
All reactions