diff --git a/src/scrapybara/client.py b/src/scrapybara/client.py index 334c8b6..1d1fc84 100644 --- a/src/scrapybara/client.py +++ b/src/scrapybara/client.py @@ -78,8 +78,8 @@ def scrape( def scrape_to_pydantic( self, *, - cmd: typing.Optional[str] = OMIT, schema: PydanticModelT, + cmd: typing.Optional[str] = OMIT, model: typing.Optional[typing.Literal["claude"]] = OMIT, request_options: typing.Optional[RequestOptions] = None, ) -> PydanticModelT: @@ -145,8 +145,8 @@ async def scrape( async def scrape_to_pydantic( self, *, - cmd: typing.Optional[str] = OMIT, schema: PydanticModelT, + cmd: typing.Optional[str] = OMIT, model: typing.Optional[typing.Literal["claude"]] = OMIT, request_options: typing.Optional[RequestOptions] = None, ) -> PydanticModelT: