We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent efe00bc commit 9737d73Copy full SHA for 9737d73
common/src/tools/constants.ts
@@ -7,7 +7,15 @@ export const toolXmlName = 'codebuff_tool_call'
7
export const startToolTag = `<${toolXmlName}>\n`
8
export const endToolTag = `\n</${toolXmlName}>`
9
10
-export const TOOLS_WHICH_WONT_FORCE_NEXT_STEP = ['think_deeply']
+export const TOOLS_WHICH_WONT_FORCE_NEXT_STEP = [
11
+ 'think_deeply',
12
+ 'set_output',
13
+ 'set_messages',
14
+ 'add_message',
15
+ 'add_subgoal',
16
+ 'update_subgoal',
17
+ 'create_plan',
18
+]
19
20
// List of all available tools
21
export const toolNames = [
0 commit comments