Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 6 additions & 4 deletions .vitepress/config.mts
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,8 @@ const robotSidebarItems = [
items: [
{ text: '快速开始', link: 'quick-start' },
{ text: '主题配置', link: 'theme-config' },
{ text: '更新日志', link: 'update-log' }
{ text: '更新日志', link: 'update-log' },
{ text: 'CLI 接入', link: 'cli-integration' }
]
},
{
Expand Down Expand Up @@ -137,9 +138,10 @@ const robotSidebarItems = [
text: '工具',
base: '/tiny-robot/tools/',
items: [
{ text: 'AI模型交互工具类', link: 'ai-client' },
{ text: '消息数据管理', link: 'message' },
{ text: '会话数据管理', link: 'conversation' }
{ text: 'useMessage 消息数据管理', link: 'message' },
{ text: 'useConversation 会话数据管理', link: 'conversation' },
{ text: 'AIClient 模型交互工具类', link: 'ai-client' },
{ text: '工具函数', link: 'utils' }
]
}
]
Expand Down
2 changes: 1 addition & 1 deletion tiny-robot
Submodule tiny-robot updated 124 files
Loading