(sessionId string, sessionMeta *SessionMeta)
| 52 | type SessionServiceCacheInterface interface { |
| 53 | Get(sessionId string) *SessionMeta |
| 54 | Set(sessionId string, sessionMeta *SessionMeta) |
| 55 | GetMsg(sessionId string) []openai.Messages |
| 56 | SetMsg(sessionId string, msg []openai.Messages) |
| 57 | SetMode(sessionId string, mode SessionMode) |
no outgoing calls
no test coverage detected