MCPcopy Create free account
hub / github.com/VGabriel45/SolidityVisualizer / ModifyRequest

Class ModifyRequest

backend/app/routers/modify.py:24–29  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

22
23
24class ModifyRequest(BaseModel):
25 instructions: str
26 current_diagram: str
27 repo: str
28 username: str
29 explanation: str
30
31
32@router.post("")

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected