Merge branch 'main' into main

This commit is contained in:
Ola Hungerford
2025-03-30 08:32:53 -07:00
committed by GitHub
14 changed files with 1203 additions and 153 deletions

View File

@@ -173,7 +173,7 @@ class Fetch(BaseModel):
bool,
Field(
default=False,
description="Get the actual HTML content if the requested page, without simplification.",
description="Get the actual HTML content of the requested page, without simplification.",
),
]