MCPcopy
hub / github.com/wandb/openui / SessionData

Class SessionData

backend/openui/session.py:10–15  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

8
9
10class SessionData(BaseModel):
11 token_count: Optional[int]
12 max_tokens: Optional[int]
13 username: Optional[str]
14 email: Optional[str]
15 model: Optional[str] = ""
16
17
18now = datetime.datetime.now()

Callers 3

callbackFunction · 0.70
get_sessionFunction · 0.70
getMethod · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected