@@ -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