diff --git a/.vitepress/sidebar.js b/.vitepress/sidebar.js index a41803f..db36283 100644 --- a/.vitepress/sidebar.js +++ b/.vitepress/sidebar.js @@ -426,6 +426,7 @@ export function chapter4() { { text: '4.10科研论文写作', link: '/4.人工智能/4.10科研论文写作' }, { text: '4.11从 AI 到 智能系统 —— 从 LLMs 到 Agents', link: '/4.人工智能/4.11从 AI 到 智能系统 —— 从 LLMs 到 Agents' }, { text: '4.12本章节内容的局限性', link: '/4.人工智能/4.12本章节内容的局限性' }, + { text: '4.13LLM Agent之结构化输出.md', link: '/4.人工智能/4.13LLMAgent之结构化输出' }, { text: 'SRT社团介绍', link: '/4.人工智能/SRT' }, { text: 'FunRec', @@ -656,4 +657,4 @@ export function chapter9() { ] } ] -} \ No newline at end of file +}