| 4 | from urllib.parse import urlparse |
| 5 | |
| 6 | class URLInput(BaseModel): |
| 7 | url: str = Field(description="URL to add to the pipeline") |
| 8 | |
| 9 | class SchemaField(BaseModel): |
| 10 | name: str = Field(description="Field name") |
nothing calls this directly
no outgoing calls
no test coverage detected