Hacker News new | ask | show | jobs
by jdbernard 1243 days ago
I don't think so? It sounds like the state of the app is being persisted via the chat history:

> We represented the state of the app as a json with some prepopulated entries which helped define the schema. Then we pass the prompt, the current state, and some user-inputted instruction/API call in and extract a response to the client + the new state.