把图 JSON 编译成 CreateHandoffBuilderWith + WithHandoff;Agent 固定 Id 以免交接工具名错位;DeepSeek 关闭 thinking,避免多轮丢掉 reasoning_content 导致 400。
23 lines
351 B
JSON
23 lines
351 B
JSON
{
|
|
"nodes": [
|
|
{
|
|
"id": "n1",
|
|
"type": "fileCity-system",
|
|
"title": "抽城市",
|
|
"config": { "filePath": "Data/cities.txt" }
|
|
},
|
|
{
|
|
"id": "n2",
|
|
"type": "weather-system",
|
|
"title": "查天气"
|
|
}
|
|
],
|
|
"edges": [
|
|
{
|
|
"from": "n1",
|
|
"to": "n2",
|
|
"when": "hasValidCities"
|
|
}
|
|
]
|
|
}
|