Skip to content

Commit 15414c4

Browse files
committed
fix: include tools for editing in best of n editor
1 parent 8518c78 commit 15414c4

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

.agents/editor/best-of-n/editor-best-of-n.ts

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,13 @@ export function createBestOfNEditor(
2424
includeMessageHistory: true,
2525
inheritParentSystemPrompt: true,
2626

27-
toolNames: ['spawn_agents', 'set_messages', 'set_output'],
27+
toolNames: [
28+
'spawn_agents',
29+
'str_replace',
30+
'write_file',
31+
'set_messages',
32+
'set_output',
33+
],
2834
spawnableAgents: buildArray(
2935
'best-of-n-selector-gemini',
3036
'editor-implementor',

0 commit comments

Comments
 (0)