Skip to content

Commit 123978c

Browse files
committed
Change parameter names
1 parent f362ecc commit 123978c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

common/src/constants/tools.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
import { ToolResultPart } from 'ai'
22
import { closeXml } from '../util/xml'
33

4-
export const toolNameParam = 'codebuff_tool_name'
5-
export const endsAgentStepParam = 'codebuff_easp'
4+
export const toolNameParam = 'cb_tool_name'
5+
export const endsAgentStepParam = 'cb_easp'
66
export const toolXmlName = 'codebuff_tool_call'
77
export const startToolTag = `<${toolXmlName}>\n`
88
export const endToolTag = `\n</${toolXmlName}>`

0 commit comments

Comments
 (0)