We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f362ecc commit 123978cCopy full SHA for 123978c
common/src/constants/tools.ts
@@ -1,8 +1,8 @@
1
import { ToolResultPart } from 'ai'
2
import { closeXml } from '../util/xml'
3
4
-export const toolNameParam = 'codebuff_tool_name'
5
-export const endsAgentStepParam = 'codebuff_easp'
+export const toolNameParam = 'cb_tool_name'
+export const endsAgentStepParam = 'cb_easp'
6
export const toolXmlName = 'codebuff_tool_call'
7
export const startToolTag = `<${toolXmlName}>\n`
8
export const endToolTag = `\n</${toolXmlName}>`
0 commit comments