fix: syntax errors in instance.go
This commit is contained in:
parent
c60309b497
commit
8ce92a4ce7
1 changed files with 0 additions and 1 deletions
|
|
@ -100,7 +100,6 @@ func NewAgentInstance(
|
||||||
}
|
}
|
||||||
|
|
||||||
if cfg.Tools.IsToolEnabled("edit_file") {
|
if cfg.Tools.IsToolEnabled("edit_file") {
|
||||||
}
|
|
||||||
toolsRegistry.Register(tools.NewEditFileTool(workspace, restrict, allowWritePaths))
|
toolsRegistry.Register(tools.NewEditFileTool(workspace, restrict, allowWritePaths))
|
||||||
}
|
}
|
||||||
if cfg.Tools.IsToolEnabled("append_file") {
|
if cfg.Tools.IsToolEnabled("append_file") {
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue