MCPcopy Create free account
hub / github.com/VitoHowe/glm-coding / NetworkModeRequest

Class NetworkModeRequest

app/models.py:330–335  ·  view source on GitHub ↗

Runtime network egress mode switch payload.

Source from the content-addressed store, hash-verified

328 model_config = ConfigDict(extra="ignore")
329
330 account: PublicAccountRecord
331 session: AccountSessionState
332 tasks: list[PaymentTaskRecord] = Field(default_factory=list)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected