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

Method update_preferences

app/services/payment_service.py:343–344  ·  view source on GitHub ↗
(self, account_id: str, request: AccountPreferencesRequest)

Source from the content-addressed store, hash-verified

341 payload["ocr"] = self.ocr_service.analyze_captcha_image(
342 image_bytes,
343 prompt_text=challenge.instruction,
344 )
345 session = self.state_service.load_session(account_id)
346 self.captcha_service.store_challenge_snapshot(
347 session,

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected