fix:client mypy error

This commit is contained in:
aries_ckt
2024-03-20 16:22:38 +08:00
parent 7bc5c59a89
commit f43abf3155
19 changed files with 1814 additions and 80 deletions

View File

@@ -356,6 +356,39 @@ const sidebars = {
},
},
{
type: "category",
label: "API Reference",
collapsed: false,
collapsible: false,
items: [
{
type: 'doc',
id: 'api/introduction'
},
{
type: 'doc',
id: 'api/chat'
},
{
type: 'doc',
id: 'api/app'
},
{
type: 'doc',
id: 'api/flow'
},
{
type: 'doc',
id: 'api/knowledge'
},
],
link: {
type: 'generated-index',
slug: "api",
},
},
{
type: "category",
label: "Modules",