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

Class URLInput

backend/app/agents/tools.py:6–7  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4from urllib.parse import urlparse
5
6class URLInput(BaseModel):
7 url: str = Field(description="URL to add to the pipeline")
8
9class SchemaField(BaseModel):
10 name: str = Field(description="Field name")

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected