mirror of
https://github.com/csunny/DB-GPT.git
synced 2025-09-07 12:00:46 +00:00
fix:client mypy error
This commit is contained in:
@@ -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",
|
||||
|
Reference in New Issue
Block a user