Spaces:
Sleeping
Sleeping
Update models.py
Browse files
models.py
CHANGED
|
@@ -3,7 +3,7 @@ from typing import Optional, List, Dict
|
|
| 3 |
from openenv.core.env_server import Action, Observation
|
| 4 |
|
| 5 |
class URLInfo(BaseModel):
|
| 6 |
-
url:
|
| 7 |
is_shortened: bool
|
| 8 |
domain_age_days: int
|
| 9 |
has_ssl: bool
|
|
|
|
| 3 |
from openenv.core.env_server import Action, Observation
|
| 4 |
|
| 5 |
class URLInfo(BaseModel):
|
| 6 |
+
url:str
|
| 7 |
is_shortened: bool
|
| 8 |
domain_age_days: int
|
| 9 |
has_ssl: bool
|