Skip to content

Commit 0e16540

Browse files
feat(api): api update
1 parent 58d3d58 commit 0e16540

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
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: 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

lib/brand_dev/resources/brand.rb

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,9 +38,9 @@ def retrieve(params = {})
3838
# Some parameter documentations has been truncated, see
3939
# {BrandDev::Models::BrandAIProductsParams} for more details.
4040
#
41-
# Beta feature: Use AI to extract product information from a brand's website. The
42-
# AI will analyze the website and return a list of products with details such as
43-
# name, description, pricing, features, and more.
41+
# Beta feature: Extract product information from a brand's website. Brand.dev will
42+
# analyze the website and return a list of products with details such as name,
43+
# description, image, pricing, features, and more.
4444
#
4545
# @overload ai_products(domain:, max_products: nil, timeout_ms: nil, request_options: {})
4646
#

rbi/brand_dev/resources/brand.rbi

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,9 +34,9 @@ module BrandDev
3434
)
3535
end
3636

37-
# Beta feature: Use AI to extract product information from a brand's website. The
38-
# AI will analyze the website and return a list of products with details such as
39-
# name, description, pricing, features, and more.
37+
# Beta feature: Extract product information from a brand's website. Brand.dev will
38+
# analyze the website and return a list of products with details such as name,
39+
# description, image, pricing, features, and more.
4040
sig do
4141
params(
4242
domain: String,

0 commit comments

Comments
 (0)