MCPcopy Create free account
hub / github.com/ScrapeGraphAI/scrapecraft / URLUpdate

Class URLUpdate

backend/app/api/workflow.py:16–21  ·  view source on GitHub ↗

URL update request.

Source from the content-addressed store, hash-verified

14
15
16class URLUpdate(BaseModel):
17 """URL update request."""
18 url: str
19 description: Optional[str] = ""
20 relevance: Optional[str] = "medium"
21 validated: Optional[bool] = False
22
23
24class SchemaFieldUpdate(BaseModel):

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected