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

Method validate_label

app/models.py:233–237  ·  view source on GitHub ↗
(cls, value: str)

Source from the content-addressed store, hash-verified

231 """Seed a preview result into local session state for debugging."""
232
233 model_config = ConfigDict(extra="ignore")
234
235 preview: dict[str, Any]
236
237
238class AccountPreferencesRequest(BaseModel):
239 """Editable account/session preferences for list management UI."""
240

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected