Hi folks, reading through docs, it's
ai.createSession, And then the Context structure docs (https://firebase.google.com/docs/genkit/context#context_structure) say that the state created by that ai.createSession is part of Context.How does this connect while using an Express server, when I need to provide the session info for chat persistence in my server? https://github.com/firebase/genkit/blob/main/js/testapps/express/src/index.ts
Could you please help me connect the dots? Many thanks