File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -55,7 +55,7 @@ class Product(BaseModel):
5555 score : float = Field (..., description = "Relevance score for the search query" )
5656 title : str = Field (..., description = "Product title" )
5757 description : Optional [str ] = Field (None , description = "Product description" )
58- brand : Brand = Field (..., description = "Brand of the product" )
58+ brand_name : str = Field (..., description = "Brand name for the product" )
5959 image_url : str = Field (..., description = "Main product image URL" )
6060 price : Price = Field (..., description = "Price information" )
6161 availability : AvailabilityStatus = Field (
Original file line number Diff line number Diff line change 11[tool .poetry ]
22name = " channel3-sdk"
3- version = " 0.2.0 "
3+ version = " 0.2.1 "
44description = " The official Python SDK for Channel3 AI Shopping API"
55authors = [
" Channel3 <[email protected] >" ]
66readme = " README.md"
You can’t perform that action at this time.
0 commit comments