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

Function _decode_default_invitation_code

app/models.py:13–16  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

11
12
13class ProductOffer(BaseModel):
14 """Merged static and dynamic product information."""
15
16 model_config = ConfigDict(extra="ignore")
17
18 product_id: str
19 product_name: str

Callers 1

models.pyFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected