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

Class SchemaInput

backend/app/agents/tools.py:14–15  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

12 description: str = Field(description="Field description")
13
14class SchemaInput(BaseModel):
15 fields: List[SchemaField] = Field(description="List of schema fields")
16
17@tool
18def add_url(url: str) -> Dict[str, Any]:

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected