MCPcopy Create free account
hub / github.com/GPTScan/GPTScan / newSession

Method newSession

src/chatgpt_api.py:31–32  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

29 self.currentSession:List[Dict[str,str]] = []
30
31 def newSession(self) -> None:
32 self.currentSession = []
33
34 def sendMessages(self, message:str, GPT4=False) -> str:
35

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected