@@ -618,6 +618,36 @@ const sidebar: SidebarsConfig = {
618618 } ,
619619 ] ,
620620 } ,
621+ {
622+ type : "category" ,
623+ label : "AI" ,
624+ items : [
625+ {
626+ type : "doc" ,
627+ id : "api-reference/invoke-a-specific-agent" ,
628+ label : "Invoke a specific agent" ,
629+ className : "api-method post" ,
630+ } ,
631+ {
632+ type : "doc" ,
633+ id : "api-reference/general-purpose-ai-interactions" ,
634+ label : "General-purpose AI interactions" ,
635+ className : "api-method post" ,
636+ } ,
637+ {
638+ type : "doc" ,
639+ id : "api-reference/get-an-invocations-result" ,
640+ label : "Get an invocation's result" ,
641+ className : "api-method get" ,
642+ } ,
643+ {
644+ type : "doc" ,
645+ id : "api-reference/get-monthly-ai-invocations-quota-usage" ,
646+ label : "Get monthly AI invocations quota usage" ,
647+ className : "api-method get" ,
648+ } ,
649+ ] ,
650+ } ,
621651 {
622652 type : "category" ,
623653 label : "LLM management" ,
@@ -666,36 +696,6 @@ const sidebar: SidebarsConfig = {
666696 } ,
667697 ] ,
668698 } ,
669- {
670- type : "category" ,
671- label : "AI" ,
672- items : [
673- {
674- type : "doc" ,
675- id : "api-reference/invoke-a-specific-agent" ,
676- label : "Invoke a specific agent" ,
677- className : "api-method post" ,
678- } ,
679- {
680- type : "doc" ,
681- id : "api-reference/get-monthly-ai-invocations-quota-usage" ,
682- label : "Get monthly AI invocations quota usage" ,
683- className : "api-method get" ,
684- } ,
685- {
686- type : "doc" ,
687- id : "api-reference/get-an-invocations-result" ,
688- label : "Get an invocation's result" ,
689- className : "api-method get" ,
690- } ,
691- {
692- type : "doc" ,
693- id : "api-reference/general-purpose-ai-interactions" ,
694- label : "General-purpose AI interactions" ,
695- className : "api-method post" ,
696- } ,
697- ] ,
698- } ,
699699 {
700700 type : "category" ,
701701 label : "Apps" ,
0 commit comments