From e945985d3d9202b1c25c67a1f492e26c5dee0880 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=B0=91=E8=BD=BB=E7=8B=82?= <49270362+MarleneJiang@users.noreply.github.com> Date: Wed, 26 Jul 2023 14:33:42 +0800 Subject: [PATCH] Update sidebar.js --- .vitepress/sidebar.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 +}