I checked the docs, didn’t see anything there. Is it possible to store user state somehow in Custom GPT? I know it can be done in the assistants API via threads, but doesn’t look like it’s possible without some sort of 3rd party workaround in Custom GPTs
Hello and welcome to the community!
No, user state cannot be stored inside a custom GPT. There is no state to store it in. You would need to bring in any kind of statefulness (and the consequences thereof) using Actions, depending on what you intend to do.
Thank you - That’s what I figured but thought i’d double check. Appreciate the response.
2 Likes