We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d6e42ed commit c902fafCopy full SHA for c902faf
sidebars.ts
@@ -24,11 +24,11 @@ const sidebars: SidebarsConfig = {
24
label: '教程',
25
items: [
26
'frameworks/agent-framework/tutorials/agents',
27
- 'frameworks/agent-framework/tutorials/hooks',
+ 'frameworks/agent-framework/tutorials/models',
28
+ 'frameworks/agent-framework/tutorials/messages',
29
'frameworks/agent-framework/tutorials/tools',
30
'frameworks/agent-framework/tutorials/memory',
- 'frameworks/agent-framework/tutorials/messages',
31
- 'frameworks/agent-framework/tutorials/models',
+ 'frameworks/agent-framework/tutorials/hooks',
32
'frameworks/agent-framework/tutorials/structured-output',
33
],
34
},
0 commit comments