Skip to content

Commit def23e5

Browse files
author
weilei
committed
feat(docs): 添加工具函数章节及相关文档记录
1 parent 02bca2f commit def23e5

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

docs/src/.vuepress/config.js

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,11 @@ module.exports = {
5656
collapsable: false,
5757
children: ['thinking', 'thought-chain'],
5858
},
59+
{
60+
title: '工具函数',
61+
collapsable: false,
62+
children: ['record', 'send', 'stream'],
63+
},
5964
],
6065
},
6166
],

docs/src/components/record.md

Whitespace-only changes.

0 commit comments

Comments
 (0)