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

Method __init__

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

Source from the content-addressed store, hash-verified

26
27class Chat:
28 def __init__(self) -> None:
29 self.currentSession:List[Dict[str,str]] = []
30
31 def newSession(self) -> None:
32 self.currentSession = []

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected