help with workflow http request using a form. values from form not passing to data for AI call. Is there a specific syntax to make this work? Using version 1.8.31 would it be better if I updated to a newer version for this use case?
“method”: “post”,
“params”: {
“name”: “k”,
“age”: “j”,
“gender”: “l”,
“interest”: “u”,
“budget”: “y”
},
“data”: “{"model":"llama3.1-8b","messages":[{"role":"user","content":"You are a friendly holiday gift expert helping a parent find presents. The child’s name is - - . They are a -year-old who enjoys . The parent’s budget is around $ total. Generate 3 unique Christmas gift ideas that fit within this budget and would make smile. Each gift should include: idea name, short description, estimated price range, and a realistic store buy link from Amazon, Walmart, or Target.\n\nNote: You should not provide a list of sources/bibliography at the end of the response. Return valid JSON in this format only: [{\"idea\": \"Toy Name\", \"description\": \"Short description\", \"price_range\": \"$20–$30\", \"buy_link\": \"https://www.amazon.com/…\"}]"}],"temperature":0.8,"max_tokens":400}”,
“allowAbsoluteUrls”: true

