Skip to content

Commit 5e513f4

Browse files
feat(api): api update
1 parent 62ec1b4 commit 5e513f4

2 files changed

Lines changed: 10 additions & 10 deletions

File tree

.stats.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
configured_endpoints: 15
2-
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/brand-dev%2Fbrand.dev-c45c9faa82a7f8b0b0221deab17a0f6cc6b096906e192aea9ef535e17667008f.yml
3-
openapi_spec_hash: f3330c699ed3a55e48cdeecfce379e7b
2+
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/brand-dev%2Fbrand.dev-863ddc13e032497459a639cf02a16349831dda7e39557cbd5ce33da34d086b02.yml
3+
openapi_spec_hash: f972aac9618fe8df340d96344b3d0578
44
config_hash: 6f10592c7d0c3bafefc1271472283217

src/brand/dev/resources/brand.py

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -202,11 +202,11 @@ def ai_products(
202202
extra_body: Body | None = None,
203203
timeout: float | httpx.Timeout | None | NotGiven = not_given,
204204
) -> BrandAIProductsResponse:
205-
"""Beta feature: Use AI to extract product information from a brand's website.
205+
"""Beta feature: Extract product information from a brand's website.
206206
207-
The
208-
AI will analyze the website and return a list of products with details such as
209-
name, description, pricing, features, and more.
207+
Brand.dev will
208+
analyze the website and return a list of products with details such as name,
209+
description, image, pricing, features, and more.
210210
211211
Args:
212212
domain: The domain name to analyze
@@ -1741,11 +1741,11 @@ async def ai_products(
17411741
extra_body: Body | None = None,
17421742
timeout: float | httpx.Timeout | None | NotGiven = not_given,
17431743
) -> BrandAIProductsResponse:
1744-
"""Beta feature: Use AI to extract product information from a brand's website.
1744+
"""Beta feature: Extract product information from a brand's website.
17451745
1746-
The
1747-
AI will analyze the website and return a list of products with details such as
1748-
name, description, pricing, features, and more.
1746+
Brand.dev will
1747+
analyze the website and return a list of products with details such as name,
1748+
description, image, pricing, features, and more.
17491749
17501750
Args:
17511751
domain: The domain name to analyze

0 commit comments

Comments
 (0)