mirror of
https://github.com/CherryHQ/cherry-studio.git
synced 2026-01-05 04:19:02 +08:00
fix format
This commit is contained in:
parent
b6efe41b86
commit
59c606eac6
@ -274,13 +274,7 @@ describe('buildFunctionCallToolName', () => {
|
||||
})
|
||||
|
||||
it('should produce AI model compatible tool names', () => {
|
||||
const testCases = [
|
||||
'行驶证OCR',
|
||||
'营业执照识别',
|
||||
'get用户info',
|
||||
'文件@处理',
|
||||
'数据分析_v2'
|
||||
]
|
||||
const testCases = ['行驶证OCR', '营业执照识别', 'get用户info', '文件@处理', '数据分析_v2']
|
||||
|
||||
testCases.forEach((testCase) => {
|
||||
const result = buildFunctionCallToolName('server', testCase)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user