platform_name cannot be displayed in the 30-minute quick start example:
The input in the iteration step is:
{
“iterator_selector”: \[
“Zhihu”,
“Weibo”
\]
}
But the output did not meet expectations:
{
“output”: \[
{
“platform_name”: “Unknown Platform”,
“post_content”: “Stop choosing multimodal AI models based on gut feeling!\\n\\n
High-concurrency API? Use Qwen3-VL-Flash: fast, low cost, performance close to 30B-level models\\n
Processing invoices/forms/documents? Choose DeepSeek-OCR2: stronger OCR capabilities\\n
English scenarios preferred? Llama 3.2 Vision is more suitable\\n\\nWhat do you value most in your AI workflow? Speed | Accuracy | Cost | Language support?\\n\\n#MultimodalAI #AIModelSelection #IntelligentAutomation”
},
{
“platform_name”: “Current Iteration/item”,
“post_content”: “Stop choosing multimodal models based on gut feeling!\\n\\n
High-concurrency API? Use Qwen3-VL-Flash: fast, low cost, performance close to 30B-level large models\\n
Processing invoices/forms/documents? DeepSeek-OCR2 has superior OCR capabilities\\n
English scenarios preferred? Llama 3.2 Vision is more suitable\\n\\nWhat do you value most in your current AI workflow? Speed | Accuracy | Cost | Language support?\\n\\n#MultimodalAI #ModelSelection #AIEngineering”
}
\]
}
where “platform_name” did not get “Zhihu” or “Weibo”
Settings in the prompt:
“platform_name”: “{{#1770254572125.item#}}”, (The variable “Iteration/(x)item” replaced “Current Iteration/item” in the prompt)
Model used:
Qwen3-max
Please advise, thank you