MCPcopy Create free account
hub / github.com/HKUDS/Paper2Slides / get_running_session

Method get_running_session

api/server.py:81–83  ·  view source on GitHub ↗

Get the currently running session ID

(self)

Source from the content-addressed store, hash-verified

79 return session_id in self.cancelled_sessions
80
81 def get_running_session(self) -> Optional[str]:
82 """Get the currently running session ID"""
83 return self.running_session
84
85session_manager = SessionManager()
86

Callers 2

get_running_sessionFunction · 0.80
chatFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected