Why the chabot does not remember the last subject?

Hi:

I guess I miss something, why the chabot does not remember the last subject when I ask a new indirect question related to the last point?

TY

Hi @Andres ,

Are you using the AI Task?

Yes, exactly.

The AI Task uses GPT API, GPT API doesn’t take the context/history into consideration. You have to feed it manually.

So what you can do is, insert into a variable all the important things the user said/says, add it as an input to the AI Task, and instruct the AI Task to use it.

Something like that:
image

image

1 Like