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

Class ApiCallResult

app/clients/bigmodel_client.py:17–21  ·  view source on GitHub ↗

Normalized upstream response wrapper.

Source from the content-addressed store, hash-verified

15
16@dataclass
17class ApiCallResult:
18 """Normalized upstream response wrapper."""
19
20 data: Any
21 raw: dict[str, Any]
22
23
24class BigModelClient:

Callers 1

_requestMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected