Skip to content

Commit

Permalink
feat(api): api update (#708)
Browse files Browse the repository at this point in the history
  • Loading branch information
stainless-app[bot] committed Dec 13, 2024
1 parent 2bf2d4b commit 876f33d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion .stats.yml
Original file line number Diff line number Diff line change
@@ -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
2 changes: 0 additions & 2 deletions src/structify/types/structure_run_async_params.py
Original file line number Diff line number Diff line change
Expand Up @@ -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")]]
Expand Down

0 comments on commit 876f33d

Please sign in to comment.