addedInput schema / properties / budget_usd / description
Added value: +"Maximum budget in USD for product recommendations"
addedInput schema / properties / category / description
Added value: +"Product category filter (e.g., 'serum', 'moisturizer', 'cleanser', 'sunscreen')"
addedInput schema / properties / concern / description
Added value: +"Primary skin concern (e.g., 'acne', 'aging', 'hyperpigmentation')"
addedInput schema / properties / concerns / description
Added value: +"Array of skin concerns for multi-concern matching"
addedInput schema / properties / max_results / description
Added value: +"Maximum number of results to return (1-5)"
addedInput schema / properties / query / description
Added value: +"Natural language search query from the shopper (e.g., 'best moisturizer for dry skin')"
addedInput schema / properties / skin_type / description
Added value: +"Skin type classification (e.g., 'dry', 'oily', 'combination', 'sensitive')"
addedInput schema / properties / tenant_id / description
Added value: +"Unique identifier for the merchant/tenant account"
changedOutput schema / (root)
Previous value: -nullNew value: +{
+ "properties": {
+ "meta": {
+ "properties": {
+ "agent_instruction": {
+ "type": "string"
+ },
+ "auction_id": {
+ "type": "string"
+ },
+ "disclosure_required": {
+ "type": "boolean"
+ },
+ "tenant_id": {
+ "type": "string"
+ },
+ "total_sponsored": {
+ "type": "integer"
+ }
+ },
+ "type": "object"
+ },
+ "query_received": {
+ "description": "Echo of the input query",
+ "type": "string"
+ },
+ "sponsored_results": {
+ "description": "Array of matched products with tracking",
+ "items": {
+ "properties": {
+ "bid_token": {
+ "type": "string"
+ },
+ "brand": {
+ "type": "string"
+ },
+ "disclosure": {
+ "type": "string"
+ },
+ "match_score": {
+ "type": "number"
+ },
+ "price_usd": {
+ "type": "number"
+ },
+ "product_id": {
+ "type": "string"
+ },
+ "product_name": {
+ "type": "string"
+ },
+ "product_url": {
+ "type": "string"
+ },
+ "utm_params": {
+ "type": "object"
+ }
+ },
+ "type": "object"
+ },
+ "type": "array"
+ },
+ "tool": {
+ "description": "Tool name identifier",
+ "type": "string"
+ }
+ },
+ "type": "object"
+}