创建时间: 2026-06-15 12:17 | 步骤: 8 个
根据预算、品牌偏好及用途,深度解析意图并检索最新行情,推演高、中、低三档电脑配置单,经兼容性校验与选购建议逻辑融合后,输出为一张便于横向对比的专业配置对比图
{
"workflow_id": "pc_config_comparison_image",
"input": {
"requirement_desc": {
"field_name": "requirement_desc",
"default": "帮我配一台电脑,总价5000-10000,显卡最好是N卡,主要用来剪辑视频和打游戏",
"description": "用户原始需求描述,包含预算、品牌偏好、用途等信息",
"example": "帮我配一台电脑,总价5000-10000,显卡最好是N卡,主要用来剪辑视频和打游戏",
"type": "string",
"required": false
},
"image_ratio": {
"field_name": "image_ratio",
"default": "1:1",
"description": "生成的配置对比图长宽比,可选值:1:1、3:4、4:3、16:9、9:16",
"example": "1:1",
"type": "string",
"required": false
}
},
"steps": [
{
"id": "step_1_intent_analyzer",
"point_code": "",
"result": [],
"api_code": "intent_analyzer",
"backend_type": "prompt_api",
"status": "PENDING",
"name": "深度意图解析",
"action": "run",
"params": {
"requirement_desc": "{{@input.requirement_desc}}"
}
},
{
"id": "step_2_generate_keywords",
"point_code": "",
"result": [],
"api_code": "generate_keywords",
"backend_type": "prompt_api",
"status": "PENDING",
"name": "检索关键词生成",
"action": "run",
"params": {
"brand_preference": "{{@step_1_intent_analyzer.result.data.extended_requirements.brand_preference}}",
"implicit_hardware_needs": "{{@step_1_intent_analyzer.result.data.extended_requirements.implicit_hardware_needs}}",
"search_intent_direction": "{{@step_1_intent_analyzer.result.data.extended_requirements.search_intent_direction}}"
},
"depends_on": [
"step_1_intent_analyzer"
]
},
{
"id": "step_3_web_search",
"point_code": "",
"result": [],
"api_code": "web_search",
"backend_type": "sys_api",
"status": "PENDING",
"name": "硬件行情检索",
"action": "run",
"params": {
"gl": "cn",
"q": "{{@step_2_generate_keywords.result.data.result}}",
"hl": "zh-cn"
},
"depends_on": [
"step_2_generate_keywords"
]
},
{
"id": "step_4_config_spec_generate",
"point_code": "",
"result": [],
"api_code": "config_spec_generate",
"backend_type": "prompt_api",
"status": "PENDING",
"name": "三档配置推演",
"action": "run",
"params": {
"core_usage": "{{@step_1_intent_analyzer.result.data.extended_requirements.core_usage}}",
"budget_range": "{{@step_1_intent_analyzer.result.data.extended_requirements.budget_range}}",
"brand_preference": "{{@step_1_intent_analyzer.result.data.extended_requirements.brand_preference}}",
"market_context": "{{@step_3_web_search.result.data}}",
"implicit_hardware_needs": "{{@step_1_intent_analyzer.result.data.extended_requirements.implicit_hardware_needs}}"
},
"depends_on": [
"step_1_intent_analyzer",
"step_3_web_search"
]
},
{
"id": "step_5_compatibility_check",
"point_code": "",
"result": [],
"api_code": "compatibility_check",
"backend_type": "prompt_api",
"status": "PENDING",
"name": "兼容性校验",
"action": "run",
"params": {
"mid_range_config": "{{@step_4_config_spec_generate.result.data.mid_range_config}}",
"high_end_config": "{{@step_4_config_spec_generate.result.data.high_end_config}}",
"low_end_config": "{{@step_4_config_spec_generate.result.data.low_end_config}}"
},
"depends_on": [
"step_4_config_spec_generate"
]
},
{
"id": "step_6_comparison_image_prompt_merge",
"point_code": "",
"result": [],
"api_code": "comparison_image_prompt_merge",
"backend_type": "prompt_api",
"status": "PENDING",
"name": "生图提示词逻辑融合",
"action": "run",
"params": {
"purchase_advice": "{{@step_5_compatibility_check.result.data.purchase_advice}}",
"compatibility_notes": "{{@step_5_compatibility_check.result.data.compatibility_notes}}",
"checked_configs": "{{@step_5_compatibility_check.result.data.checked_configs}}",
"image_ratio": "{{@input.image_ratio}}"
},
"depends_on": [
"step_5_compatibility_check"
]
},
{
"id": "step_7_generate_image",
"point_code": "1",
"result": [],
"api_code": "3373",
"backend_type": "sys_api",
"status": "PENDING",
"name": "启动配置对比图生成",
"action": "run",
"params": {
"prompt": "{{@step_6_comparison_image_prompt_merge.result.data.final_image_prompt}}",
"aspect_ratio": "{{@input.image_ratio}}"
},
"depends_on": [
"step_6_comparison_image_prompt_merge"
]
},
{
"id": "step_8_poll_image_status",
"point_code": "",
"result": [],
"api_code": "polling",
"backend_type": "sys_api",
"status": "PENDING",
"name": "轮询对比图生成状态",
"action": "run",
"params": {
"result_url": "{{@step_7_generate_image.result.data.result_url}}"
},
"depends_on": [
"step_7_generate_image"
],
"polling": {
"interval_seconds": 5,
"timeout_seconds": 600,
"success_condition": "{{@step_8_poll_image_status.result.data.task_status}} === 'SUCCEEDED'"
}
}
],
"output": {
"purchase_advice": {
"field_name": "purchase_advice",
"description": "各档配置选购建议",
"value": "{{@step_5_compatibility_check.result.data.purchase_advice}}",
"type": "object"
},
"compatibility_notes": {
"field_name": "compatibility_notes",
"description": "各档兼容性说明",
"value": "{{@step_5_compatibility_check.result.data.compatibility_notes}}",
"type": "object"
},
"checked_configs": {
"field_name": "checked_configs",
"description": "经兼容性校验修正后的三档配置详情",
"value": "{{@step_5_compatibility_check.result.data.checked_configs}}",
"type": "object"
},
"comparison_image_url": {
"field_name": "comparison_image_url",
"description": "生成的专业科技风格高/中/低三档电脑配置横向对比图URL(全中文文字描述)",
"value": "{{@step_8_poll_image_status.result.data.result_url}}",
"type": "string"
}
}
} 提交后立即返回 task_id,系统每 2 秒自动轮询一次运行状态并可视化执行步骤,适合耗时较长的 Skill。
requirement_descstring用户原始需求描述,包含预算、品牌偏好、用途等信息
image_ratiostring生成的配置对比图长宽比,可选值:1:1、3:4、4:3、16:9、9:16
把这个 Skill 接入你的应用或 AI Agent —— 自带 REST API、OpenAPI 规范与 Agent 技能包。
下载技能包导入 AI Agent 客户端,即可作为技能使用
appKey={AppKey},与 API 文档一致。Agent 技能包接入教程 帮助文档
不知道如何接入?跟随图文步骤一步步完成配置
不同 Agent 客户端对技能包名称格式有不同要求,请选择你使用的客户端下载对应版本。
WorkBuddy
腾讯 Agent 客户端
DuMate
EN百度智能体 · 英文名称
阿里悟空
EN阿里 Agent · 英文名称
QoderWork CN
EN编程智能体 · 英文名称
QwenPaw
通义千问 Agent
Trae Work
字节跳动 Agent
有道 LobsterAI
网易有道智能体
智谱 AutoClaw
智谱 AI Agent
CodeX
ENCodex AI Agent
标注 EN 的客户端要求 Skill 英文命名,其余使用中文命名版本。

7*24小时服务
保证您的售后无忧

1v1专属服务
保证服务质量

担保交易
全程担保交易保证资金安全

服务全程监管
全周期保证商品服务质量
© 2015-2023 WWW.SHOWAPI.COM ALL RIGHTS RESERVED.昆明秀派科技有限公司
本网站所列接口及文档全部由SHOWAPI网站提供,并对其拥有最终解释权 POWERED BY SHOWAPI