diff --git a/sidebars.ts b/sidebars.ts index 063229ef..cb32edee 100644 --- a/sidebars.ts +++ b/sidebars.ts @@ -24,11 +24,11 @@ const sidebars: SidebarsConfig = { label: '教程', items: [ 'frameworks/agent-framework/tutorials/agents', - 'frameworks/agent-framework/tutorials/hooks', + 'frameworks/agent-framework/tutorials/models', + 'frameworks/agent-framework/tutorials/messages', 'frameworks/agent-framework/tutorials/tools', 'frameworks/agent-framework/tutorials/memory', - 'frameworks/agent-framework/tutorials/messages', - 'frameworks/agent-framework/tutorials/models', + 'frameworks/agent-framework/tutorials/hooks', 'frameworks/agent-framework/tutorials/structured-output', ], },