AI Assistants deployed on gpt-4o base model are forgetting chat history & context.

GenixPRO 36 Reputation points
2024-10-15T23:52:50.58+00:00

Hi.

  1. It appears our AI Assistants deployed on gpt-4o are losing their chat history & context. We feed the AI Assistant context specific data about the user on 1st call. Then we're having to re-feed the entire chat history + context on each call to the AI Assistants. Is that normal? Isn't it enough to just call the thread ID and user continues their chat "where they left off"?
  2. Does the thread ID save context & user information provided OnInit()? To refresh this context information periodically (as applicable), do we simply pass new (incremental) context or full text back each time?
  3. Is every conversation getting appended to a unique thread ID (1 thread ID for 1 user)? Can we simply retriev the thread on each call and the entire chat history will be fetched? Where is the chat history saved?

Thnx.

Azure OpenAI Service
Azure OpenAI Service
An Azure service that provides access to OpenAI’s GPT-3 models with enterprise capabilities.
3,123 questions
{count} votes

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.