fix ScrapedResult schema (#1898)

This commit is contained in:
Shuchang Zheng
2025-03-06 12:18:42 -08:00
committed by GitHub
parent 38eb14ad42
commit eb4314591e

View File

@@ -264,4 +264,4 @@ class ScrapeResult(BaseModel):
1. JSON representation of what the user is seeing
"""
scraped_data: dict[str, Any] | list[dict[str, Any]]
scraped_data: dict[str, Any] | list | str | None