@breign/client 1.0.6 → 1.0.8
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 +47 -3
- package/dist/models/AppUio.js +18 -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 +18 -12
- package/dist/models/FileCreationResponseUio.js +10 -20
- package/dist/models/FileFormDataUio.d.ts +38 -0
- package/dist/models/FileFormDataUio.js +50 -0
- package/dist/models/FileUio.d.ts +25 -6
- package/dist/models/FileUio.js +13 -18
- package/dist/models/FileWithDownloadUrlUio.d.ts +25 -6
- package/dist/models/FileWithDownloadUrlUio.js +13 -18
- package/dist/models/KnowledgeBaseFilesInnerUio.d.ts +44 -0
- package/dist/models/KnowledgeBaseFilesInnerUio.js +58 -0
- package/dist/models/KnowledgeBaseUio.d.ts +132 -0
- package/dist/models/KnowledgeBaseUio.js +90 -0
- package/dist/models/ModelAgentUio.d.ts +159 -0
- package/dist/models/ModelAgentUio.js +112 -0
- package/dist/models/OrganizationUio.d.ts +0 -9
- package/dist/models/OrganizationUio.js +0 -6
- package/dist/models/UserUio.d.ts +56 -1
- package/dist/models/UserUio.js +21 -4
- package/dist/models/UserUserUio.d.ts +32 -0
- package/dist/models/UserUserUio.js +50 -0
- package/dist/models/index.d.ts +8 -1
- package/dist/models/index.js +8 -1
- package/dist/openapi.json +357 -44
- 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,146 @@
|
|
|
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
|
+
"modules" : {
|
|
5160
|
+
"additionalProperties" : true,
|
|
5161
|
+
"type" : "object"
|
|
5162
|
+
},
|
|
5163
|
+
"files" : {
|
|
5164
|
+
"items" : {
|
|
5165
|
+
"$ref" : "#/components/schemas/KnowledgeBase_files_inner"
|
|
5166
|
+
},
|
|
5167
|
+
"type" : "array"
|
|
5168
|
+
},
|
|
5169
|
+
"status" : {
|
|
5170
|
+
"type" : "string"
|
|
5171
|
+
},
|
|
5172
|
+
"indexed" : {
|
|
5173
|
+
"type" : "boolean"
|
|
5174
|
+
}
|
|
5175
|
+
},
|
|
5176
|
+
"required" : [ "authorizedAgents", "createdAt", "id", "name" ],
|
|
5177
|
+
"type" : "object"
|
|
5178
|
+
},
|
|
5179
|
+
"ModelAgent" : {
|
|
5180
|
+
"properties" : {
|
|
5181
|
+
"id" : {
|
|
5182
|
+
"type" : "string"
|
|
5183
|
+
},
|
|
5184
|
+
"organisationId" : {
|
|
5185
|
+
"type" : "string"
|
|
5186
|
+
},
|
|
5187
|
+
"engine" : {
|
|
5188
|
+
"$ref" : "#/components/schemas/Engine"
|
|
5189
|
+
},
|
|
5190
|
+
"name" : {
|
|
5191
|
+
"type" : "string"
|
|
5192
|
+
},
|
|
5193
|
+
"persona" : {
|
|
5194
|
+
"$ref" : "#/components/schemas/Persona"
|
|
5195
|
+
},
|
|
5196
|
+
"description" : {
|
|
5197
|
+
"type" : "string"
|
|
5198
|
+
},
|
|
5199
|
+
"role" : {
|
|
5200
|
+
"type" : "string"
|
|
5201
|
+
},
|
|
5202
|
+
"defaultLanguage" : {
|
|
5203
|
+
"type" : "string"
|
|
5204
|
+
},
|
|
5205
|
+
"isParent" : {
|
|
5206
|
+
"type" : "boolean"
|
|
5207
|
+
},
|
|
5208
|
+
"template" : {
|
|
5209
|
+
"type" : "string"
|
|
5210
|
+
},
|
|
5211
|
+
"createdAt" : {
|
|
5212
|
+
"type" : "string"
|
|
5213
|
+
},
|
|
5214
|
+
"promptInit" : {
|
|
5215
|
+
"$ref" : "#/components/schemas/PromptInit"
|
|
5216
|
+
},
|
|
5217
|
+
"updatedAt" : {
|
|
5218
|
+
"type" : "string"
|
|
5219
|
+
},
|
|
5220
|
+
"agentType" : {
|
|
5221
|
+
"$ref" : "#/components/schemas/AgentType"
|
|
5222
|
+
},
|
|
5223
|
+
"color" : {
|
|
5224
|
+
"type" : "string"
|
|
5225
|
+
},
|
|
5226
|
+
"picture" : {
|
|
5227
|
+
"type" : "string"
|
|
5228
|
+
},
|
|
5229
|
+
"profilePicture" : {
|
|
5230
|
+
"type" : "string"
|
|
5231
|
+
},
|
|
5232
|
+
"isActivated" : {
|
|
5233
|
+
"type" : "boolean"
|
|
5234
|
+
},
|
|
5235
|
+
"isTemplate" : {
|
|
5236
|
+
"type" : "boolean"
|
|
5237
|
+
},
|
|
5238
|
+
"knowledgeBaseId" : {
|
|
5239
|
+
"items" : {
|
|
5240
|
+
"type" : "string"
|
|
5241
|
+
},
|
|
5242
|
+
"type" : "array"
|
|
5243
|
+
},
|
|
5244
|
+
"modules" : {
|
|
5245
|
+
"additionalProperties" : {
|
|
5246
|
+
"$ref" : "#/components/schemas/AgentModule"
|
|
5247
|
+
},
|
|
5248
|
+
"type" : "object"
|
|
5249
|
+
}
|
|
5250
|
+
},
|
|
5251
|
+
"required" : [ "defaultLanguage", "description", "engine", "id", "isParent", "name", "organisationId", "persona", "role" ],
|
|
5252
|
+
"type" : "object"
|
|
5253
|
+
},
|
|
5078
5254
|
"HealthCheckResponse" : {
|
|
5079
5255
|
"properties" : {
|
|
5080
5256
|
"status" : {
|
|
@@ -5113,9 +5289,9 @@
|
|
|
5113
5289
|
},
|
|
5114
5290
|
"type" : "array"
|
|
5115
5291
|
},
|
|
5116
|
-
"
|
|
5292
|
+
"knowledgeBaseIds" : {
|
|
5117
5293
|
"items" : {
|
|
5118
|
-
"
|
|
5294
|
+
"type" : "string"
|
|
5119
5295
|
},
|
|
5120
5296
|
"type" : "array"
|
|
5121
5297
|
},
|
|
@@ -5179,6 +5355,11 @@
|
|
|
5179
5355
|
},
|
|
5180
5356
|
"agentType" : {
|
|
5181
5357
|
"$ref" : "#/components/schemas/AgentType"
|
|
5358
|
+
},
|
|
5359
|
+
"favoriteOutfit" : {
|
|
5360
|
+
"additionalProperties" : true,
|
|
5361
|
+
"maxProperties" : 100,
|
|
5362
|
+
"type" : "object"
|
|
5182
5363
|
}
|
|
5183
5364
|
},
|
|
5184
5365
|
"required" : [ "id", "modules", "name", "organisationId", "persona", "promptInit" ],
|
|
@@ -5216,30 +5397,6 @@
|
|
|
5216
5397
|
"required" : [ "description", "id", "name", "orgId", "type" ],
|
|
5217
5398
|
"type" : "object"
|
|
5218
5399
|
},
|
|
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
5400
|
"Persona" : {
|
|
5244
5401
|
"additionalProperties" : {
|
|
5245
5402
|
"type" : "string"
|
|
@@ -5351,6 +5508,12 @@
|
|
|
5351
5508
|
},
|
|
5352
5509
|
"isActivated" : {
|
|
5353
5510
|
"type" : "boolean"
|
|
5511
|
+
},
|
|
5512
|
+
"modules" : {
|
|
5513
|
+
"additionalProperties" : {
|
|
5514
|
+
"$ref" : "#/components/schemas/AgentModule"
|
|
5515
|
+
},
|
|
5516
|
+
"type" : "object"
|
|
5354
5517
|
}
|
|
5355
5518
|
},
|
|
5356
5519
|
"required" : [ "name", "organisationId", "persona", "promptInit" ],
|
|
@@ -5767,7 +5930,7 @@
|
|
|
5767
5930
|
"type" : "string"
|
|
5768
5931
|
}
|
|
5769
5932
|
},
|
|
5770
|
-
"required" : [ "contentType", "ext", "
|
|
5933
|
+
"required" : [ "contentType", "ext", "size" ],
|
|
5771
5934
|
"type" : "object"
|
|
5772
5935
|
},
|
|
5773
5936
|
"FileCreationResponse" : {
|
|
@@ -5779,6 +5942,9 @@
|
|
|
5779
5942
|
},
|
|
5780
5943
|
"File" : {
|
|
5781
5944
|
"properties" : {
|
|
5945
|
+
"name" : {
|
|
5946
|
+
"type" : "string"
|
|
5947
|
+
},
|
|
5782
5948
|
"id" : {
|
|
5783
5949
|
"type" : "string"
|
|
5784
5950
|
},
|
|
@@ -5794,6 +5960,12 @@
|
|
|
5794
5960
|
"size" : {
|
|
5795
5961
|
"type" : "number"
|
|
5796
5962
|
},
|
|
5963
|
+
"postURL" : {
|
|
5964
|
+
"type" : "string"
|
|
5965
|
+
},
|
|
5966
|
+
"formData" : {
|
|
5967
|
+
"$ref" : "#/components/schemas/File_formData"
|
|
5968
|
+
},
|
|
5797
5969
|
"createdAt" : {
|
|
5798
5970
|
"type" : "string"
|
|
5799
5971
|
},
|
|
@@ -5801,7 +5973,7 @@
|
|
|
5801
5973
|
"$ref" : "#/components/schemas/FileStatus"
|
|
5802
5974
|
}
|
|
5803
5975
|
},
|
|
5804
|
-
"required" : [ "
|
|
5976
|
+
"required" : [ "id" ],
|
|
5805
5977
|
"type" : "object"
|
|
5806
5978
|
},
|
|
5807
5979
|
"AgentDuplicateRequest" : {
|
|
@@ -5852,6 +6024,9 @@
|
|
|
5852
6024
|
"id" : {
|
|
5853
6025
|
"type" : "string"
|
|
5854
6026
|
},
|
|
6027
|
+
"appId" : {
|
|
6028
|
+
"type" : "string"
|
|
6029
|
+
},
|
|
5855
6030
|
"lang" : {
|
|
5856
6031
|
"type" : "string"
|
|
5857
6032
|
},
|
|
@@ -5936,7 +6111,7 @@
|
|
|
5936
6111
|
"type" : "array"
|
|
5937
6112
|
},
|
|
5938
6113
|
"flowNode" : {
|
|
5939
|
-
"
|
|
6114
|
+
"$ref" : "#/components/schemas/AgentFlow"
|
|
5940
6115
|
},
|
|
5941
6116
|
"flowNodeRequirementsChecked" : {
|
|
5942
6117
|
"type" : "boolean"
|
|
@@ -6145,6 +6320,9 @@
|
|
|
6145
6320
|
},
|
|
6146
6321
|
"connected" : {
|
|
6147
6322
|
"type" : "boolean"
|
|
6323
|
+
},
|
|
6324
|
+
"type" : {
|
|
6325
|
+
"type" : "string"
|
|
6148
6326
|
}
|
|
6149
6327
|
},
|
|
6150
6328
|
"required" : [ "agentId", "name", "streamingEnabled" ],
|
|
@@ -6180,6 +6358,12 @@
|
|
|
6180
6358
|
"agent" : {
|
|
6181
6359
|
"$ref" : "#/components/schemas/SimpleAgent"
|
|
6182
6360
|
},
|
|
6361
|
+
"sequences" : {
|
|
6362
|
+
"items" : {
|
|
6363
|
+
"$ref" : "#/components/schemas/App_sequences_inner"
|
|
6364
|
+
},
|
|
6365
|
+
"type" : "array"
|
|
6366
|
+
},
|
|
6183
6367
|
"authSecret" : {
|
|
6184
6368
|
"type" : "string"
|
|
6185
6369
|
},
|
|
@@ -6201,6 +6385,13 @@
|
|
|
6201
6385
|
"voiceModelId" : {
|
|
6202
6386
|
"type" : "string"
|
|
6203
6387
|
},
|
|
6388
|
+
"voice" : {
|
|
6389
|
+
"additionalProperties" : {
|
|
6390
|
+
"type" : "string"
|
|
6391
|
+
},
|
|
6392
|
+
"maxProperties" : 100,
|
|
6393
|
+
"type" : "object"
|
|
6394
|
+
},
|
|
6204
6395
|
"lipsync" : {
|
|
6205
6396
|
"$ref" : "#/components/schemas/Lipsync"
|
|
6206
6397
|
},
|
|
@@ -6224,9 +6415,29 @@
|
|
|
6224
6415
|
},
|
|
6225
6416
|
"disableFillers" : {
|
|
6226
6417
|
"type" : "boolean"
|
|
6418
|
+
},
|
|
6419
|
+
"type" : {
|
|
6420
|
+
"type" : "string"
|
|
6421
|
+
},
|
|
6422
|
+
"promptInit" : {
|
|
6423
|
+
"additionalProperties" : {
|
|
6424
|
+
"type" : "string"
|
|
6425
|
+
},
|
|
6426
|
+
"maxProperties" : 100,
|
|
6427
|
+
"type" : "object"
|
|
6428
|
+
},
|
|
6429
|
+
"persona" : {
|
|
6430
|
+
"$ref" : "#/components/schemas/Persona"
|
|
6431
|
+
},
|
|
6432
|
+
"favoriteOutfit" : {
|
|
6433
|
+
"additionalProperties" : {
|
|
6434
|
+
"type" : "string"
|
|
6435
|
+
},
|
|
6436
|
+
"maxProperties" : 100,
|
|
6437
|
+
"type" : "object"
|
|
6227
6438
|
}
|
|
6228
6439
|
},
|
|
6229
|
-
"required" : [ "
|
|
6440
|
+
"required" : [ "agentId", "authSecret", "id", "name", "status", "streamingEnabled", "voiceId", "voiceModelId" ],
|
|
6230
6441
|
"type" : "object"
|
|
6231
6442
|
},
|
|
6232
6443
|
"SimpleAgent" : {
|
|
@@ -7178,15 +7389,9 @@
|
|
|
7178
7389
|
},
|
|
7179
7390
|
"name" : {
|
|
7180
7391
|
"type" : "string"
|
|
7181
|
-
},
|
|
7182
|
-
"modules" : {
|
|
7183
|
-
"additionalProperties" : {
|
|
7184
|
-
"$ref" : "#/components/schemas/AgentModule"
|
|
7185
|
-
},
|
|
7186
|
-
"type" : "object"
|
|
7187
7392
|
}
|
|
7188
7393
|
},
|
|
7189
|
-
"required" : [ "id", "
|
|
7394
|
+
"required" : [ "id", "name" ],
|
|
7190
7395
|
"type" : "object"
|
|
7191
7396
|
},
|
|
7192
7397
|
"Manifest" : {
|
|
@@ -7403,6 +7608,9 @@
|
|
|
7403
7608
|
"id" : {
|
|
7404
7609
|
"type" : "string"
|
|
7405
7610
|
},
|
|
7611
|
+
"flowNode" : {
|
|
7612
|
+
"$ref" : "#/components/schemas/Conversation_flowNode"
|
|
7613
|
+
},
|
|
7406
7614
|
"messages" : {
|
|
7407
7615
|
"items" : {
|
|
7408
7616
|
"$ref" : "#/components/schemas/ChatMessage"
|
|
@@ -7410,7 +7618,7 @@
|
|
|
7410
7618
|
"type" : "array"
|
|
7411
7619
|
}
|
|
7412
7620
|
},
|
|
7413
|
-
"required" : [ "id", "messages" ],
|
|
7621
|
+
"required" : [ "flowNode", "id", "messages" ],
|
|
7414
7622
|
"type" : "object"
|
|
7415
7623
|
},
|
|
7416
7624
|
"Message" : {
|
|
@@ -7443,10 +7651,6 @@
|
|
|
7443
7651
|
"enum" : [ "workflow", "conversation", "hybrid", "standard" ],
|
|
7444
7652
|
"type" : "string"
|
|
7445
7653
|
},
|
|
7446
|
-
"KnowledgeBasePrivacy" : {
|
|
7447
|
-
"enum" : [ "private", "public" ],
|
|
7448
|
-
"type" : "string"
|
|
7449
|
-
},
|
|
7450
7654
|
"AgentModuleType" : {
|
|
7451
7655
|
"enum" : [ "ContextualKnowledgeWeaviate", "External" ],
|
|
7452
7656
|
"type" : "string"
|
|
@@ -7492,11 +7696,43 @@
|
|
|
7492
7696
|
},
|
|
7493
7697
|
"User" : {
|
|
7494
7698
|
"properties" : {
|
|
7495
|
-
"
|
|
7699
|
+
"id" : {
|
|
7700
|
+
"type" : "string"
|
|
7701
|
+
},
|
|
7702
|
+
"isAdmin" : {
|
|
7703
|
+
"type" : "boolean"
|
|
7704
|
+
},
|
|
7705
|
+
"user" : {
|
|
7706
|
+
"$ref" : "#/components/schemas/User_user"
|
|
7707
|
+
},
|
|
7708
|
+
"createdAt" : {
|
|
7496
7709
|
"type" : "string"
|
|
7710
|
+
},
|
|
7711
|
+
"brains" : {
|
|
7712
|
+
"items" : {
|
|
7713
|
+
"type" : "string"
|
|
7714
|
+
},
|
|
7715
|
+
"type" : "array"
|
|
7716
|
+
},
|
|
7717
|
+
"canCreateAgents" : {
|
|
7718
|
+
"type" : "boolean"
|
|
7719
|
+
},
|
|
7720
|
+
"maxAgents" : {
|
|
7721
|
+
"nullable" : true
|
|
7722
|
+
},
|
|
7723
|
+
"apiKeys" : {
|
|
7724
|
+
"items" : {
|
|
7725
|
+
"type" : "string"
|
|
7726
|
+
},
|
|
7727
|
+
"type" : "array"
|
|
7728
|
+
},
|
|
7729
|
+
"locked" : {
|
|
7730
|
+
"type" : "boolean"
|
|
7731
|
+
},
|
|
7732
|
+
"allAgents" : {
|
|
7733
|
+
"type" : "boolean"
|
|
7497
7734
|
}
|
|
7498
7735
|
},
|
|
7499
|
-
"required" : [ "email" ],
|
|
7500
7736
|
"type" : "object"
|
|
7501
7737
|
},
|
|
7502
7738
|
"AuthType" : {
|
|
@@ -7537,6 +7773,10 @@
|
|
|
7537
7773
|
"enum" : [ "ELEVENLABS" ],
|
|
7538
7774
|
"type" : "string"
|
|
7539
7775
|
},
|
|
7776
|
+
"KnowledgeBasePrivacy" : {
|
|
7777
|
+
"enum" : [ "private", "public" ],
|
|
7778
|
+
"type" : "string"
|
|
7779
|
+
},
|
|
7540
7780
|
"importFileToAgentKnowledge_request" : {
|
|
7541
7781
|
"properties" : {
|
|
7542
7782
|
"file" : {
|
|
@@ -7568,6 +7808,24 @@
|
|
|
7568
7808
|
},
|
|
7569
7809
|
"type" : "object"
|
|
7570
7810
|
},
|
|
7811
|
+
"KnowledgeBase_files_inner" : {
|
|
7812
|
+
"properties" : {
|
|
7813
|
+
"id" : {
|
|
7814
|
+
"type" : "string"
|
|
7815
|
+
},
|
|
7816
|
+
"name" : {
|
|
7817
|
+
"type" : "string"
|
|
7818
|
+
},
|
|
7819
|
+
"knowledgeBaseId" : {
|
|
7820
|
+
"items" : {
|
|
7821
|
+
"type" : "string"
|
|
7822
|
+
},
|
|
7823
|
+
"type" : "array"
|
|
7824
|
+
}
|
|
7825
|
+
},
|
|
7826
|
+
"required" : [ "id", "knowledgeBaseId", "name" ],
|
|
7827
|
+
"type" : "object"
|
|
7828
|
+
},
|
|
7571
7829
|
"HealthCheckResponse_components_api" : {
|
|
7572
7830
|
"properties" : {
|
|
7573
7831
|
"status" : {
|
|
@@ -7630,6 +7888,17 @@
|
|
|
7630
7888
|
"required" : [ "model", "providerId" ],
|
|
7631
7889
|
"type" : "object"
|
|
7632
7890
|
},
|
|
7891
|
+
"File_formData" : {
|
|
7892
|
+
"properties" : {
|
|
7893
|
+
"fileName" : {
|
|
7894
|
+
"type" : "string"
|
|
7895
|
+
},
|
|
7896
|
+
"contentType" : {
|
|
7897
|
+
"type" : "string"
|
|
7898
|
+
}
|
|
7899
|
+
},
|
|
7900
|
+
"type" : "object"
|
|
7901
|
+
},
|
|
7633
7902
|
"ChatMessage_audio_inner" : {
|
|
7634
7903
|
"properties" : {
|
|
7635
7904
|
"sequence" : {
|
|
@@ -7689,6 +7958,17 @@
|
|
|
7689
7958
|
"$ref" : "#/components/schemas/FileAttachment_processed_oneOf_1"
|
|
7690
7959
|
} ]
|
|
7691
7960
|
},
|
|
7961
|
+
"App_sequences_inner" : {
|
|
7962
|
+
"properties" : {
|
|
7963
|
+
"id" : {
|
|
7964
|
+
"type" : "string"
|
|
7965
|
+
},
|
|
7966
|
+
"name" : {
|
|
7967
|
+
"type" : "string"
|
|
7968
|
+
}
|
|
7969
|
+
},
|
|
7970
|
+
"type" : "object"
|
|
7971
|
+
},
|
|
7692
7972
|
"ChunkCreateRequest_content_inner" : {
|
|
7693
7973
|
"properties" : {
|
|
7694
7974
|
"fileName" : {
|
|
@@ -7729,6 +8009,39 @@
|
|
|
7729
8009
|
},
|
|
7730
8010
|
"required" : [ "id", "name" ],
|
|
7731
8011
|
"type" : "object"
|
|
8012
|
+
},
|
|
8013
|
+
"Conversation_flowNode_entrypoints" : {
|
|
8014
|
+
"properties" : {
|
|
8015
|
+
"intents" : {
|
|
8016
|
+
"items" : {
|
|
8017
|
+
"type" : "string"
|
|
8018
|
+
},
|
|
8019
|
+
"type" : "array"
|
|
8020
|
+
}
|
|
8021
|
+
},
|
|
8022
|
+
"type" : "object"
|
|
8023
|
+
},
|
|
8024
|
+
"Conversation_flowNode" : {
|
|
8025
|
+
"properties" : {
|
|
8026
|
+
"id" : {
|
|
8027
|
+
"type" : "string"
|
|
8028
|
+
},
|
|
8029
|
+
"contents" : { },
|
|
8030
|
+
"entrypoints" : {
|
|
8031
|
+
"$ref" : "#/components/schemas/Conversation_flowNode_entrypoints"
|
|
8032
|
+
},
|
|
8033
|
+
"exits" : { }
|
|
8034
|
+
},
|
|
8035
|
+
"type" : "object"
|
|
8036
|
+
},
|
|
8037
|
+
"User_user" : {
|
|
8038
|
+
"properties" : {
|
|
8039
|
+
"email" : {
|
|
8040
|
+
"type" : "string"
|
|
8041
|
+
}
|
|
8042
|
+
},
|
|
8043
|
+
"required" : [ "email" ],
|
|
8044
|
+
"type" : "object"
|
|
7732
8045
|
}
|
|
7733
8046
|
},
|
|
7734
8047
|
"securitySchemes" : {
|