









使用模型qwen2.5-coder:7b

不能正常工作。
编程模型看来是经过专门训练,返回todo_list,让agent执行。
{
"name": "todo_list",
"arguments": {
"todos": [
{
"content": "Create a new Go project directory",
"priority": "high",
"status": "pending"
},
{
"content": "Initialize a new Go module using 'go mod init <module-name>'",
"priority": "high",
"status": "pending"
},
{
"content": "Create a new source file named `main.go`",
"priority": "high",
"status": "pending"
},
{
"content": "Write the 'Hello, World!' program in `main.go`:",
"content": "// main.go\npackage main\nimport \"fmt\"\nfunc main() {\n\ fmt.Println(\"Hello, World!\")\n}",
"priority": "high",
"status": "pending"
},
{
"content": "Run the program using 'go run main.go'",
"priority": "high",
"status": "pending"
}
]
}
}
此内容由惯性聚合(RSS阅读器)自动聚合整理,仅供阅读参考。 原文来自 — 版权归原作者所有。