@breign/client 1.0.6 → 1.0.7
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/models/AgentRequestUio.d.ts +9 -0
- package/dist/models/AgentRequestUio.js +4 -0
- package/dist/models/AgentUio.d.ts +10 -3
- package/dist/models/AgentUio.js +4 -3
- package/dist/models/AppCreateRequestUio.d.ts +6 -0
- package/dist/models/AppCreateRequestUio.js +2 -0
- package/dist/models/AppSequencesInnerUio.d.ts +38 -0
- package/dist/models/AppSequencesInnerUio.js +50 -0
- package/dist/models/AppUio.d.ts +24 -3
- package/dist/models/AppUio.js +11 -10
- package/dist/models/ChatMessageUio.d.ts +3 -2
- package/dist/models/ChatMessageUio.js +3 -2
- package/dist/models/ChatUio.d.ts +6 -0
- package/dist/models/ChatUio.js +2 -0
- package/dist/models/ConversationFlowNodeEntrypointsUio.d.ts +32 -0
- package/dist/models/ConversationFlowNodeEntrypointsUio.js +48 -0
- package/dist/models/ConversationFlowNodeUio.d.ts +51 -0
- package/dist/models/ConversationFlowNodeUio.js +55 -0
- package/dist/models/ConversationUio.d.ts +7 -0
- package/dist/models/ConversationUio.js +5 -0
- package/dist/models/FileCreationRequestUio.d.ts +1 -1
- package/dist/models/FileCreationRequestUio.js +1 -3
- package/dist/models/FileCreationResponseUio.d.ts +6 -0
- package/dist/models/FileCreationResponseUio.js +2 -0
- package/dist/models/FileUio.d.ts +6 -0
- package/dist/models/FileUio.js +2 -0
- package/dist/models/FileWithDownloadUrlUio.d.ts +6 -0
- package/dist/models/FileWithDownloadUrlUio.js +2 -0
- package/dist/models/KnowledgeBaseFilesInnerUio.d.ts +44 -0
- package/dist/models/KnowledgeBaseFilesInnerUio.js +58 -0
- package/dist/models/KnowledgeBaseUio.d.ts +124 -0
- package/dist/models/KnowledgeBaseUio.js +88 -0
- package/dist/models/OrganizationUio.d.ts +0 -9
- package/dist/models/OrganizationUio.js +0 -6
- package/dist/models/index.d.ts +5 -1
- package/dist/models/index.js +5 -1
- package/dist/openapi.json +200 -41
- package/package.json +1 -1
- package/dist/models/AgentKnowledgeBaseUio.d.ts +0 -57
- package/dist/models/AgentKnowledgeBaseUio.js +0 -67
package/dist/openapi.json
CHANGED
|
@@ -158,6 +158,7 @@
|
|
|
158
158
|
"name" : "agentId",
|
|
159
159
|
"required" : true,
|
|
160
160
|
"schema" : {
|
|
161
|
+
"format" : "uuid",
|
|
161
162
|
"type" : "string"
|
|
162
163
|
}
|
|
163
164
|
} ],
|
|
@@ -186,6 +187,7 @@
|
|
|
186
187
|
"name" : "agentId",
|
|
187
188
|
"required" : true,
|
|
188
189
|
"schema" : {
|
|
190
|
+
"format" : "uuid",
|
|
189
191
|
"type" : "string"
|
|
190
192
|
}
|
|
191
193
|
} ],
|
|
@@ -222,6 +224,7 @@
|
|
|
222
224
|
"name" : "agentId",
|
|
223
225
|
"required" : true,
|
|
224
226
|
"schema" : {
|
|
227
|
+
"format" : "uuid",
|
|
225
228
|
"type" : "string"
|
|
226
229
|
}
|
|
227
230
|
} ],
|
|
@@ -276,6 +279,7 @@
|
|
|
276
279
|
"name" : "agentId",
|
|
277
280
|
"required" : true,
|
|
278
281
|
"schema" : {
|
|
282
|
+
"format" : "uuid",
|
|
279
283
|
"type" : "string"
|
|
280
284
|
}
|
|
281
285
|
} ],
|
|
@@ -315,6 +319,7 @@
|
|
|
315
319
|
"name" : "agentId",
|
|
316
320
|
"required" : true,
|
|
317
321
|
"schema" : {
|
|
322
|
+
"format" : "uuid",
|
|
318
323
|
"type" : "string"
|
|
319
324
|
}
|
|
320
325
|
} ],
|
|
@@ -369,6 +374,7 @@
|
|
|
369
374
|
"name" : "agentId",
|
|
370
375
|
"required" : true,
|
|
371
376
|
"schema" : {
|
|
377
|
+
"format" : "uuid",
|
|
372
378
|
"type" : "string"
|
|
373
379
|
}
|
|
374
380
|
}, {
|
|
@@ -411,6 +417,7 @@
|
|
|
411
417
|
"name" : "agentId",
|
|
412
418
|
"required" : true,
|
|
413
419
|
"schema" : {
|
|
420
|
+
"format" : "uuid",
|
|
414
421
|
"type" : "string"
|
|
415
422
|
}
|
|
416
423
|
}, {
|
|
@@ -471,6 +478,7 @@
|
|
|
471
478
|
"name" : "agentId",
|
|
472
479
|
"required" : true,
|
|
473
480
|
"schema" : {
|
|
481
|
+
"format" : "uuid",
|
|
474
482
|
"type" : "string"
|
|
475
483
|
}
|
|
476
484
|
}, {
|
|
@@ -531,6 +539,7 @@
|
|
|
531
539
|
"name" : "agentId",
|
|
532
540
|
"required" : true,
|
|
533
541
|
"schema" : {
|
|
542
|
+
"format" : "uuid",
|
|
534
543
|
"type" : "string"
|
|
535
544
|
}
|
|
536
545
|
}, {
|
|
@@ -599,6 +608,7 @@
|
|
|
599
608
|
"name" : "agentId",
|
|
600
609
|
"required" : true,
|
|
601
610
|
"schema" : {
|
|
611
|
+
"format" : "uuid",
|
|
602
612
|
"type" : "string"
|
|
603
613
|
}
|
|
604
614
|
} ],
|
|
@@ -641,6 +651,7 @@
|
|
|
641
651
|
"name" : "agentId",
|
|
642
652
|
"required" : true,
|
|
643
653
|
"schema" : {
|
|
654
|
+
"format" : "uuid",
|
|
644
655
|
"type" : "string"
|
|
645
656
|
}
|
|
646
657
|
} ],
|
|
@@ -695,6 +706,7 @@
|
|
|
695
706
|
"name" : "agentId",
|
|
696
707
|
"required" : true,
|
|
697
708
|
"schema" : {
|
|
709
|
+
"format" : "uuid",
|
|
698
710
|
"type" : "string"
|
|
699
711
|
}
|
|
700
712
|
}, {
|
|
@@ -736,6 +748,7 @@
|
|
|
736
748
|
"name" : "agentId",
|
|
737
749
|
"required" : true,
|
|
738
750
|
"schema" : {
|
|
751
|
+
"format" : "uuid",
|
|
739
752
|
"type" : "string"
|
|
740
753
|
}
|
|
741
754
|
}, {
|
|
@@ -784,6 +797,7 @@
|
|
|
784
797
|
"name" : "agentId",
|
|
785
798
|
"required" : true,
|
|
786
799
|
"schema" : {
|
|
800
|
+
"format" : "uuid",
|
|
787
801
|
"type" : "string"
|
|
788
802
|
}
|
|
789
803
|
}, {
|
|
@@ -847,6 +861,7 @@
|
|
|
847
861
|
"name" : "agentId",
|
|
848
862
|
"required" : true,
|
|
849
863
|
"schema" : {
|
|
864
|
+
"format" : "uuid",
|
|
850
865
|
"type" : "string"
|
|
851
866
|
}
|
|
852
867
|
} ],
|
|
@@ -876,6 +891,7 @@
|
|
|
876
891
|
"name" : "agentId",
|
|
877
892
|
"required" : true,
|
|
878
893
|
"schema" : {
|
|
894
|
+
"format" : "uuid",
|
|
879
895
|
"type" : "string"
|
|
880
896
|
}
|
|
881
897
|
} ],
|
|
@@ -927,6 +943,7 @@
|
|
|
927
943
|
"name" : "agentId",
|
|
928
944
|
"required" : true,
|
|
929
945
|
"schema" : {
|
|
946
|
+
"format" : "uuid",
|
|
930
947
|
"type" : "string"
|
|
931
948
|
}
|
|
932
949
|
} ],
|
|
@@ -959,6 +976,7 @@
|
|
|
959
976
|
"name" : "agentId",
|
|
960
977
|
"required" : true,
|
|
961
978
|
"schema" : {
|
|
979
|
+
"format" : "uuid",
|
|
962
980
|
"type" : "string"
|
|
963
981
|
}
|
|
964
982
|
} ],
|
|
@@ -1007,6 +1025,7 @@
|
|
|
1007
1025
|
"name" : "agentId",
|
|
1008
1026
|
"required" : true,
|
|
1009
1027
|
"schema" : {
|
|
1028
|
+
"format" : "uuid",
|
|
1010
1029
|
"type" : "string"
|
|
1011
1030
|
}
|
|
1012
1031
|
} ],
|
|
@@ -1060,6 +1079,7 @@
|
|
|
1060
1079
|
"name" : "agentId",
|
|
1061
1080
|
"required" : true,
|
|
1062
1081
|
"schema" : {
|
|
1082
|
+
"format" : "uuid",
|
|
1063
1083
|
"type" : "string"
|
|
1064
1084
|
}
|
|
1065
1085
|
} ],
|
|
@@ -1099,6 +1119,7 @@
|
|
|
1099
1119
|
"name" : "agentId",
|
|
1100
1120
|
"required" : true,
|
|
1101
1121
|
"schema" : {
|
|
1122
|
+
"format" : "uuid",
|
|
1102
1123
|
"type" : "string"
|
|
1103
1124
|
}
|
|
1104
1125
|
}, {
|
|
@@ -1150,6 +1171,7 @@
|
|
|
1150
1171
|
"name" : "agentId",
|
|
1151
1172
|
"required" : true,
|
|
1152
1173
|
"schema" : {
|
|
1174
|
+
"format" : "uuid",
|
|
1153
1175
|
"type" : "string"
|
|
1154
1176
|
}
|
|
1155
1177
|
} ],
|
|
@@ -3280,6 +3302,7 @@
|
|
|
3280
3302
|
"name" : "agentId",
|
|
3281
3303
|
"required" : true,
|
|
3282
3304
|
"schema" : {
|
|
3305
|
+
"format" : "uuid",
|
|
3283
3306
|
"type" : "string"
|
|
3284
3307
|
}
|
|
3285
3308
|
} ],
|
|
@@ -3319,6 +3342,7 @@
|
|
|
3319
3342
|
"name" : "agentId",
|
|
3320
3343
|
"required" : true,
|
|
3321
3344
|
"schema" : {
|
|
3345
|
+
"format" : "uuid",
|
|
3322
3346
|
"type" : "string"
|
|
3323
3347
|
}
|
|
3324
3348
|
} ],
|
|
@@ -3873,6 +3897,7 @@
|
|
|
3873
3897
|
"name" : "agentId",
|
|
3874
3898
|
"required" : true,
|
|
3875
3899
|
"schema" : {
|
|
3900
|
+
"format" : "uuid",
|
|
3876
3901
|
"type" : "string"
|
|
3877
3902
|
}
|
|
3878
3903
|
} ],
|
|
@@ -3907,6 +3932,7 @@
|
|
|
3907
3932
|
"name" : "agentId",
|
|
3908
3933
|
"required" : true,
|
|
3909
3934
|
"schema" : {
|
|
3935
|
+
"format" : "uuid",
|
|
3910
3936
|
"type" : "string"
|
|
3911
3937
|
}
|
|
3912
3938
|
} ],
|
|
@@ -3941,6 +3967,7 @@
|
|
|
3941
3967
|
"name" : "agentId",
|
|
3942
3968
|
"required" : true,
|
|
3943
3969
|
"schema" : {
|
|
3970
|
+
"format" : "uuid",
|
|
3944
3971
|
"type" : "string"
|
|
3945
3972
|
}
|
|
3946
3973
|
}, {
|
|
@@ -3995,6 +4022,7 @@
|
|
|
3995
4022
|
"name" : "agentId",
|
|
3996
4023
|
"required" : true,
|
|
3997
4024
|
"schema" : {
|
|
4025
|
+
"format" : "uuid",
|
|
3998
4026
|
"type" : "string"
|
|
3999
4027
|
}
|
|
4000
4028
|
} ],
|
|
@@ -4049,6 +4077,7 @@
|
|
|
4049
4077
|
"name" : "agentId",
|
|
4050
4078
|
"required" : true,
|
|
4051
4079
|
"schema" : {
|
|
4080
|
+
"format" : "uuid",
|
|
4052
4081
|
"type" : "string"
|
|
4053
4082
|
}
|
|
4054
4083
|
} ],
|
|
@@ -4103,6 +4132,7 @@
|
|
|
4103
4132
|
"name" : "agentId",
|
|
4104
4133
|
"required" : true,
|
|
4105
4134
|
"schema" : {
|
|
4135
|
+
"format" : "uuid",
|
|
4106
4136
|
"type" : "string"
|
|
4107
4137
|
}
|
|
4108
4138
|
}, {
|
|
@@ -4165,6 +4195,7 @@
|
|
|
4165
4195
|
"name" : "agentId",
|
|
4166
4196
|
"required" : true,
|
|
4167
4197
|
"schema" : {
|
|
4198
|
+
"format" : "uuid",
|
|
4168
4199
|
"type" : "string"
|
|
4169
4200
|
}
|
|
4170
4201
|
}, {
|
|
@@ -4205,6 +4236,7 @@
|
|
|
4205
4236
|
"name" : "agentId",
|
|
4206
4237
|
"required" : true,
|
|
4207
4238
|
"schema" : {
|
|
4239
|
+
"format" : "uuid",
|
|
4208
4240
|
"type" : "string"
|
|
4209
4241
|
}
|
|
4210
4242
|
}, {
|
|
@@ -4532,6 +4564,7 @@
|
|
|
4532
4564
|
"name" : "agentId",
|
|
4533
4565
|
"required" : true,
|
|
4534
4566
|
"schema" : {
|
|
4567
|
+
"format" : "uuid",
|
|
4535
4568
|
"type" : "string"
|
|
4536
4569
|
}
|
|
4537
4570
|
} ],
|
|
@@ -4586,6 +4619,7 @@
|
|
|
4586
4619
|
"name" : "agentId",
|
|
4587
4620
|
"required" : true,
|
|
4588
4621
|
"schema" : {
|
|
4622
|
+
"format" : "uuid",
|
|
4589
4623
|
"type" : "string"
|
|
4590
4624
|
}
|
|
4591
4625
|
} ],
|
|
@@ -4640,6 +4674,7 @@
|
|
|
4640
4674
|
"name" : "agentId",
|
|
4641
4675
|
"required" : true,
|
|
4642
4676
|
"schema" : {
|
|
4677
|
+
"format" : "uuid",
|
|
4643
4678
|
"type" : "string"
|
|
4644
4679
|
}
|
|
4645
4680
|
} ],
|
|
@@ -4831,6 +4866,7 @@
|
|
|
4831
4866
|
"name" : "agentId",
|
|
4832
4867
|
"required" : true,
|
|
4833
4868
|
"schema" : {
|
|
4869
|
+
"format" : "uuid",
|
|
4834
4870
|
"type" : "string"
|
|
4835
4871
|
}
|
|
4836
4872
|
},
|
|
@@ -5075,6 +5111,67 @@
|
|
|
5075
5111
|
}
|
|
5076
5112
|
},
|
|
5077
5113
|
"schemas" : {
|
|
5114
|
+
"KnowledgeBase" : {
|
|
5115
|
+
"properties" : {
|
|
5116
|
+
"id" : {
|
|
5117
|
+
"type" : "string"
|
|
5118
|
+
},
|
|
5119
|
+
"name" : {
|
|
5120
|
+
"type" : "string"
|
|
5121
|
+
},
|
|
5122
|
+
"createdAt" : {
|
|
5123
|
+
"type" : "string"
|
|
5124
|
+
},
|
|
5125
|
+
"updatedAt" : {
|
|
5126
|
+
"type" : "string"
|
|
5127
|
+
},
|
|
5128
|
+
"organisationId" : {
|
|
5129
|
+
"type" : "string"
|
|
5130
|
+
},
|
|
5131
|
+
"authorizedAgents" : {
|
|
5132
|
+
"items" : {
|
|
5133
|
+
"type" : "string"
|
|
5134
|
+
},
|
|
5135
|
+
"type" : "array"
|
|
5136
|
+
},
|
|
5137
|
+
"isTemplate" : {
|
|
5138
|
+
"description" : "DEPRECATED",
|
|
5139
|
+
"type" : "boolean"
|
|
5140
|
+
},
|
|
5141
|
+
"privacy" : {
|
|
5142
|
+
"$ref" : "#/components/schemas/KnowledgeBasePrivacy"
|
|
5143
|
+
},
|
|
5144
|
+
"role" : {
|
|
5145
|
+
"type" : "string"
|
|
5146
|
+
},
|
|
5147
|
+
"description" : {
|
|
5148
|
+
"type" : "string"
|
|
5149
|
+
},
|
|
5150
|
+
"picture" : {
|
|
5151
|
+
"type" : "string"
|
|
5152
|
+
},
|
|
5153
|
+
"template" : {
|
|
5154
|
+
"type" : "string"
|
|
5155
|
+
},
|
|
5156
|
+
"agentType" : {
|
|
5157
|
+
"type" : "string"
|
|
5158
|
+
},
|
|
5159
|
+
"files" : {
|
|
5160
|
+
"items" : {
|
|
5161
|
+
"$ref" : "#/components/schemas/KnowledgeBase_files_inner"
|
|
5162
|
+
},
|
|
5163
|
+
"type" : "array"
|
|
5164
|
+
},
|
|
5165
|
+
"status" : {
|
|
5166
|
+
"type" : "string"
|
|
5167
|
+
},
|
|
5168
|
+
"indexed" : {
|
|
5169
|
+
"type" : "boolean"
|
|
5170
|
+
}
|
|
5171
|
+
},
|
|
5172
|
+
"required" : [ "authorizedAgents", "createdAt", "id", "name" ],
|
|
5173
|
+
"type" : "object"
|
|
5174
|
+
},
|
|
5078
5175
|
"HealthCheckResponse" : {
|
|
5079
5176
|
"properties" : {
|
|
5080
5177
|
"status" : {
|
|
@@ -5113,9 +5210,9 @@
|
|
|
5113
5210
|
},
|
|
5114
5211
|
"type" : "array"
|
|
5115
5212
|
},
|
|
5116
|
-
"
|
|
5213
|
+
"knowledgeBaseIds" : {
|
|
5117
5214
|
"items" : {
|
|
5118
|
-
"
|
|
5215
|
+
"type" : "string"
|
|
5119
5216
|
},
|
|
5120
5217
|
"type" : "array"
|
|
5121
5218
|
},
|
|
@@ -5179,6 +5276,11 @@
|
|
|
5179
5276
|
},
|
|
5180
5277
|
"agentType" : {
|
|
5181
5278
|
"$ref" : "#/components/schemas/AgentType"
|
|
5279
|
+
},
|
|
5280
|
+
"favoriteOutfit" : {
|
|
5281
|
+
"additionalProperties" : true,
|
|
5282
|
+
"maxProperties" : 100,
|
|
5283
|
+
"type" : "object"
|
|
5182
5284
|
}
|
|
5183
5285
|
},
|
|
5184
5286
|
"required" : [ "id", "modules", "name", "organisationId", "persona", "promptInit" ],
|
|
@@ -5216,30 +5318,6 @@
|
|
|
5216
5318
|
"required" : [ "description", "id", "name", "orgId", "type" ],
|
|
5217
5319
|
"type" : "object"
|
|
5218
5320
|
},
|
|
5219
|
-
"AgentKnowledgeBase" : {
|
|
5220
|
-
"properties" : {
|
|
5221
|
-
"id" : {
|
|
5222
|
-
"type" : "string"
|
|
5223
|
-
},
|
|
5224
|
-
"name" : {
|
|
5225
|
-
"type" : "string"
|
|
5226
|
-
},
|
|
5227
|
-
"privacy" : {
|
|
5228
|
-
"$ref" : "#/components/schemas/KnowledgeBasePrivacy"
|
|
5229
|
-
},
|
|
5230
|
-
"organisationId" : {
|
|
5231
|
-
"type" : "string"
|
|
5232
|
-
},
|
|
5233
|
-
"authorizedAgents" : {
|
|
5234
|
-
"items" : {
|
|
5235
|
-
"type" : "string"
|
|
5236
|
-
},
|
|
5237
|
-
"type" : "array"
|
|
5238
|
-
}
|
|
5239
|
-
},
|
|
5240
|
-
"required" : [ "authorizedAgents", "id", "name", "organisationId", "privacy" ],
|
|
5241
|
-
"type" : "object"
|
|
5242
|
-
},
|
|
5243
5321
|
"Persona" : {
|
|
5244
5322
|
"additionalProperties" : {
|
|
5245
5323
|
"type" : "string"
|
|
@@ -5351,6 +5429,12 @@
|
|
|
5351
5429
|
},
|
|
5352
5430
|
"isActivated" : {
|
|
5353
5431
|
"type" : "boolean"
|
|
5432
|
+
},
|
|
5433
|
+
"modules" : {
|
|
5434
|
+
"additionalProperties" : {
|
|
5435
|
+
"$ref" : "#/components/schemas/AgentModule"
|
|
5436
|
+
},
|
|
5437
|
+
"type" : "object"
|
|
5354
5438
|
}
|
|
5355
5439
|
},
|
|
5356
5440
|
"required" : [ "name", "organisationId", "persona", "promptInit" ],
|
|
@@ -5767,7 +5851,7 @@
|
|
|
5767
5851
|
"type" : "string"
|
|
5768
5852
|
}
|
|
5769
5853
|
},
|
|
5770
|
-
"required" : [ "contentType", "ext", "
|
|
5854
|
+
"required" : [ "contentType", "ext", "size" ],
|
|
5771
5855
|
"type" : "object"
|
|
5772
5856
|
},
|
|
5773
5857
|
"FileCreationResponse" : {
|
|
@@ -5779,6 +5863,9 @@
|
|
|
5779
5863
|
},
|
|
5780
5864
|
"File" : {
|
|
5781
5865
|
"properties" : {
|
|
5866
|
+
"name" : {
|
|
5867
|
+
"type" : "string"
|
|
5868
|
+
},
|
|
5782
5869
|
"id" : {
|
|
5783
5870
|
"type" : "string"
|
|
5784
5871
|
},
|
|
@@ -5852,6 +5939,9 @@
|
|
|
5852
5939
|
"id" : {
|
|
5853
5940
|
"type" : "string"
|
|
5854
5941
|
},
|
|
5942
|
+
"appId" : {
|
|
5943
|
+
"type" : "string"
|
|
5944
|
+
},
|
|
5855
5945
|
"lang" : {
|
|
5856
5946
|
"type" : "string"
|
|
5857
5947
|
},
|
|
@@ -5936,7 +6026,7 @@
|
|
|
5936
6026
|
"type" : "array"
|
|
5937
6027
|
},
|
|
5938
6028
|
"flowNode" : {
|
|
5939
|
-
"
|
|
6029
|
+
"$ref" : "#/components/schemas/AgentFlow"
|
|
5940
6030
|
},
|
|
5941
6031
|
"flowNodeRequirementsChecked" : {
|
|
5942
6032
|
"type" : "boolean"
|
|
@@ -6145,6 +6235,9 @@
|
|
|
6145
6235
|
},
|
|
6146
6236
|
"connected" : {
|
|
6147
6237
|
"type" : "boolean"
|
|
6238
|
+
},
|
|
6239
|
+
"type" : {
|
|
6240
|
+
"type" : "string"
|
|
6148
6241
|
}
|
|
6149
6242
|
},
|
|
6150
6243
|
"required" : [ "agentId", "name", "streamingEnabled" ],
|
|
@@ -6180,6 +6273,12 @@
|
|
|
6180
6273
|
"agent" : {
|
|
6181
6274
|
"$ref" : "#/components/schemas/SimpleAgent"
|
|
6182
6275
|
},
|
|
6276
|
+
"sequences" : {
|
|
6277
|
+
"items" : {
|
|
6278
|
+
"$ref" : "#/components/schemas/App_sequences_inner"
|
|
6279
|
+
},
|
|
6280
|
+
"type" : "array"
|
|
6281
|
+
},
|
|
6183
6282
|
"authSecret" : {
|
|
6184
6283
|
"type" : "string"
|
|
6185
6284
|
},
|
|
@@ -6201,6 +6300,13 @@
|
|
|
6201
6300
|
"voiceModelId" : {
|
|
6202
6301
|
"type" : "string"
|
|
6203
6302
|
},
|
|
6303
|
+
"voice" : {
|
|
6304
|
+
"additionalProperties" : {
|
|
6305
|
+
"type" : "string"
|
|
6306
|
+
},
|
|
6307
|
+
"maxProperties" : 100,
|
|
6308
|
+
"type" : "object"
|
|
6309
|
+
},
|
|
6204
6310
|
"lipsync" : {
|
|
6205
6311
|
"$ref" : "#/components/schemas/Lipsync"
|
|
6206
6312
|
},
|
|
@@ -6224,9 +6330,12 @@
|
|
|
6224
6330
|
},
|
|
6225
6331
|
"disableFillers" : {
|
|
6226
6332
|
"type" : "boolean"
|
|
6333
|
+
},
|
|
6334
|
+
"type" : {
|
|
6335
|
+
"type" : "string"
|
|
6227
6336
|
}
|
|
6228
6337
|
},
|
|
6229
|
-
"required" : [ "
|
|
6338
|
+
"required" : [ "agentId", "authSecret", "id", "name", "status", "streamingEnabled", "voiceId", "voiceModelId" ],
|
|
6230
6339
|
"type" : "object"
|
|
6231
6340
|
},
|
|
6232
6341
|
"SimpleAgent" : {
|
|
@@ -7178,15 +7287,9 @@
|
|
|
7178
7287
|
},
|
|
7179
7288
|
"name" : {
|
|
7180
7289
|
"type" : "string"
|
|
7181
|
-
},
|
|
7182
|
-
"modules" : {
|
|
7183
|
-
"additionalProperties" : {
|
|
7184
|
-
"$ref" : "#/components/schemas/AgentModule"
|
|
7185
|
-
},
|
|
7186
|
-
"type" : "object"
|
|
7187
7290
|
}
|
|
7188
7291
|
},
|
|
7189
|
-
"required" : [ "id", "
|
|
7292
|
+
"required" : [ "id", "name" ],
|
|
7190
7293
|
"type" : "object"
|
|
7191
7294
|
},
|
|
7192
7295
|
"Manifest" : {
|
|
@@ -7403,6 +7506,9 @@
|
|
|
7403
7506
|
"id" : {
|
|
7404
7507
|
"type" : "string"
|
|
7405
7508
|
},
|
|
7509
|
+
"flowNode" : {
|
|
7510
|
+
"$ref" : "#/components/schemas/Conversation_flowNode"
|
|
7511
|
+
},
|
|
7406
7512
|
"messages" : {
|
|
7407
7513
|
"items" : {
|
|
7408
7514
|
"$ref" : "#/components/schemas/ChatMessage"
|
|
@@ -7410,7 +7516,7 @@
|
|
|
7410
7516
|
"type" : "array"
|
|
7411
7517
|
}
|
|
7412
7518
|
},
|
|
7413
|
-
"required" : [ "id", "messages" ],
|
|
7519
|
+
"required" : [ "flowNode", "id", "messages" ],
|
|
7414
7520
|
"type" : "object"
|
|
7415
7521
|
},
|
|
7416
7522
|
"Message" : {
|
|
@@ -7443,10 +7549,6 @@
|
|
|
7443
7549
|
"enum" : [ "workflow", "conversation", "hybrid", "standard" ],
|
|
7444
7550
|
"type" : "string"
|
|
7445
7551
|
},
|
|
7446
|
-
"KnowledgeBasePrivacy" : {
|
|
7447
|
-
"enum" : [ "private", "public" ],
|
|
7448
|
-
"type" : "string"
|
|
7449
|
-
},
|
|
7450
7552
|
"AgentModuleType" : {
|
|
7451
7553
|
"enum" : [ "ContextualKnowledgeWeaviate", "External" ],
|
|
7452
7554
|
"type" : "string"
|
|
@@ -7537,6 +7639,10 @@
|
|
|
7537
7639
|
"enum" : [ "ELEVENLABS" ],
|
|
7538
7640
|
"type" : "string"
|
|
7539
7641
|
},
|
|
7642
|
+
"KnowledgeBasePrivacy" : {
|
|
7643
|
+
"enum" : [ "private", "public" ],
|
|
7644
|
+
"type" : "string"
|
|
7645
|
+
},
|
|
7540
7646
|
"importFileToAgentKnowledge_request" : {
|
|
7541
7647
|
"properties" : {
|
|
7542
7648
|
"file" : {
|
|
@@ -7568,6 +7674,24 @@
|
|
|
7568
7674
|
},
|
|
7569
7675
|
"type" : "object"
|
|
7570
7676
|
},
|
|
7677
|
+
"KnowledgeBase_files_inner" : {
|
|
7678
|
+
"properties" : {
|
|
7679
|
+
"id" : {
|
|
7680
|
+
"type" : "string"
|
|
7681
|
+
},
|
|
7682
|
+
"name" : {
|
|
7683
|
+
"type" : "string"
|
|
7684
|
+
},
|
|
7685
|
+
"knowledgeBaseId" : {
|
|
7686
|
+
"items" : {
|
|
7687
|
+
"type" : "string"
|
|
7688
|
+
},
|
|
7689
|
+
"type" : "array"
|
|
7690
|
+
}
|
|
7691
|
+
},
|
|
7692
|
+
"required" : [ "id", "knowledgeBaseId", "name" ],
|
|
7693
|
+
"type" : "object"
|
|
7694
|
+
},
|
|
7571
7695
|
"HealthCheckResponse_components_api" : {
|
|
7572
7696
|
"properties" : {
|
|
7573
7697
|
"status" : {
|
|
@@ -7689,6 +7813,17 @@
|
|
|
7689
7813
|
"$ref" : "#/components/schemas/FileAttachment_processed_oneOf_1"
|
|
7690
7814
|
} ]
|
|
7691
7815
|
},
|
|
7816
|
+
"App_sequences_inner" : {
|
|
7817
|
+
"properties" : {
|
|
7818
|
+
"id" : {
|
|
7819
|
+
"type" : "string"
|
|
7820
|
+
},
|
|
7821
|
+
"name" : {
|
|
7822
|
+
"type" : "string"
|
|
7823
|
+
}
|
|
7824
|
+
},
|
|
7825
|
+
"type" : "object"
|
|
7826
|
+
},
|
|
7692
7827
|
"ChunkCreateRequest_content_inner" : {
|
|
7693
7828
|
"properties" : {
|
|
7694
7829
|
"fileName" : {
|
|
@@ -7729,6 +7864,30 @@
|
|
|
7729
7864
|
},
|
|
7730
7865
|
"required" : [ "id", "name" ],
|
|
7731
7866
|
"type" : "object"
|
|
7867
|
+
},
|
|
7868
|
+
"Conversation_flowNode_entrypoints" : {
|
|
7869
|
+
"properties" : {
|
|
7870
|
+
"intents" : {
|
|
7871
|
+
"items" : {
|
|
7872
|
+
"type" : "string"
|
|
7873
|
+
},
|
|
7874
|
+
"type" : "array"
|
|
7875
|
+
}
|
|
7876
|
+
},
|
|
7877
|
+
"type" : "object"
|
|
7878
|
+
},
|
|
7879
|
+
"Conversation_flowNode" : {
|
|
7880
|
+
"properties" : {
|
|
7881
|
+
"id" : {
|
|
7882
|
+
"type" : "string"
|
|
7883
|
+
},
|
|
7884
|
+
"contents" : { },
|
|
7885
|
+
"entrypoints" : {
|
|
7886
|
+
"$ref" : "#/components/schemas/Conversation_flowNode_entrypoints"
|
|
7887
|
+
},
|
|
7888
|
+
"exits" : { }
|
|
7889
|
+
},
|
|
7890
|
+
"type" : "object"
|
|
7732
7891
|
}
|
|
7733
7892
|
},
|
|
7734
7893
|
"securitySchemes" : {
|
package/package.json
CHANGED
|
@@ -1,57 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* brain-client
|
|
3
|
-
* Api ands models for brain-app and brain-app
|
|
4
|
-
*
|
|
5
|
-
* The version of the OpenAPI document: 0.0.0-SNAPSHOT
|
|
6
|
-
*
|
|
7
|
-
*
|
|
8
|
-
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
9
|
-
* https://openapi-generator.tech
|
|
10
|
-
* Do not edit the class manually.
|
|
11
|
-
*/
|
|
12
|
-
import type { KnowledgeBasePrivacyUio } from './KnowledgeBasePrivacyUio';
|
|
13
|
-
/**
|
|
14
|
-
*
|
|
15
|
-
* @export
|
|
16
|
-
* @interface AgentKnowledgeBaseUio
|
|
17
|
-
*/
|
|
18
|
-
export interface AgentKnowledgeBaseUio {
|
|
19
|
-
/**
|
|
20
|
-
*
|
|
21
|
-
* @type {string}
|
|
22
|
-
* @memberof AgentKnowledgeBaseUio
|
|
23
|
-
*/
|
|
24
|
-
id: string;
|
|
25
|
-
/**
|
|
26
|
-
*
|
|
27
|
-
* @type {string}
|
|
28
|
-
* @memberof AgentKnowledgeBaseUio
|
|
29
|
-
*/
|
|
30
|
-
name: string;
|
|
31
|
-
/**
|
|
32
|
-
*
|
|
33
|
-
* @type {KnowledgeBasePrivacyUio}
|
|
34
|
-
* @memberof AgentKnowledgeBaseUio
|
|
35
|
-
*/
|
|
36
|
-
privacy: KnowledgeBasePrivacyUio;
|
|
37
|
-
/**
|
|
38
|
-
*
|
|
39
|
-
* @type {string}
|
|
40
|
-
* @memberof AgentKnowledgeBaseUio
|
|
41
|
-
*/
|
|
42
|
-
organisationId: string;
|
|
43
|
-
/**
|
|
44
|
-
*
|
|
45
|
-
* @type {Array<string>}
|
|
46
|
-
* @memberof AgentKnowledgeBaseUio
|
|
47
|
-
*/
|
|
48
|
-
authorizedAgents: Array<string>;
|
|
49
|
-
}
|
|
50
|
-
/**
|
|
51
|
-
* Check if a given object implements the AgentKnowledgeBaseUio interface.
|
|
52
|
-
*/
|
|
53
|
-
export declare function instanceOfAgentKnowledgeBaseUio(value: object): value is AgentKnowledgeBaseUio;
|
|
54
|
-
export declare function AgentKnowledgeBaseUioFromJSON(json: any): AgentKnowledgeBaseUio;
|
|
55
|
-
export declare function AgentKnowledgeBaseUioFromJSONTyped(json: any, ignoreDiscriminator: boolean): AgentKnowledgeBaseUio;
|
|
56
|
-
export declare function AgentKnowledgeBaseUioToJSON(json: any): AgentKnowledgeBaseUio;
|
|
57
|
-
export declare function AgentKnowledgeBaseUioToJSONTyped(value?: AgentKnowledgeBaseUio | null, ignoreDiscriminator?: boolean): any;
|