mirror of
https://gitea.toothfairyai.com/ToothFairyAI/tf_code.git
synced 2026-03-30 13:54:01 +00:00
disable todo tools by default in agent
This commit is contained in:
parent
f307a5ce0b
commit
d6b3bb0807
@ -44,7 +44,10 @@ export namespace Agent {
|
||||
item = result[key] = {
|
||||
name: key,
|
||||
description: "",
|
||||
tools: {},
|
||||
tools: {
|
||||
todowrite: false,
|
||||
todoread: false,
|
||||
},
|
||||
}
|
||||
const model = value.model ?? cfg.model
|
||||
if (model) item.model = Provider.parseModel(model)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user