tl;dr - Custom GPTs cannot access memory
Here is my user case, I’m building an where users can fetch the accounts associated with their workspace, in order to fetch action needs workspaceid as param, i dont want the user to enter it everytime they have a new chat.
I thought of adding custom instruction to hold the id in memory , but the values die after the chat session is close.
Thing here is if i prompt to save in memory in regular chatgpt , the memory is updated, but not via custom gpt, it tells so but the user memory is not updated.
I’m also on access token based auth.
Any leads / help ?