Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
17
class
ApiCallResult:
18
""
"Normalized upstream response wrapper."
""
19
20
data: Any
21
raw: dict[str, Any]
22
23
24
class
BigModelClient:
Callers
1
_request
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected