update doc (#4386)

* version type

* doc

* doc

* version yml
This commit is contained in:
Archer
2025-03-28 18:16:59 +08:00
committed by GitHub
parent 540f321fc9
commit 267cc5702c
6 changed files with 46 additions and 18 deletions

View File

@@ -451,10 +451,7 @@ it(`Test splitText2Chunks 1`, () => {
};
const { chunks } = splitText2Chunks({ customReg: ['\\n\\n'], text: mock.text, chunkSize: 2000 });
fs.writeFileSync(
'/Users/yjl/fastgpt-pro/FastGPT/test/cases/function/packages/global/common/string/test.md',
chunks.join('------')
);
expect(chunks).toEqual(mock.result);
});