disable todo tools by default in agent
This commit is contained in:
parent
f307a5ce0b
commit
d6b3bb0807
1 changed files with 4 additions and 1 deletions
|
|
@ -44,7 +44,10 @@ export namespace Agent {
|
||||||
item = result[key] = {
|
item = result[key] = {
|
||||||
name: key,
|
name: key,
|
||||||
description: "",
|
description: "",
|
||||||
tools: {},
|
tools: {
|
||||||
|
todowrite: false,
|
||||||
|
todoread: false,
|
||||||
|
},
|
||||||
}
|
}
|
||||||
const model = value.model ?? cfg.model
|
const model = value.model ?? cfg.model
|
||||||
if (model) item.model = Provider.parseModel(model)
|
if (model) item.model = Provider.parseModel(model)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue