From 876f33dc46b150e42ea5a0c42ecb946c4cf1a109 Mon Sep 17 00:00:00 2001 From: "stainless-app[bot]" <142633134+stainless-app[bot]@users.noreply.github.com> Date: Fri, 13 Dec 2024 20:10:11 +0000 Subject: [PATCH] feat(api): api update (#708) --- .stats.yml | 2 +- src/structify/types/structure_run_async_params.py | 2 -- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/.stats.yml b/.stats.yml index cc2ea93b..0fe8319d 100644 --- a/.stats.yml +++ b/.stats.yml @@ -1,2 +1,2 @@ configured_endpoints: 69 -openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/structify%2Fstructify-117723686aeff4cac611ae597d0171cdc7390f3ef2c677e8b9ed8b517f1e83e5.yml +openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/structify%2Fstructify-885b7738bc5f69e484fd0738024e7560f5f5448aee76017f27e78e1fe2485ae0.yml diff --git a/src/structify/types/structure_run_async_params.py b/src/structify/types/structure_run_async_params.py index 80fef53e..f996e675 100644 --- a/src/structify/types/structure_run_async_params.py +++ b/src/structify/types/structure_run_async_params.py @@ -314,8 +314,6 @@ class StructureInputBasicBasicTextDocument(TypedDict, total=False): class StructureInputBasicBasicWebSearchWebSearch(TypedDict, total=False): starting_website: Optional[str] - use_local_browser: bool - class StructureInputBasicBasicWebSearch(TypedDict, total=False): web_search: Required[Annotated[StructureInputBasicBasicWebSearchWebSearch, PropertyInfo(alias="WebSearch")]]