Skip to content

Commit 7913112

Browse files
feat: Update search docs by removing description from typebox schemas
1 parent 36f6772 commit 7913112

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

.stats.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
configured_endpoints: 21
2-
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/browserbase%2Fbrowserbase-9b1e2a2abf39dd780601935a9a9ee04cb939e2c3ba76627535f625b6aeaf5eb7.yml
3-
openapi_spec_hash: 12fe5f4306c43fdfb394a33f79391a82
2+
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/browserbase%2Fbrowserbase-4a2232ec1af8a1b569af75f732a5e82922f38c0f667a1e0fdeb186ca5be4b6bf.yml
3+
openapi_spec_hash: a4cb7826eaf460b2b509c68f61949d9b
44
config_hash: cf04ecfb8dad5fbd8b85be25d6e9ec55

src/browserbase/types/search_web_response.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,6 @@ class Result(BaseModel):
3434

3535

3636
class SearchWebResponse(BaseModel):
37-
"""Response body for web search"""
38-
3937
query: str
4038
"""The search query that was executed"""
4139

0 commit comments

Comments
 (0)