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

Class PreviewSeedRequest

app/models.py:277–282  ·  view source on GitHub ↗

Seed a preview result into local session state for debugging.

Source from the content-addressed store, hash-verified

275 label: str = ""
276
277
278class CaptchaVerifyPayloadRequest(BaseModel):
279 """Build Tencent captcha verify payload from click points."""
280
281 model_config = ConfigDict(extra="ignore", populate_by_name=True)
282
283 sess: str | None = None
284 points: list[CaptchaPoint] = Field(default_factory=list)
285 collect: str | None = None

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected