把图 JSON 编译成 CreateHandoffBuilderWith + WithHandoff;Agent 固定 Id 以免交接工具名错位;DeepSeek 关闭 thinking,避免多轮丢掉 reasoning_content 导致 400。
23 lines
683 B
JSON
23 lines
683 B
JSON
{
|
|
"profiles": {
|
|
"route": {
|
|
"commandName": "Project",
|
|
"commandLineArgs": "Graphs/city-weather.json",
|
|
"environmentVariables": {
|
|
"OPENAI_ENDPOINT": "https://api.deepseek.com",
|
|
"OPENAI_CHAT_MODEL": "deepseek-v4-flash",
|
|
"OPENAI_API_KEY": "sk-b31330cf3a414d86ab614b9dfb3650c3"
|
|
}
|
|
},
|
|
"nodes-only": {
|
|
"commandName": "Project",
|
|
"commandLineArgs": "Graphs/nodes-only.json 请查询成都的天气",
|
|
"environmentVariables": {
|
|
"OPENAI_ENDPOINT": "https://api.deepseek.com",
|
|
"OPENAI_CHAT_MODEL": "deepseek-v4-flash",
|
|
"OPENAI_API_KEY": "sk-b31330cf3a414d86ab614b9dfb3650c3"
|
|
}
|
|
}
|
|
}
|
|
}
|