@rapidaai/react 1.1.52 → 1.1.54
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/{chunk-ZLKWKS6B.mjs → chunk-U2JQCXY3.mjs} +2513 -1532
- package/dist/chunk-U2JQCXY3.mjs.map +1 -0
- package/dist/components/device-selector.d.mts +1 -1
- package/dist/components/device-selector.d.ts +1 -1
- package/dist/components/device-selector.js +2512 -1531
- package/dist/components/device-selector.js.map +1 -1
- package/dist/components/device-selector.mjs +1 -1
- package/dist/{device-selector-CJXc1lG8.d.mts → device-selector-BL0WiuZJ.d.mts} +438 -249
- package/dist/{device-selector-CJXc1lG8.d.ts → device-selector-BL0WiuZJ.d.ts} +438 -249
- package/dist/index.d.mts +14 -28
- package/dist/index.d.ts +14 -28
- package/dist/index.js +2599 -1470
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +340 -189
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
- package/dist/chunk-ZLKWKS6B.mjs.map +0 -1
package/dist/index.mjs
CHANGED
|
@@ -108,7 +108,7 @@ import {
|
|
|
108
108
|
require_talk_api_pb,
|
|
109
109
|
useObservableState,
|
|
110
110
|
useSelectInputDeviceAgent
|
|
111
|
-
} from "./chunk-
|
|
111
|
+
} from "./chunk-U2JQCXY3.mjs";
|
|
112
112
|
import {
|
|
113
113
|
MultibandAudioVisualizerComponent
|
|
114
114
|
} from "./chunk-CVATR327.mjs";
|
|
@@ -136,8 +136,8 @@ var require_talk_api_pb_service = __commonJS({
|
|
|
136
136
|
service: TalkService2,
|
|
137
137
|
requestStream: true,
|
|
138
138
|
responseStream: true,
|
|
139
|
-
requestType: talk_api_pb.
|
|
140
|
-
responseType: talk_api_pb.
|
|
139
|
+
requestType: talk_api_pb.AssistantTalkInput,
|
|
140
|
+
responseType: talk_api_pb.AssistantTalkOutput
|
|
141
141
|
};
|
|
142
142
|
TalkService2.GetAllAssistantConversation = {
|
|
143
143
|
methodName: "GetAllAssistantConversation",
|
|
@@ -428,8 +428,8 @@ var require_talk_api_pb_service = __commonJS({
|
|
|
428
428
|
service: AgentKit,
|
|
429
429
|
requestStream: true,
|
|
430
430
|
responseStream: true,
|
|
431
|
-
requestType: talk_api_pb.
|
|
432
|
-
responseType: talk_api_pb.
|
|
431
|
+
requestType: talk_api_pb.TalkInput,
|
|
432
|
+
responseType: talk_api_pb.TalkOutput
|
|
433
433
|
};
|
|
434
434
|
exports.AgentKit = AgentKit;
|
|
435
435
|
function AgentKitClient(serviceHost, options) {
|
|
@@ -9983,6 +9983,7 @@ var require_knowledge_api_pb = __commonJS({
|
|
|
9983
9983
|
goog.exportSymbol("proto.knowledge_api.CreateKnowledgeResponse", null, global);
|
|
9984
9984
|
goog.exportSymbol("proto.knowledge_api.CreateKnowledgeTagRequest", null, global);
|
|
9985
9985
|
goog.exportSymbol("proto.knowledge_api.DeleteKnowledgeDocumentSegmentRequest", null, global);
|
|
9986
|
+
goog.exportSymbol("proto.knowledge_api.DocumentContent", null, global);
|
|
9986
9987
|
goog.exportSymbol("proto.knowledge_api.GetAllKnowledgeDocumentRequest", null, global);
|
|
9987
9988
|
goog.exportSymbol("proto.knowledge_api.GetAllKnowledgeDocumentResponse", null, global);
|
|
9988
9989
|
goog.exportSymbol("proto.knowledge_api.GetAllKnowledgeDocumentSegmentRequest", null, global);
|
|
@@ -10072,6 +10073,13 @@ var require_knowledge_api_pb = __commonJS({
|
|
|
10072
10073
|
if (goog.DEBUG && !COMPILED) {
|
|
10073
10074
|
proto.knowledge_api.GetAllKnowledgeDocumentResponse.displayName = "proto.knowledge_api.GetAllKnowledgeDocumentResponse";
|
|
10074
10075
|
}
|
|
10076
|
+
proto.knowledge_api.DocumentContent = function(opt_data) {
|
|
10077
|
+
jspb.Message.initialize(this, opt_data, 0, -1, null, null);
|
|
10078
|
+
};
|
|
10079
|
+
goog.inherits(proto.knowledge_api.DocumentContent, jspb.Message);
|
|
10080
|
+
if (goog.DEBUG && !COMPILED) {
|
|
10081
|
+
proto.knowledge_api.DocumentContent.displayName = "proto.knowledge_api.DocumentContent";
|
|
10082
|
+
}
|
|
10075
10083
|
proto.knowledge_api.CreateKnowledgeDocumentRequest = function(opt_data) {
|
|
10076
10084
|
jspb.Message.initialize(this, opt_data, 0, -1, proto.knowledge_api.CreateKnowledgeDocumentRequest.repeatedFields_, null);
|
|
10077
10085
|
};
|
|
@@ -11987,6 +11995,187 @@ var require_knowledge_api_pb = __commonJS({
|
|
|
11987
11995
|
proto.knowledge_api.GetAllKnowledgeDocumentResponse.prototype.hasPaginated = function() {
|
|
11988
11996
|
return jspb.Message.getField(this, 5) != null;
|
|
11989
11997
|
};
|
|
11998
|
+
if (jspb.Message.GENERATE_TO_OBJECT) {
|
|
11999
|
+
proto.knowledge_api.DocumentContent.prototype.toObject = function(opt_includeInstance) {
|
|
12000
|
+
return proto.knowledge_api.DocumentContent.toObject(opt_includeInstance, this);
|
|
12001
|
+
};
|
|
12002
|
+
proto.knowledge_api.DocumentContent.toObject = function(includeInstance, msg) {
|
|
12003
|
+
var f, obj = {
|
|
12004
|
+
name: jspb.Message.getFieldWithDefault(msg, 1, ""),
|
|
12005
|
+
contenttype: jspb.Message.getFieldWithDefault(msg, 2, ""),
|
|
12006
|
+
contentformat: jspb.Message.getFieldWithDefault(msg, 3, ""),
|
|
12007
|
+
content: msg.getContent_asB64(),
|
|
12008
|
+
meta: (f = msg.getMeta()) && google_protobuf_struct_pb.Struct.toObject(includeInstance, f)
|
|
12009
|
+
};
|
|
12010
|
+
if (includeInstance) {
|
|
12011
|
+
obj.$jspbMessageInstance = msg;
|
|
12012
|
+
}
|
|
12013
|
+
return obj;
|
|
12014
|
+
};
|
|
12015
|
+
}
|
|
12016
|
+
proto.knowledge_api.DocumentContent.deserializeBinary = function(bytes) {
|
|
12017
|
+
var reader = new jspb.BinaryReader(bytes);
|
|
12018
|
+
var msg = new proto.knowledge_api.DocumentContent();
|
|
12019
|
+
return proto.knowledge_api.DocumentContent.deserializeBinaryFromReader(msg, reader);
|
|
12020
|
+
};
|
|
12021
|
+
proto.knowledge_api.DocumentContent.deserializeBinaryFromReader = function(msg, reader) {
|
|
12022
|
+
while (reader.nextField()) {
|
|
12023
|
+
if (reader.isEndGroup()) {
|
|
12024
|
+
break;
|
|
12025
|
+
}
|
|
12026
|
+
var field = reader.getFieldNumber();
|
|
12027
|
+
switch (field) {
|
|
12028
|
+
case 1:
|
|
12029
|
+
var value = (
|
|
12030
|
+
/** @type {string} */
|
|
12031
|
+
reader.readString()
|
|
12032
|
+
);
|
|
12033
|
+
msg.setName(value);
|
|
12034
|
+
break;
|
|
12035
|
+
case 2:
|
|
12036
|
+
var value = (
|
|
12037
|
+
/** @type {string} */
|
|
12038
|
+
reader.readString()
|
|
12039
|
+
);
|
|
12040
|
+
msg.setContenttype(value);
|
|
12041
|
+
break;
|
|
12042
|
+
case 3:
|
|
12043
|
+
var value = (
|
|
12044
|
+
/** @type {string} */
|
|
12045
|
+
reader.readString()
|
|
12046
|
+
);
|
|
12047
|
+
msg.setContentformat(value);
|
|
12048
|
+
break;
|
|
12049
|
+
case 4:
|
|
12050
|
+
var value = (
|
|
12051
|
+
/** @type {!Uint8Array} */
|
|
12052
|
+
reader.readBytes()
|
|
12053
|
+
);
|
|
12054
|
+
msg.setContent(value);
|
|
12055
|
+
break;
|
|
12056
|
+
case 5:
|
|
12057
|
+
var value = new google_protobuf_struct_pb.Struct();
|
|
12058
|
+
reader.readMessage(value, google_protobuf_struct_pb.Struct.deserializeBinaryFromReader);
|
|
12059
|
+
msg.setMeta(value);
|
|
12060
|
+
break;
|
|
12061
|
+
default:
|
|
12062
|
+
reader.skipField();
|
|
12063
|
+
break;
|
|
12064
|
+
}
|
|
12065
|
+
}
|
|
12066
|
+
return msg;
|
|
12067
|
+
};
|
|
12068
|
+
proto.knowledge_api.DocumentContent.prototype.serializeBinary = function() {
|
|
12069
|
+
var writer = new jspb.BinaryWriter();
|
|
12070
|
+
proto.knowledge_api.DocumentContent.serializeBinaryToWriter(this, writer);
|
|
12071
|
+
return writer.getResultBuffer();
|
|
12072
|
+
};
|
|
12073
|
+
proto.knowledge_api.DocumentContent.serializeBinaryToWriter = function(message, writer) {
|
|
12074
|
+
var f = void 0;
|
|
12075
|
+
f = message.getName();
|
|
12076
|
+
if (f.length > 0) {
|
|
12077
|
+
writer.writeString(
|
|
12078
|
+
1,
|
|
12079
|
+
f
|
|
12080
|
+
);
|
|
12081
|
+
}
|
|
12082
|
+
f = message.getContenttype();
|
|
12083
|
+
if (f.length > 0) {
|
|
12084
|
+
writer.writeString(
|
|
12085
|
+
2,
|
|
12086
|
+
f
|
|
12087
|
+
);
|
|
12088
|
+
}
|
|
12089
|
+
f = message.getContentformat();
|
|
12090
|
+
if (f.length > 0) {
|
|
12091
|
+
writer.writeString(
|
|
12092
|
+
3,
|
|
12093
|
+
f
|
|
12094
|
+
);
|
|
12095
|
+
}
|
|
12096
|
+
f = message.getContent_asU8();
|
|
12097
|
+
if (f.length > 0) {
|
|
12098
|
+
writer.writeBytes(
|
|
12099
|
+
4,
|
|
12100
|
+
f
|
|
12101
|
+
);
|
|
12102
|
+
}
|
|
12103
|
+
f = message.getMeta();
|
|
12104
|
+
if (f != null) {
|
|
12105
|
+
writer.writeMessage(
|
|
12106
|
+
5,
|
|
12107
|
+
f,
|
|
12108
|
+
google_protobuf_struct_pb.Struct.serializeBinaryToWriter
|
|
12109
|
+
);
|
|
12110
|
+
}
|
|
12111
|
+
};
|
|
12112
|
+
proto.knowledge_api.DocumentContent.prototype.getName = function() {
|
|
12113
|
+
return (
|
|
12114
|
+
/** @type {string} */
|
|
12115
|
+
jspb.Message.getFieldWithDefault(this, 1, "")
|
|
12116
|
+
);
|
|
12117
|
+
};
|
|
12118
|
+
proto.knowledge_api.DocumentContent.prototype.setName = function(value) {
|
|
12119
|
+
return jspb.Message.setProto3StringField(this, 1, value);
|
|
12120
|
+
};
|
|
12121
|
+
proto.knowledge_api.DocumentContent.prototype.getContenttype = function() {
|
|
12122
|
+
return (
|
|
12123
|
+
/** @type {string} */
|
|
12124
|
+
jspb.Message.getFieldWithDefault(this, 2, "")
|
|
12125
|
+
);
|
|
12126
|
+
};
|
|
12127
|
+
proto.knowledge_api.DocumentContent.prototype.setContenttype = function(value) {
|
|
12128
|
+
return jspb.Message.setProto3StringField(this, 2, value);
|
|
12129
|
+
};
|
|
12130
|
+
proto.knowledge_api.DocumentContent.prototype.getContentformat = function() {
|
|
12131
|
+
return (
|
|
12132
|
+
/** @type {string} */
|
|
12133
|
+
jspb.Message.getFieldWithDefault(this, 3, "")
|
|
12134
|
+
);
|
|
12135
|
+
};
|
|
12136
|
+
proto.knowledge_api.DocumentContent.prototype.setContentformat = function(value) {
|
|
12137
|
+
return jspb.Message.setProto3StringField(this, 3, value);
|
|
12138
|
+
};
|
|
12139
|
+
proto.knowledge_api.DocumentContent.prototype.getContent = function() {
|
|
12140
|
+
return (
|
|
12141
|
+
/** @type {!(string|Uint8Array)} */
|
|
12142
|
+
jspb.Message.getFieldWithDefault(this, 4, "")
|
|
12143
|
+
);
|
|
12144
|
+
};
|
|
12145
|
+
proto.knowledge_api.DocumentContent.prototype.getContent_asB64 = function() {
|
|
12146
|
+
return (
|
|
12147
|
+
/** @type {string} */
|
|
12148
|
+
jspb.Message.bytesAsB64(
|
|
12149
|
+
this.getContent()
|
|
12150
|
+
)
|
|
12151
|
+
);
|
|
12152
|
+
};
|
|
12153
|
+
proto.knowledge_api.DocumentContent.prototype.getContent_asU8 = function() {
|
|
12154
|
+
return (
|
|
12155
|
+
/** @type {!Uint8Array} */
|
|
12156
|
+
jspb.Message.bytesAsU8(
|
|
12157
|
+
this.getContent()
|
|
12158
|
+
)
|
|
12159
|
+
);
|
|
12160
|
+
};
|
|
12161
|
+
proto.knowledge_api.DocumentContent.prototype.setContent = function(value) {
|
|
12162
|
+
return jspb.Message.setProto3BytesField(this, 4, value);
|
|
12163
|
+
};
|
|
12164
|
+
proto.knowledge_api.DocumentContent.prototype.getMeta = function() {
|
|
12165
|
+
return (
|
|
12166
|
+
/** @type{?proto.google.protobuf.Struct} */
|
|
12167
|
+
jspb.Message.getWrapperField(this, google_protobuf_struct_pb.Struct, 5)
|
|
12168
|
+
);
|
|
12169
|
+
};
|
|
12170
|
+
proto.knowledge_api.DocumentContent.prototype.setMeta = function(value) {
|
|
12171
|
+
return jspb.Message.setWrapperField(this, 5, value);
|
|
12172
|
+
};
|
|
12173
|
+
proto.knowledge_api.DocumentContent.prototype.clearMeta = function() {
|
|
12174
|
+
return this.setMeta(void 0);
|
|
12175
|
+
};
|
|
12176
|
+
proto.knowledge_api.DocumentContent.prototype.hasMeta = function() {
|
|
12177
|
+
return jspb.Message.getField(this, 5) != null;
|
|
12178
|
+
};
|
|
11990
12179
|
proto.knowledge_api.CreateKnowledgeDocumentRequest.repeatedFields_ = [5];
|
|
11991
12180
|
if (jspb.Message.GENERATE_TO_OBJECT) {
|
|
11992
12181
|
proto.knowledge_api.CreateKnowledgeDocumentRequest.prototype.toObject = function(opt_includeInstance) {
|
|
@@ -11999,7 +12188,7 @@ var require_knowledge_api_pb = __commonJS({
|
|
|
11999
12188
|
datasource: jspb.Message.getFieldWithDefault(msg, 3, ""),
|
|
12000
12189
|
contentsList: jspb.Message.toObjectList(
|
|
12001
12190
|
msg.getContentsList(),
|
|
12002
|
-
|
|
12191
|
+
proto.knowledge_api.DocumentContent.toObject,
|
|
12003
12192
|
includeInstance
|
|
12004
12193
|
),
|
|
12005
12194
|
preprocess: jspb.Message.getFieldWithDefault(msg, 6, 0),
|
|
@@ -12050,8 +12239,8 @@ var require_knowledge_api_pb = __commonJS({
|
|
|
12050
12239
|
msg.setDatasource(value);
|
|
12051
12240
|
break;
|
|
12052
12241
|
case 5:
|
|
12053
|
-
var value = new
|
|
12054
|
-
reader.readMessage(value,
|
|
12242
|
+
var value = new proto.knowledge_api.DocumentContent();
|
|
12243
|
+
reader.readMessage(value, proto.knowledge_api.DocumentContent.deserializeBinaryFromReader);
|
|
12055
12244
|
msg.addContents(value);
|
|
12056
12245
|
break;
|
|
12057
12246
|
case 6:
|
|
@@ -12143,7 +12332,7 @@ var require_knowledge_api_pb = __commonJS({
|
|
|
12143
12332
|
writer.writeRepeatedMessage(
|
|
12144
12333
|
5,
|
|
12145
12334
|
f,
|
|
12146
|
-
|
|
12335
|
+
proto.knowledge_api.DocumentContent.serializeBinaryToWriter
|
|
12147
12336
|
);
|
|
12148
12337
|
}
|
|
12149
12338
|
f = message.getPreprocess();
|
|
@@ -12233,15 +12422,15 @@ var require_knowledge_api_pb = __commonJS({
|
|
|
12233
12422
|
};
|
|
12234
12423
|
proto.knowledge_api.CreateKnowledgeDocumentRequest.prototype.getContentsList = function() {
|
|
12235
12424
|
return (
|
|
12236
|
-
/** @type{!Array<!proto.
|
|
12237
|
-
jspb.Message.getRepeatedWrapperField(this,
|
|
12425
|
+
/** @type{!Array<!proto.knowledge_api.DocumentContent>} */
|
|
12426
|
+
jspb.Message.getRepeatedWrapperField(this, proto.knowledge_api.DocumentContent, 5)
|
|
12238
12427
|
);
|
|
12239
12428
|
};
|
|
12240
12429
|
proto.knowledge_api.CreateKnowledgeDocumentRequest.prototype.setContentsList = function(value) {
|
|
12241
12430
|
return jspb.Message.setRepeatedWrapperField(this, 5, value);
|
|
12242
12431
|
};
|
|
12243
12432
|
proto.knowledge_api.CreateKnowledgeDocumentRequest.prototype.addContents = function(opt_value, opt_index) {
|
|
12244
|
-
return jspb.Message.addToRepeatedWrapperField(this, 5, opt_value, proto.
|
|
12433
|
+
return jspb.Message.addToRepeatedWrapperField(this, 5, opt_value, proto.knowledge_api.DocumentContent, opt_index);
|
|
12245
12434
|
};
|
|
12246
12435
|
proto.knowledge_api.CreateKnowledgeDocumentRequest.prototype.clearContentsList = function() {
|
|
12247
12436
|
return this.setContentsList([]);
|
|
@@ -26301,11 +26490,7 @@ var require_invoker_api_pb = __commonJS({
|
|
|
26301
26490
|
var f, obj = {
|
|
26302
26491
|
code: jspb.Message.getFieldWithDefault(msg, 1, 0),
|
|
26303
26492
|
success: jspb.Message.getBooleanFieldWithDefault(msg, 2, false),
|
|
26304
|
-
dataList: jspb.Message.
|
|
26305
|
-
msg.getDataList(),
|
|
26306
|
-
common_pb.Content.toObject,
|
|
26307
|
-
includeInstance
|
|
26308
|
-
),
|
|
26493
|
+
dataList: (f = jspb.Message.getRepeatedField(msg, 3)) == null ? void 0 : f,
|
|
26309
26494
|
error: (f = msg.getError()) && common_pb.Error.toObject(includeInstance, f),
|
|
26310
26495
|
requestid: jspb.Message.getFieldWithDefault(msg, 5, 0),
|
|
26311
26496
|
timetaken: jspb.Message.getFieldWithDefault(msg, 6, 0),
|
|
@@ -26349,8 +26534,10 @@ var require_invoker_api_pb = __commonJS({
|
|
|
26349
26534
|
msg.setSuccess(value);
|
|
26350
26535
|
break;
|
|
26351
26536
|
case 3:
|
|
26352
|
-
var value =
|
|
26353
|
-
|
|
26537
|
+
var value = (
|
|
26538
|
+
/** @type {string} */
|
|
26539
|
+
reader.readString()
|
|
26540
|
+
);
|
|
26354
26541
|
msg.addData(value);
|
|
26355
26542
|
break;
|
|
26356
26543
|
case 4:
|
|
@@ -26412,10 +26599,9 @@ var require_invoker_api_pb = __commonJS({
|
|
|
26412
26599
|
}
|
|
26413
26600
|
f = message.getDataList();
|
|
26414
26601
|
if (f.length > 0) {
|
|
26415
|
-
writer.
|
|
26602
|
+
writer.writeRepeatedString(
|
|
26416
26603
|
3,
|
|
26417
|
-
f
|
|
26418
|
-
common_pb.Content.serializeBinaryToWriter
|
|
26604
|
+
f
|
|
26419
26605
|
);
|
|
26420
26606
|
}
|
|
26421
26607
|
f = message.getError();
|
|
@@ -26477,15 +26663,15 @@ var require_invoker_api_pb = __commonJS({
|
|
|
26477
26663
|
};
|
|
26478
26664
|
proto.endpoint_api.InvokeResponse.prototype.getDataList = function() {
|
|
26479
26665
|
return (
|
|
26480
|
-
/** @type{!Array
|
|
26481
|
-
jspb.Message.
|
|
26666
|
+
/** @type {!Array<string>} */
|
|
26667
|
+
jspb.Message.getRepeatedField(this, 3)
|
|
26482
26668
|
);
|
|
26483
26669
|
};
|
|
26484
26670
|
proto.endpoint_api.InvokeResponse.prototype.setDataList = function(value) {
|
|
26485
|
-
return jspb.Message.
|
|
26671
|
+
return jspb.Message.setField(this, 3, value || []);
|
|
26486
26672
|
};
|
|
26487
|
-
proto.endpoint_api.InvokeResponse.prototype.addData = function(
|
|
26488
|
-
return jspb.Message.
|
|
26673
|
+
proto.endpoint_api.InvokeResponse.prototype.addData = function(value, opt_index) {
|
|
26674
|
+
return jspb.Message.addToRepeatedField(this, 3, value, opt_index);
|
|
26489
26675
|
};
|
|
26490
26676
|
proto.endpoint_api.InvokeResponse.prototype.clearDataList = function() {
|
|
26491
26677
|
return this.setDataList([]);
|
|
@@ -28978,7 +29164,7 @@ var require_integration_api_pb = __commonJS({
|
|
|
28978
29164
|
proto.integration_api.Reranking.toObject = function(includeInstance, msg) {
|
|
28979
29165
|
var f, obj = {
|
|
28980
29166
|
index: jspb.Message.getFieldWithDefault(msg, 1, 0),
|
|
28981
|
-
content:
|
|
29167
|
+
content: jspb.Message.getFieldWithDefault(msg, 2, ""),
|
|
28982
29168
|
relevancescore: jspb.Message.getFloatingPointFieldWithDefault(msg, 3, 0)
|
|
28983
29169
|
};
|
|
28984
29170
|
if (includeInstance) {
|
|
@@ -29007,8 +29193,10 @@ var require_integration_api_pb = __commonJS({
|
|
|
29007
29193
|
msg.setIndex(value);
|
|
29008
29194
|
break;
|
|
29009
29195
|
case 2:
|
|
29010
|
-
var value =
|
|
29011
|
-
|
|
29196
|
+
var value = (
|
|
29197
|
+
/** @type {string} */
|
|
29198
|
+
reader.readString()
|
|
29199
|
+
);
|
|
29012
29200
|
msg.setContent(value);
|
|
29013
29201
|
break;
|
|
29014
29202
|
case 3:
|
|
@@ -29040,11 +29228,10 @@ var require_integration_api_pb = __commonJS({
|
|
|
29040
29228
|
);
|
|
29041
29229
|
}
|
|
29042
29230
|
f = message.getContent();
|
|
29043
|
-
if (f
|
|
29044
|
-
writer.
|
|
29231
|
+
if (f.length > 0) {
|
|
29232
|
+
writer.writeString(
|
|
29045
29233
|
2,
|
|
29046
|
-
f
|
|
29047
|
-
common_pb.Content.serializeBinaryToWriter
|
|
29234
|
+
f
|
|
29048
29235
|
);
|
|
29049
29236
|
}
|
|
29050
29237
|
f = message.getRelevancescore();
|
|
@@ -29066,18 +29253,12 @@ var require_integration_api_pb = __commonJS({
|
|
|
29066
29253
|
};
|
|
29067
29254
|
proto.integration_api.Reranking.prototype.getContent = function() {
|
|
29068
29255
|
return (
|
|
29069
|
-
/** @type{
|
|
29070
|
-
jspb.Message.
|
|
29256
|
+
/** @type {string} */
|
|
29257
|
+
jspb.Message.getFieldWithDefault(this, 2, "")
|
|
29071
29258
|
);
|
|
29072
29259
|
};
|
|
29073
29260
|
proto.integration_api.Reranking.prototype.setContent = function(value) {
|
|
29074
|
-
return jspb.Message.
|
|
29075
|
-
};
|
|
29076
|
-
proto.integration_api.Reranking.prototype.clearContent = function() {
|
|
29077
|
-
return this.setContent(void 0);
|
|
29078
|
-
};
|
|
29079
|
-
proto.integration_api.Reranking.prototype.hasContent = function() {
|
|
29080
|
-
return jspb.Message.getField(this, 2) != null;
|
|
29261
|
+
return jspb.Message.setProto3StringField(this, 2, value);
|
|
29081
29262
|
};
|
|
29082
29263
|
proto.integration_api.Reranking.prototype.getRelevancescore = function() {
|
|
29083
29264
|
return (
|
|
@@ -29096,7 +29277,7 @@ var require_integration_api_pb = __commonJS({
|
|
|
29096
29277
|
var f, obj = {
|
|
29097
29278
|
credential: (f = msg.getCredential()) && proto.integration_api.Credential.toObject(includeInstance, f),
|
|
29098
29279
|
query: jspb.Message.getFieldWithDefault(msg, 4, ""),
|
|
29099
|
-
contentMap: (f = msg.getContentMap()) ? f.toObject(includeInstance,
|
|
29280
|
+
contentMap: (f = msg.getContentMap()) ? f.toObject(includeInstance, void 0) : [],
|
|
29100
29281
|
modelparametersMap: (f = msg.getModelparametersMap()) ? f.toObject(includeInstance, proto.google.protobuf.Any.toObject) : [],
|
|
29101
29282
|
additionaldataMap: (f = msg.getAdditionaldataMap()) ? f.toObject(includeInstance, void 0) : []
|
|
29102
29283
|
};
|
|
@@ -29133,7 +29314,7 @@ var require_integration_api_pb = __commonJS({
|
|
|
29133
29314
|
case 5:
|
|
29134
29315
|
var value = msg.getContentMap();
|
|
29135
29316
|
reader.readMessage(value, function(message, reader2) {
|
|
29136
|
-
jspb.Map.deserializeBinary(message, reader2, jspb.BinaryReader.prototype.readInt32, jspb.BinaryReader.prototype.
|
|
29317
|
+
jspb.Map.deserializeBinary(message, reader2, jspb.BinaryReader.prototype.readInt32, jspb.BinaryReader.prototype.readString, null, 0, "");
|
|
29137
29318
|
});
|
|
29138
29319
|
break;
|
|
29139
29320
|
case 6:
|
|
@@ -29179,7 +29360,7 @@ var require_integration_api_pb = __commonJS({
|
|
|
29179
29360
|
}
|
|
29180
29361
|
f = message.getContentMap(true);
|
|
29181
29362
|
if (f && f.getLength() > 0) {
|
|
29182
|
-
f.serializeBinary(5, writer, jspb.BinaryWriter.prototype.writeInt32, jspb.BinaryWriter.prototype.
|
|
29363
|
+
f.serializeBinary(5, writer, jspb.BinaryWriter.prototype.writeInt32, jspb.BinaryWriter.prototype.writeString);
|
|
29183
29364
|
}
|
|
29184
29365
|
f = message.getModelparametersMap(true);
|
|
29185
29366
|
if (f && f.getLength() > 0) {
|
|
@@ -29216,12 +29397,12 @@ var require_integration_api_pb = __commonJS({
|
|
|
29216
29397
|
};
|
|
29217
29398
|
proto.integration_api.RerankingRequest.prototype.getContentMap = function(opt_noLazyCreate) {
|
|
29218
29399
|
return (
|
|
29219
|
-
/** @type {!jspb.Map<number
|
|
29400
|
+
/** @type {!jspb.Map<number,string>} */
|
|
29220
29401
|
jspb.Message.getMapField(
|
|
29221
29402
|
this,
|
|
29222
29403
|
5,
|
|
29223
29404
|
opt_noLazyCreate,
|
|
29224
|
-
|
|
29405
|
+
null
|
|
29225
29406
|
)
|
|
29226
29407
|
);
|
|
29227
29408
|
};
|
|
@@ -30216,7 +30397,7 @@ var require_integration_api_pb = __commonJS({
|
|
|
30216
30397
|
credential: (f = msg.getCredential()) && proto.integration_api.Credential.toObject(includeInstance, f),
|
|
30217
30398
|
model: jspb.Message.getFieldWithDefault(msg, 2, ""),
|
|
30218
30399
|
version: jspb.Message.getFieldWithDefault(msg, 3, ""),
|
|
30219
|
-
content:
|
|
30400
|
+
content: jspb.Message.getFieldWithDefault(msg, 4, ""),
|
|
30220
30401
|
additionaldataMap: (f = msg.getAdditionaldataMap()) ? f.toObject(includeInstance, void 0) : [],
|
|
30221
30402
|
modelparametersMap: (f = msg.getModelparametersMap()) ? f.toObject(includeInstance, proto.google.protobuf.Any.toObject) : []
|
|
30222
30403
|
};
|
|
@@ -30258,8 +30439,10 @@ var require_integration_api_pb = __commonJS({
|
|
|
30258
30439
|
msg.setVersion(value);
|
|
30259
30440
|
break;
|
|
30260
30441
|
case 4:
|
|
30261
|
-
var value =
|
|
30262
|
-
|
|
30442
|
+
var value = (
|
|
30443
|
+
/** @type {string} */
|
|
30444
|
+
reader.readString()
|
|
30445
|
+
);
|
|
30263
30446
|
msg.setContent(value);
|
|
30264
30447
|
break;
|
|
30265
30448
|
case 5:
|
|
@@ -30311,11 +30494,10 @@ var require_integration_api_pb = __commonJS({
|
|
|
30311
30494
|
);
|
|
30312
30495
|
}
|
|
30313
30496
|
f = message.getContent();
|
|
30314
|
-
if (f
|
|
30315
|
-
writer.
|
|
30497
|
+
if (f.length > 0) {
|
|
30498
|
+
writer.writeString(
|
|
30316
30499
|
4,
|
|
30317
|
-
f
|
|
30318
|
-
common_pb.Content.serializeBinaryToWriter
|
|
30500
|
+
f
|
|
30319
30501
|
);
|
|
30320
30502
|
}
|
|
30321
30503
|
f = message.getAdditionaldataMap(true);
|
|
@@ -30362,18 +30544,12 @@ var require_integration_api_pb = __commonJS({
|
|
|
30362
30544
|
};
|
|
30363
30545
|
proto.integration_api.GetModerationRequest.prototype.getContent = function() {
|
|
30364
30546
|
return (
|
|
30365
|
-
/** @type{
|
|
30366
|
-
jspb.Message.
|
|
30547
|
+
/** @type {string} */
|
|
30548
|
+
jspb.Message.getFieldWithDefault(this, 4, "")
|
|
30367
30549
|
);
|
|
30368
30550
|
};
|
|
30369
30551
|
proto.integration_api.GetModerationRequest.prototype.setContent = function(value) {
|
|
30370
|
-
return jspb.Message.
|
|
30371
|
-
};
|
|
30372
|
-
proto.integration_api.GetModerationRequest.prototype.clearContent = function() {
|
|
30373
|
-
return this.setContent(void 0);
|
|
30374
|
-
};
|
|
30375
|
-
proto.integration_api.GetModerationRequest.prototype.hasContent = function() {
|
|
30376
|
-
return jspb.Message.getField(this, 4) != null;
|
|
30552
|
+
return jspb.Message.setProto3StringField(this, 4, value);
|
|
30377
30553
|
};
|
|
30378
30554
|
proto.integration_api.GetModerationRequest.prototype.getAdditionaldataMap = function(opt_noLazyCreate) {
|
|
30379
30555
|
return (
|
|
@@ -32530,36 +32706,6 @@ var require_integration_api_pb_service = __commonJS({
|
|
|
32530
32706
|
}
|
|
32531
32707
|
});
|
|
32532
32708
|
|
|
32533
|
-
// src/utils/rapida_content.ts
|
|
32534
|
-
var import_common_pb = __toESM(require_common_pb());
|
|
32535
|
-
var TEXT_CONTENT_FORMAT_RAW = "raw";
|
|
32536
|
-
var AUDIO_CONTENT_FORMAT_CHUNK = "chunk";
|
|
32537
|
-
var toTextContent = (str, format) => {
|
|
32538
|
-
const cnt = new import_common_pb.Content();
|
|
32539
|
-
if (format) cnt.setContentformat(format);
|
|
32540
|
-
else cnt.setContentformat(TEXT_CONTENT_FORMAT_RAW);
|
|
32541
|
-
cnt.setContenttype("text" /* TEXT_CONTENT */);
|
|
32542
|
-
cnt.setContent(new TextEncoder().encode(str));
|
|
32543
|
-
return cnt;
|
|
32544
|
-
};
|
|
32545
|
-
var toStreamAudioContent = (raw) => {
|
|
32546
|
-
const cnt = new import_common_pb.Content();
|
|
32547
|
-
cnt.setContentformat(AUDIO_CONTENT_FORMAT_CHUNK);
|
|
32548
|
-
cnt.setContenttype("audio" /* AUDIO_CONTENT */);
|
|
32549
|
-
cnt.setContent(raw);
|
|
32550
|
-
return cnt;
|
|
32551
|
-
};
|
|
32552
|
-
var toContentText = (cnt) => {
|
|
32553
|
-
if (!cnt) return "";
|
|
32554
|
-
return cnt.filter((x) => x.getContenttype() === "text").map((x) => {
|
|
32555
|
-
try {
|
|
32556
|
-
return new TextDecoder().decode(x.getContent());
|
|
32557
|
-
} catch (error) {
|
|
32558
|
-
return "";
|
|
32559
|
-
}
|
|
32560
|
-
}).join(" ");
|
|
32561
|
-
};
|
|
32562
|
-
|
|
32563
32709
|
// src/hooks/use-message-feedback.ts
|
|
32564
32710
|
import * as React from "react";
|
|
32565
32711
|
function useMessageFeedback(agent) {
|
|
@@ -32704,7 +32850,8 @@ var MediaDeviceFailure = /* @__PURE__ */ ((MediaDeviceFailure2) => {
|
|
|
32704
32850
|
})(MediaDeviceFailure || {});
|
|
32705
32851
|
|
|
32706
32852
|
// src/types/agent-config.ts
|
|
32707
|
-
var
|
|
32853
|
+
var import_common_pb = __toESM(require_common_pb());
|
|
32854
|
+
var import_talk_api_pb = __toESM(require_talk_api_pb());
|
|
32708
32855
|
|
|
32709
32856
|
// src/utils/rapida_value.ts
|
|
32710
32857
|
import { Any } from "google-protobuf/google/protobuf/any_pb";
|
|
@@ -32825,11 +32972,11 @@ var InputOptions = class {
|
|
|
32825
32972
|
* define audio codacs and sample rate. these will be directly translated to stt
|
|
32826
32973
|
*/
|
|
32827
32974
|
get defaultInputStreamOption() {
|
|
32828
|
-
const inputStreamConfig = new
|
|
32975
|
+
const inputStreamConfig = new import_talk_api_pb.StreamConfig();
|
|
32829
32976
|
if (this.channel == "audio" /* Audio */) {
|
|
32830
|
-
const inputAudioConfig = new
|
|
32977
|
+
const inputAudioConfig = new import_talk_api_pb.AudioConfig();
|
|
32831
32978
|
inputAudioConfig.setChannels(1);
|
|
32832
|
-
inputAudioConfig.setAudioformat(
|
|
32979
|
+
inputAudioConfig.setAudioformat(import_talk_api_pb.AudioConfig.AudioFormat.LINEAR16);
|
|
32833
32980
|
inputAudioConfig.setSamplerate(this.recorderOptions.sampleRate);
|
|
32834
32981
|
inputStreamConfig.setAudio(inputAudioConfig);
|
|
32835
32982
|
}
|
|
@@ -32882,11 +33029,11 @@ var OutputOptions = class {
|
|
|
32882
33029
|
* define audio codacs and sample rate. these will be directly translated to tts
|
|
32883
33030
|
*/
|
|
32884
33031
|
get defaultOutputStreamOption() {
|
|
32885
|
-
const inputStreamConfig = new
|
|
33032
|
+
const inputStreamConfig = new import_talk_api_pb.StreamConfig();
|
|
32886
33033
|
if (this.channel == "audio" /* Audio */) {
|
|
32887
|
-
const inputAudioConfig = new
|
|
33034
|
+
const inputAudioConfig = new import_talk_api_pb.AudioConfig();
|
|
32888
33035
|
inputAudioConfig.setChannels(1);
|
|
32889
|
-
inputAudioConfig.setAudioformat(
|
|
33036
|
+
inputAudioConfig.setAudioformat(import_talk_api_pb.AudioConfig.AudioFormat.LINEAR16);
|
|
32890
33037
|
inputAudioConfig.setSamplerate(this.playerOption.sampleRate);
|
|
32891
33038
|
inputStreamConfig.setAudio(inputAudioConfig);
|
|
32892
33039
|
}
|
|
@@ -32947,7 +33094,7 @@ var AgentConfig = class {
|
|
|
32947
33094
|
* @returns {AssistantDefinition} A configured `AssistantDefinition` instance with the agent's details.
|
|
32948
33095
|
*/
|
|
32949
33096
|
get definition() {
|
|
32950
|
-
const def = new
|
|
33097
|
+
const def = new import_common_pb.AssistantDefinition();
|
|
32951
33098
|
def.setAssistantid(this.id);
|
|
32952
33099
|
if (this.version) {
|
|
32953
33100
|
def.setVersion(this.version);
|
|
@@ -33507,7 +33654,7 @@ function Invoke(clientCfg, request, authHeader) {
|
|
|
33507
33654
|
|
|
33508
33655
|
// src/clients/auth.ts
|
|
33509
33656
|
var import_web_api_pb = __toESM(require_web_api_pb());
|
|
33510
|
-
var
|
|
33657
|
+
var import_common_pb2 = __toESM(require_common_pb());
|
|
33511
33658
|
function AuthenticateUser(config, email, password, cb) {
|
|
33512
33659
|
const requestObject = new import_web_api_pb.AuthenticateRequest();
|
|
33513
33660
|
requestObject.setEmail(email);
|
|
@@ -33563,9 +33710,9 @@ function UpdateUser(config, cb, authHeader, name) {
|
|
|
33563
33710
|
}
|
|
33564
33711
|
function GetAllUser(config, page, pageSize, criteria, cb, authHeader) {
|
|
33565
33712
|
const req = new import_web_api_pb.GetAllUserRequest();
|
|
33566
|
-
const paginate = new
|
|
33713
|
+
const paginate = new import_common_pb2.Paginate();
|
|
33567
33714
|
criteria.forEach(({ key, value }) => {
|
|
33568
|
-
const ctr = new
|
|
33715
|
+
const ctr = new import_common_pb2.Criteria();
|
|
33569
33716
|
ctr.setKey(key);
|
|
33570
33717
|
ctr.setValue(value);
|
|
33571
33718
|
req.addCriterias(ctr);
|
|
@@ -33676,14 +33823,14 @@ function GetOrganization(connectionConfig, authHeader, cb) {
|
|
|
33676
33823
|
}
|
|
33677
33824
|
|
|
33678
33825
|
// src/clients/activity.ts
|
|
33679
|
-
var
|
|
33826
|
+
var import_common_pb3 = __toESM(require_common_pb());
|
|
33680
33827
|
var import_audit_logging_api_pb = __toESM(require_audit_logging_api_pb());
|
|
33681
33828
|
function GetActivities(connectionConfig, projectId, page, pageSize, criteria, cb, authHeader) {
|
|
33682
33829
|
const req = new import_audit_logging_api_pb.GetAllAuditLogRequest();
|
|
33683
33830
|
req.setProjectid(projectId);
|
|
33684
|
-
const paginate = new
|
|
33831
|
+
const paginate = new import_common_pb3.Paginate();
|
|
33685
33832
|
criteria.forEach(({ key, value, logic }) => {
|
|
33686
|
-
const ctr = new
|
|
33833
|
+
const ctr = new import_common_pb3.Criteria();
|
|
33687
33834
|
ctr.setKey(key);
|
|
33688
33835
|
ctr.setValue(value);
|
|
33689
33836
|
ctr.setLogic(logic);
|
|
@@ -33710,13 +33857,13 @@ function GetActivity(connectionConfig, projectId, auditId, cb, authHeader) {
|
|
|
33710
33857
|
}
|
|
33711
33858
|
|
|
33712
33859
|
// src/clients/endpoint.ts
|
|
33713
|
-
var
|
|
33860
|
+
var import_common_pb4 = __toESM(require_common_pb());
|
|
33714
33861
|
var import_endpoint_api_pb = __toESM(require_endpoint_api_pb());
|
|
33715
33862
|
function GetAllEndpoint(config, page, pageSize, criteria, cb, authHeader) {
|
|
33716
33863
|
const req = new import_endpoint_api_pb.GetAllEndpointRequest();
|
|
33717
|
-
const paginate = new
|
|
33864
|
+
const paginate = new import_common_pb4.Paginate();
|
|
33718
33865
|
criteria.forEach(({ key, value, logic }) => {
|
|
33719
|
-
const ctr = new
|
|
33866
|
+
const ctr = new import_common_pb4.Criteria();
|
|
33720
33867
|
ctr.setKey(key);
|
|
33721
33868
|
ctr.setValue(value);
|
|
33722
33869
|
ctr.setLogic(logic);
|
|
@@ -33744,9 +33891,9 @@ function UpdateEndpointVersion(config, endpointId, endpointProviderModelId, auth
|
|
|
33744
33891
|
function GetAllEndpointProviderModel(config, endpointId, page, pageSize, criteria, cb, authHeader) {
|
|
33745
33892
|
const req = new import_endpoint_api_pb.GetAllEndpointProviderModelRequest();
|
|
33746
33893
|
req.setEndpointid(endpointId);
|
|
33747
|
-
const paginate = new
|
|
33894
|
+
const paginate = new import_common_pb4.Paginate();
|
|
33748
33895
|
criteria.forEach(({ key, value }) => {
|
|
33749
|
-
const ctr = new
|
|
33896
|
+
const ctr = new import_common_pb4.Criteria();
|
|
33750
33897
|
ctr.setKey(key);
|
|
33751
33898
|
ctr.setValue(value);
|
|
33752
33899
|
req.addCriterias(ctr);
|
|
@@ -33849,9 +33996,9 @@ function CreateEndpointCacheConfiguration(config, endpointId, cacheType, expiryI
|
|
|
33849
33996
|
function GetAllEndpointLog(config, endpointId, page, pageSize, criteria, cb, authHeader) {
|
|
33850
33997
|
const req = new import_endpoint_api_pb.GetAllEndpointLogRequest();
|
|
33851
33998
|
req.setEndpointid(endpointId);
|
|
33852
|
-
const paginate = new
|
|
33999
|
+
const paginate = new import_common_pb4.Paginate();
|
|
33853
34000
|
criteria.forEach(({ key, value, logic }) => {
|
|
33854
|
-
const ctr = new
|
|
34001
|
+
const ctr = new import_common_pb4.Criteria();
|
|
33855
34002
|
ctr.setKey(key);
|
|
33856
34003
|
ctr.setValue(value);
|
|
33857
34004
|
ctr.setLogic(logic);
|
|
@@ -33879,7 +34026,7 @@ function GetEndpointLog(config, endpointId, logId, cb, authHeader) {
|
|
|
33879
34026
|
|
|
33880
34027
|
// src/clients/vault.ts
|
|
33881
34028
|
var import_vault_api_pb = __toESM(require_vault_api_pb());
|
|
33882
|
-
var
|
|
34029
|
+
var import_common_pb5 = __toESM(require_common_pb());
|
|
33883
34030
|
function CreateProviderKey(connectionConfig, req, authHeader) {
|
|
33884
34031
|
return new Promise((resolve, reject) => {
|
|
33885
34032
|
connectionConfig.vaultClient.createProviderCredential(
|
|
@@ -33903,9 +34050,9 @@ function DeleteProviderKey(connectionConfig, providerKeyId, cb, authHeader) {
|
|
|
33903
34050
|
}
|
|
33904
34051
|
function GetAllOrganizationCredential(connectionConfig, page, pageSize, criteria, cb, authHeader) {
|
|
33905
34052
|
const req = new import_vault_api_pb.GetAllOrganizationCredentialRequest();
|
|
33906
|
-
const paginate = new
|
|
34053
|
+
const paginate = new import_common_pb5.Paginate();
|
|
33907
34054
|
criteria.forEach((x) => {
|
|
33908
|
-
let ctr = new
|
|
34055
|
+
let ctr = new import_common_pb5.Criteria();
|
|
33909
34056
|
ctr.setKey(x.key);
|
|
33910
34057
|
ctr.setValue(x.value);
|
|
33911
34058
|
ctr.setLogic(x.logic);
|
|
@@ -33922,7 +34069,7 @@ function GetAllOrganizationCredential(connectionConfig, page, pageSize, criteria
|
|
|
33922
34069
|
}
|
|
33923
34070
|
|
|
33924
34071
|
// src/clients/knowledge.ts
|
|
33925
|
-
var
|
|
34072
|
+
var import_common_pb6 = __toESM(require_common_pb());
|
|
33926
34073
|
var import_knowledge_api_pb = __toESM(require_knowledge_api_pb());
|
|
33927
34074
|
var import_knowledge_api_pb2 = __toESM(require_knowledge_api_pb());
|
|
33928
34075
|
function CreateKnowledge(connectionConfig, req, authHeader) {
|
|
@@ -33948,9 +34095,9 @@ function GetKnowledgeBase(config, knowledgeBaseId, cb, authHeader) {
|
|
|
33948
34095
|
}
|
|
33949
34096
|
function GetAllKnowledgeBases(config, page, pageSize, criteria, cb, authHeader) {
|
|
33950
34097
|
const req = new import_knowledge_api_pb.GetAllKnowledgeRequest();
|
|
33951
|
-
const paginate = new
|
|
34098
|
+
const paginate = new import_common_pb6.Paginate();
|
|
33952
34099
|
criteria.forEach(({ key, value, logic }) => {
|
|
33953
|
-
const ctr = new
|
|
34100
|
+
const ctr = new import_common_pb6.Criteria();
|
|
33954
34101
|
ctr.setKey(key);
|
|
33955
34102
|
ctr.setValue(value);
|
|
33956
34103
|
ctr.setLogic(logic);
|
|
@@ -33965,7 +34112,7 @@ function GetAllKnowledgeBases(config, page, pageSize, criteria, cb, authHeader)
|
|
|
33965
34112
|
cb
|
|
33966
34113
|
);
|
|
33967
34114
|
}
|
|
33968
|
-
function CreateKnowledgeDocument(config, knowledgeId, documentSource, datasource, documentType, preProcessor,
|
|
34115
|
+
function CreateKnowledgeDocument(config, knowledgeId, documentSource, datasource, documentType, preProcessor, DocumentContents, separator, maxchunksize, chunkoverlap, cb, authHeader) {
|
|
33969
34116
|
const req = new import_knowledge_api_pb.CreateKnowledgeDocumentRequest();
|
|
33970
34117
|
if (documentSource == "tool" /* TOOL */) {
|
|
33971
34118
|
req.setDocumentsource(1);
|
|
@@ -33977,7 +34124,7 @@ function CreateKnowledgeDocument(config, knowledgeId, documentSource, datasource
|
|
|
33977
34124
|
req.setKnowledgeid(knowledgeId);
|
|
33978
34125
|
req.setDatasource(datasource);
|
|
33979
34126
|
req.setPreprocess(import_knowledge_api_pb.CreateKnowledgeDocumentRequest.PRE_PROCESS[preProcessor]);
|
|
33980
|
-
req.setContentsList(
|
|
34127
|
+
req.setContentsList(DocumentContents);
|
|
33981
34128
|
if (preProcessor === "custom" /* CUSTOM */) {
|
|
33982
34129
|
req.setSeparator(separator);
|
|
33983
34130
|
req.setMaxchunksize(maxchunksize);
|
|
@@ -33992,9 +34139,9 @@ function CreateKnowledgeDocument(config, knowledgeId, documentSource, datasource
|
|
|
33992
34139
|
function GetAllKnowledgeDocument(config, knowledgeId, page, pageSize, criteria, cb, authHeader) {
|
|
33993
34140
|
const req = new import_knowledge_api_pb.GetAllKnowledgeDocumentRequest();
|
|
33994
34141
|
req.setKnowledgeid(knowledgeId);
|
|
33995
|
-
const paginate = new
|
|
34142
|
+
const paginate = new import_common_pb6.Paginate();
|
|
33996
34143
|
criteria.forEach(({ key, value }) => {
|
|
33997
|
-
const ctr = new
|
|
34144
|
+
const ctr = new import_common_pb6.Criteria();
|
|
33998
34145
|
ctr.setKey(key);
|
|
33999
34146
|
ctr.setValue(value);
|
|
34000
34147
|
req.addCriterias(ctr);
|
|
@@ -34011,9 +34158,9 @@ function GetAllKnowledgeDocument(config, knowledgeId, page, pageSize, criteria,
|
|
|
34011
34158
|
function GetAllKnowledgeDocumentSegment(config, knowledgeId, page, pageSize, criteria, cb, authHeader) {
|
|
34012
34159
|
const req = new import_knowledge_api_pb.GetAllKnowledgeDocumentSegmentRequest();
|
|
34013
34160
|
req.setKnowledgeid(knowledgeId);
|
|
34014
|
-
const paginate = new
|
|
34161
|
+
const paginate = new import_common_pb6.Paginate();
|
|
34015
34162
|
criteria.forEach(({ key, value }) => {
|
|
34016
|
-
const ctr = new
|
|
34163
|
+
const ctr = new import_common_pb6.Criteria();
|
|
34017
34164
|
ctr.setKey(key);
|
|
34018
34165
|
ctr.setValue(value);
|
|
34019
34166
|
req.addCriterias(ctr);
|
|
@@ -34106,7 +34253,7 @@ function GetAllKnowledgeLog(clientCfg, request, auth) {
|
|
|
34106
34253
|
|
|
34107
34254
|
// src/clients/project.ts
|
|
34108
34255
|
var import_web_api_pb3 = __toESM(require_web_api_pb());
|
|
34109
|
-
var
|
|
34256
|
+
var import_common_pb7 = __toESM(require_common_pb());
|
|
34110
34257
|
function AddUsersToProject(connectionConfig, email, role, projectIds, cb, authHeader) {
|
|
34111
34258
|
const requestObject = new import_web_api_pb3.AddUsersToProjectRequest();
|
|
34112
34259
|
requestObject.setEmail(email);
|
|
@@ -34142,9 +34289,9 @@ function UpdateProject(connectionConfig, projectId, cb, authHeader, projectName,
|
|
|
34142
34289
|
}
|
|
34143
34290
|
function GetAllProject(connectionConfig, page, pageSize, criteria, cb, authHeader) {
|
|
34144
34291
|
const req = new import_web_api_pb3.GetAllProjectRequest();
|
|
34145
|
-
const paginate = new
|
|
34292
|
+
const paginate = new import_common_pb7.Paginate();
|
|
34146
34293
|
criteria.forEach(({ key, value }) => {
|
|
34147
|
-
const ctr = new
|
|
34294
|
+
const ctr = new import_common_pb7.Criteria();
|
|
34148
34295
|
ctr.setKey(key);
|
|
34149
34296
|
ctr.setValue(value);
|
|
34150
34297
|
req.addCriterias(ctr);
|
|
@@ -34207,11 +34354,11 @@ var import_integration_api_pb_service = __toESM(require_integration_api_pb_servi
|
|
|
34207
34354
|
var import_audit_logging_api_pb2 = __toESM(require_audit_logging_api_pb());
|
|
34208
34355
|
var import_knowledge_api_pb_service2 = __toESM(require_knowledge_api_pb_service());
|
|
34209
34356
|
var import_vault_api_pb2 = __toESM(require_vault_api_pb());
|
|
34210
|
-
var
|
|
34357
|
+
var import_talk_api_pb2 = __toESM(require_talk_api_pb());
|
|
34211
34358
|
var import_assistant_analysis_pb = __toESM(require_assistant_analysis_pb());
|
|
34212
34359
|
var import_invoker_api_pb = __toESM(require_invoker_api_pb());
|
|
34213
34360
|
var import_web_api_pb4 = __toESM(require_web_api_pb());
|
|
34214
|
-
var
|
|
34361
|
+
var import_common_pb8 = __toESM(require_common_pb());
|
|
34215
34362
|
var import_assistant_api_pb_service2 = __toESM(require_assistant_api_pb_service());
|
|
34216
34363
|
var import_talk_api_pb_service2 = __toESM(require_talk_api_pb_service());
|
|
34217
34364
|
var import_assistant_webhook_pb = __toESM(require_assistant_webhook_pb());
|
|
@@ -34254,7 +34401,7 @@ function CreateBulkPhoneCall(clientCfg, request, authHeader) {
|
|
|
34254
34401
|
}
|
|
34255
34402
|
|
|
34256
34403
|
// src/index.ts
|
|
34257
|
-
var
|
|
34404
|
+
var import_talk_api_pb3 = __toESM(require_talk_api_pb());
|
|
34258
34405
|
var import_assistant_api_pb2 = __toESM(require_assistant_api_pb());
|
|
34259
34406
|
var import_notification_api_pb = __toESM(require_notification_api_pb());
|
|
34260
34407
|
|
|
@@ -34300,6 +34447,9 @@ function GetNotificationSetting(clientCfg, request, auth) {
|
|
|
34300
34447
|
);
|
|
34301
34448
|
});
|
|
34302
34449
|
}
|
|
34450
|
+
|
|
34451
|
+
// src/index.ts
|
|
34452
|
+
var import_talk_api_pb4 = __toESM(require_talk_api_pb());
|
|
34303
34453
|
var export_AddUsersToProjectRequest = import_web_api_pb4.AddUsersToProjectRequest;
|
|
34304
34454
|
var export_AddUsersToProjectResponse = import_web_api_pb4.AddUsersToProjectResponse;
|
|
34305
34455
|
var export_AggregatedEndpointAnalytics = import_endpoint_api_pb2.AggregatedEndpointAnalytics;
|
|
@@ -34307,32 +34457,28 @@ var export_AnthropicService = import_integration_api_pb_service.AnthropicService
|
|
|
34307
34457
|
var export_AnthropicServiceClient = import_integration_api_pb_service.AnthropicServiceClient;
|
|
34308
34458
|
var export_ArchiveProjectRequest = import_web_api_pb4.ArchiveProjectRequest;
|
|
34309
34459
|
var export_ArchiveProjectResponse = import_web_api_pb4.ArchiveProjectResponse;
|
|
34310
|
-
var export_Argument =
|
|
34460
|
+
var export_Argument = import_common_pb8.Argument;
|
|
34311
34461
|
var export_Assistant = import_assistant_api_pb.Assistant;
|
|
34312
34462
|
var export_AssistantAnalysis = import_assistant_analysis_pb.AssistantAnalysis;
|
|
34313
34463
|
var export_AssistantApiDeployment = import_assistant_deployment_pb.AssistantApiDeployment;
|
|
34314
|
-
var export_AssistantConversation =
|
|
34315
|
-
var
|
|
34316
|
-
var
|
|
34317
|
-
var
|
|
34318
|
-
var
|
|
34319
|
-
var export_AssistantConversationMessage = import_common_pb9.AssistantConversationMessage;
|
|
34320
|
-
var export_AssistantConversationRecording = import_common_pb9.AssistantConversationRecording;
|
|
34321
|
-
var export_AssistantConversationTelephonyEvent = import_common_pb9.AssistantConversationTelephonyEvent;
|
|
34322
|
-
var export_AssistantConversationUserMessage = import_common_pb9.AssistantConversationUserMessage;
|
|
34464
|
+
var export_AssistantConversation = import_common_pb8.AssistantConversation;
|
|
34465
|
+
var export_AssistantConversationContext = import_common_pb8.AssistantConversationContext;
|
|
34466
|
+
var export_AssistantConversationMessage = import_common_pb8.AssistantConversationMessage;
|
|
34467
|
+
var export_AssistantConversationRecording = import_common_pb8.AssistantConversationRecording;
|
|
34468
|
+
var export_AssistantConversationTelephonyEvent = import_common_pb8.AssistantConversationTelephonyEvent;
|
|
34323
34469
|
var export_AssistantDebuggerDeployment = import_assistant_deployment_pb.AssistantDebuggerDeployment;
|
|
34324
|
-
var export_AssistantDefinition =
|
|
34470
|
+
var export_AssistantDefinition = import_common_pb8.AssistantDefinition;
|
|
34325
34471
|
var export_AssistantDeploymentService = import_assistant_deployment_pb_service2.AssistantDeploymentService;
|
|
34326
34472
|
var export_AssistantDeploymentServiceClient = import_assistant_deployment_pb_service2.AssistantDeploymentServiceClient;
|
|
34327
34473
|
var export_AssistantKnowledge = import_assistant_knowledge_pb.AssistantKnowledge;
|
|
34328
|
-
var export_AssistantMessagingRequest = import_talk_api_pb.AssistantMessagingRequest;
|
|
34329
|
-
var export_AssistantMessagingResponse = import_talk_api_pb.AssistantMessagingResponse;
|
|
34330
34474
|
var export_AssistantPhoneDeployment = import_assistant_deployment_pb.AssistantPhoneDeployment;
|
|
34331
34475
|
var export_AssistantProviderAgentkit = import_assistant_provider_pb.AssistantProviderAgentkit;
|
|
34332
34476
|
var export_AssistantProviderModel = import_assistant_provider_pb.AssistantProviderModel;
|
|
34333
34477
|
var export_AssistantProviderWebsocket = import_assistant_provider_pb.AssistantProviderWebsocket;
|
|
34334
34478
|
var export_AssistantService = import_assistant_api_pb_service2.AssistantService;
|
|
34335
34479
|
var export_AssistantServiceClient = import_assistant_api_pb_service2.AssistantServiceClient;
|
|
34480
|
+
var export_AssistantTalkInput = import_talk_api_pb2.AssistantTalkInput;
|
|
34481
|
+
var export_AssistantTalkOutput = import_talk_api_pb2.AssistantTalkOutput;
|
|
34336
34482
|
var export_AssistantTool = import_assistant_tool_pb.AssistantTool;
|
|
34337
34483
|
var export_AssistantToolLog = import_assistant_tool_pb.AssistantToolLog;
|
|
34338
34484
|
var export_AssistantWebhook = import_assistant_webhook_pb.AssistantWebhook;
|
|
@@ -34350,7 +34496,7 @@ var export_AuthenticationServiceClient = import_web_api_pb_service4.Authenticati
|
|
|
34350
34496
|
var export_AuthorizeRequest = import_web_api_pb4.AuthorizeRequest;
|
|
34351
34497
|
var export_AzureService = import_integration_api_pb_service.AzureService;
|
|
34352
34498
|
var export_AzureServiceClient = import_integration_api_pb_service.AzureServiceClient;
|
|
34353
|
-
var export_BaseResponse =
|
|
34499
|
+
var export_BaseResponse = import_common_pb8.BaseResponse;
|
|
34354
34500
|
var export_BedrockService = import_integration_api_pb_service.BedrockService;
|
|
34355
34501
|
var export_BedrockServiceClient = import_integration_api_pb_service.BedrockServiceClient;
|
|
34356
34502
|
var export_ChangePasswordRequest = import_web_api_pb4.ChangePasswordRequest;
|
|
@@ -34361,7 +34507,13 @@ var export_CohereService = import_integration_api_pb_service.CohereService;
|
|
|
34361
34507
|
var export_CohereServiceClient = import_integration_api_pb_service.CohereServiceClient;
|
|
34362
34508
|
var export_ConnectService = import_connect_api_pb_service2.ConnectService;
|
|
34363
34509
|
var export_ConnectServiceClient = import_connect_api_pb_service2.ConnectServiceClient;
|
|
34364
|
-
var
|
|
34510
|
+
var export_ConversationAssistantMessage = import_talk_api_pb4.ConversationAssistantMessage;
|
|
34511
|
+
var export_ConversationConfiguration = import_talk_api_pb4.ConversationConfiguration;
|
|
34512
|
+
var export_ConversationDirective = import_talk_api_pb4.ConversationDirective;
|
|
34513
|
+
var export_ConversationInterruption = import_talk_api_pb4.ConversationInterruption;
|
|
34514
|
+
var export_ConversationToolCall = import_talk_api_pb4.ConversationToolCall;
|
|
34515
|
+
var export_ConversationToolResult = import_talk_api_pb4.ConversationToolResult;
|
|
34516
|
+
var export_ConversationUserMessage = import_talk_api_pb4.ConversationUserMessage;
|
|
34365
34517
|
var export_CreateAssistantAnalysisRequest = import_assistant_analysis_pb.CreateAssistantAnalysisRequest;
|
|
34366
34518
|
var export_CreateAssistantDeploymentRequest = import_assistant_deployment_pb.CreateAssistantDeploymentRequest;
|
|
34367
34519
|
var export_CreateAssistantKnowledgeRequest = import_assistant_knowledge_pb.CreateAssistantKnowledgeRequest;
|
|
@@ -34370,10 +34522,10 @@ var export_CreateAssistantRequest = import_assistant_api_pb.CreateAssistantReque
|
|
|
34370
34522
|
var export_CreateAssistantTagRequest = import_assistant_api_pb.CreateAssistantTagRequest;
|
|
34371
34523
|
var export_CreateAssistantToolRequest = import_assistant_tool_pb.CreateAssistantToolRequest;
|
|
34372
34524
|
var export_CreateAssistantWebhookRequest = import_assistant_webhook_pb.CreateAssistantWebhookRequest;
|
|
34373
|
-
var export_CreateBulkPhoneCallRequest =
|
|
34374
|
-
var export_CreateBulkPhoneCallResponse =
|
|
34375
|
-
var export_CreateConversationMetricRequest =
|
|
34376
|
-
var export_CreateConversationMetricResponse =
|
|
34525
|
+
var export_CreateBulkPhoneCallRequest = import_talk_api_pb3.CreateBulkPhoneCallRequest;
|
|
34526
|
+
var export_CreateBulkPhoneCallResponse = import_talk_api_pb3.CreateBulkPhoneCallResponse;
|
|
34527
|
+
var export_CreateConversationMetricRequest = import_talk_api_pb2.CreateConversationMetricRequest;
|
|
34528
|
+
var export_CreateConversationMetricResponse = import_talk_api_pb2.CreateConversationMetricResponse;
|
|
34377
34529
|
var export_CreateEndpointCacheConfigurationRequest = import_endpoint_api_pb2.CreateEndpointCacheConfigurationRequest;
|
|
34378
34530
|
var export_CreateEndpointCacheConfigurationResponse = import_endpoint_api_pb2.CreateEndpointCacheConfigurationResponse;
|
|
34379
34531
|
var export_CreateEndpointProviderModelRequest = import_endpoint_api_pb2.CreateEndpointProviderModelRequest;
|
|
@@ -34388,23 +34540,23 @@ var export_CreateKnowledgeDocumentResponse = import_knowledge_api_pb3.CreateKnow
|
|
|
34388
34540
|
var export_CreateKnowledgeRequest = import_knowledge_api_pb3.CreateKnowledgeRequest;
|
|
34389
34541
|
var export_CreateKnowledgeResponse = import_knowledge_api_pb3.CreateKnowledgeResponse;
|
|
34390
34542
|
var export_CreateKnowledgeTagRequest = import_knowledge_api_pb3.CreateKnowledgeTagRequest;
|
|
34391
|
-
var export_CreateMessageMetricRequest =
|
|
34392
|
-
var export_CreateMessageMetricResponse =
|
|
34543
|
+
var export_CreateMessageMetricRequest = import_talk_api_pb2.CreateMessageMetricRequest;
|
|
34544
|
+
var export_CreateMessageMetricResponse = import_talk_api_pb2.CreateMessageMetricResponse;
|
|
34393
34545
|
var export_CreateMetadataRequest = import_audit_logging_api_pb2.CreateMetadataRequest;
|
|
34394
34546
|
var export_CreateMetadataResponse = import_audit_logging_api_pb2.CreateMetadataResponse;
|
|
34395
34547
|
var export_CreateOrganizationRequest = import_web_api_pb4.CreateOrganizationRequest;
|
|
34396
34548
|
var export_CreateOrganizationResponse = import_web_api_pb4.CreateOrganizationResponse;
|
|
34397
34549
|
var export_CreatePasswordRequest = import_web_api_pb4.CreatePasswordRequest;
|
|
34398
34550
|
var export_CreatePasswordResponse = import_web_api_pb4.CreatePasswordResponse;
|
|
34399
|
-
var export_CreatePhoneCallRequest =
|
|
34400
|
-
var export_CreatePhoneCallResponse =
|
|
34551
|
+
var export_CreatePhoneCallRequest = import_talk_api_pb3.CreatePhoneCallRequest;
|
|
34552
|
+
var export_CreatePhoneCallResponse = import_talk_api_pb3.CreatePhoneCallResponse;
|
|
34401
34553
|
var export_CreateProjectCredentialRequest = import_web_api_pb4.CreateProjectCredentialRequest;
|
|
34402
34554
|
var export_CreateProjectCredentialResponse = import_web_api_pb4.CreateProjectCredentialResponse;
|
|
34403
34555
|
var export_CreateProjectRequest = import_web_api_pb4.CreateProjectRequest;
|
|
34404
34556
|
var export_CreateProjectResponse = import_web_api_pb4.CreateProjectResponse;
|
|
34405
34557
|
var export_CreateProviderCredentialRequest = import_vault_api_pb2.CreateProviderCredentialRequest;
|
|
34406
34558
|
var export_Credential = import_integration_api_pb.Credential;
|
|
34407
|
-
var export_Criteria =
|
|
34559
|
+
var export_Criteria = import_common_pb8.Criteria;
|
|
34408
34560
|
var export_DeepInfraService = import_integration_api_pb_service.DeepInfraService;
|
|
34409
34561
|
var export_DeepInfraServiceClient = import_integration_api_pb_service.DeepInfraServiceClient;
|
|
34410
34562
|
var export_DeleteAssistantAnalysisRequest = import_assistant_analysis_pb.DeleteAssistantAnalysisRequest;
|
|
@@ -34431,13 +34583,13 @@ var export_EndpointProviderModelAttribute = import_endpoint_api_pb2.EndpointProv
|
|
|
34431
34583
|
var export_EndpointRetryConfiguration = import_endpoint_api_pb2.EndpointRetryConfiguration;
|
|
34432
34584
|
var export_EndpointService = import_endpoint_api_pb_service2.EndpointService;
|
|
34433
34585
|
var export_EndpointServiceClient = import_endpoint_api_pb_service2.EndpointServiceClient;
|
|
34434
|
-
var export_Error =
|
|
34586
|
+
var export_Error = import_common_pb8.Error;
|
|
34435
34587
|
var export_FeaturePermission = import_web_api_pb4.FeaturePermission;
|
|
34436
|
-
var export_FieldSelector =
|
|
34588
|
+
var export_FieldSelector = import_common_pb8.FieldSelector;
|
|
34437
34589
|
var export_ForgotPasswordRequest = import_web_api_pb4.ForgotPasswordRequest;
|
|
34438
34590
|
var export_ForgotPasswordResponse = import_web_api_pb4.ForgotPasswordResponse;
|
|
34439
34591
|
var export_ForkEndpointRequest = import_endpoint_api_pb2.ForkEndpointRequest;
|
|
34440
|
-
var export_FunctionCall =
|
|
34592
|
+
var export_FunctionCall = import_common_pb8.FunctionCall;
|
|
34441
34593
|
var export_FunctionDefinition = import_integration_api_pb.FunctionDefinition;
|
|
34442
34594
|
var export_FunctionParameter = import_integration_api_pb.FunctionParameter;
|
|
34443
34595
|
var export_FunctionParameterProperty = import_integration_api_pb.FunctionParameterProperty;
|
|
@@ -34445,8 +34597,8 @@ var export_GeneralConnectRequest = import_connect_api_pb2.GeneralConnectRequest;
|
|
|
34445
34597
|
var export_GeneralConnectResponse = import_connect_api_pb2.GeneralConnectResponse;
|
|
34446
34598
|
var export_GetAllAssistantAnalysisRequest = import_assistant_analysis_pb.GetAllAssistantAnalysisRequest;
|
|
34447
34599
|
var export_GetAllAssistantAnalysisResponse = import_assistant_analysis_pb.GetAllAssistantAnalysisResponse;
|
|
34448
|
-
var export_GetAllAssistantConversationRequest =
|
|
34449
|
-
var export_GetAllAssistantConversationResponse =
|
|
34600
|
+
var export_GetAllAssistantConversationRequest = import_common_pb8.GetAllAssistantConversationRequest;
|
|
34601
|
+
var export_GetAllAssistantConversationResponse = import_common_pb8.GetAllAssistantConversationResponse;
|
|
34450
34602
|
var export_GetAllAssistantKnowledgeRequest = import_assistant_knowledge_pb.GetAllAssistantKnowledgeRequest;
|
|
34451
34603
|
var export_GetAllAssistantKnowledgeResponse = import_assistant_knowledge_pb.GetAllAssistantKnowledgeResponse;
|
|
34452
34604
|
var export_GetAllAssistantMessageRequest = import_assistant_api_pb.GetAllAssistantMessageRequest;
|
|
@@ -34467,8 +34619,8 @@ var export_GetAllAssistantWebhookRequest = import_assistant_webhook_pb.GetAllAss
|
|
|
34467
34619
|
var export_GetAllAssistantWebhookResponse = import_assistant_webhook_pb.GetAllAssistantWebhookResponse;
|
|
34468
34620
|
var export_GetAllAuditLogRequest = import_audit_logging_api_pb2.GetAllAuditLogRequest;
|
|
34469
34621
|
var export_GetAllAuditLogResponse = import_audit_logging_api_pb2.GetAllAuditLogResponse;
|
|
34470
|
-
var export_GetAllConversationMessageRequest =
|
|
34471
|
-
var export_GetAllConversationMessageResponse =
|
|
34622
|
+
var export_GetAllConversationMessageRequest = import_common_pb8.GetAllConversationMessageRequest;
|
|
34623
|
+
var export_GetAllConversationMessageResponse = import_common_pb8.GetAllConversationMessageResponse;
|
|
34472
34624
|
var export_GetAllEndpointLogRequest = import_endpoint_api_pb2.GetAllEndpointLogRequest;
|
|
34473
34625
|
var export_GetAllEndpointLogResponse = import_endpoint_api_pb2.GetAllEndpointLogResponse;
|
|
34474
34626
|
var export_GetAllEndpointProviderModelRequest = import_endpoint_api_pb2.GetAllEndpointProviderModelRequest;
|
|
@@ -34545,14 +34697,14 @@ var export_IndexKnowledgeDocumentRequest = import_document_api_pb2.IndexKnowledg
|
|
|
34545
34697
|
var export_IndexKnowledgeDocumentResponse = import_document_api_pb2.IndexKnowledgeDocumentResponse;
|
|
34546
34698
|
var export_InvokeRequest = import_invoker_api_pb.InvokeRequest;
|
|
34547
34699
|
var export_InvokeResponse = import_invoker_api_pb.InvokeResponse;
|
|
34548
|
-
var export_Knowledge =
|
|
34700
|
+
var export_Knowledge = import_common_pb8.Knowledge;
|
|
34549
34701
|
var export_KnowledgeDocument = import_knowledge_api_pb3.KnowledgeDocument;
|
|
34550
34702
|
var export_KnowledgeDocumentSegment = import_knowledge_api_pb3.KnowledgeDocumentSegment;
|
|
34551
34703
|
var export_KnowledgeLog = import_knowledge_api_pb3.KnowledgeLog;
|
|
34552
34704
|
var export_KnowledgeService = import_knowledge_api_pb_service2.KnowledgeService;
|
|
34553
34705
|
var export_KnowledgeServiceClient = import_knowledge_api_pb_service2.KnowledgeServiceClient;
|
|
34554
|
-
var export_Metadata =
|
|
34555
|
-
var export_Metric =
|
|
34706
|
+
var export_Metadata = import_common_pb8.Metadata;
|
|
34707
|
+
var export_Metric = import_common_pb8.Metric;
|
|
34556
34708
|
var export_MistralService = import_integration_api_pb_service.MistralService;
|
|
34557
34709
|
var export_MistralServiceClient = import_integration_api_pb_service.MistralServiceClient;
|
|
34558
34710
|
var export_Moderation = import_integration_api_pb.Moderation;
|
|
@@ -34560,13 +34712,13 @@ var export_NotificationSetting = import_notification_api_pb.NotificationSetting;
|
|
|
34560
34712
|
var export_NotificationSettingResponse = import_notification_api_pb.NotificationSettingResponse;
|
|
34561
34713
|
var export_OpenAiService = import_integration_api_pb_service.OpenAiService;
|
|
34562
34714
|
var export_OpenAiServiceClient = import_integration_api_pb_service.OpenAiServiceClient;
|
|
34563
|
-
var export_Ordering =
|
|
34564
|
-
var export_Organization =
|
|
34715
|
+
var export_Ordering = import_common_pb8.Ordering;
|
|
34716
|
+
var export_Organization = import_common_pb8.Organization;
|
|
34565
34717
|
var export_OrganizationRole = import_web_api_pb4.OrganizationRole;
|
|
34566
34718
|
var export_OrganizationService = import_web_api_pb_service4.OrganizationService;
|
|
34567
34719
|
var export_OrganizationServiceClient = import_web_api_pb_service4.OrganizationServiceClient;
|
|
34568
|
-
var export_Paginate =
|
|
34569
|
-
var export_Paginated =
|
|
34720
|
+
var export_Paginate = import_common_pb8.Paginate;
|
|
34721
|
+
var export_Paginated = import_common_pb8.Paginated;
|
|
34570
34722
|
var export_ProbeRequest = import_invoker_api_pb.ProbeRequest;
|
|
34571
34723
|
var export_ProbeResponse = import_invoker_api_pb.ProbeResponse;
|
|
34572
34724
|
var export_Project = import_web_api_pb4.Project;
|
|
@@ -34574,7 +34726,7 @@ var export_ProjectCredential = import_web_api_pb4.ProjectCredential;
|
|
|
34574
34726
|
var export_ProjectRole = import_web_api_pb4.ProjectRole;
|
|
34575
34727
|
var export_ProjectService = import_web_api_pb_service4.ProjectService;
|
|
34576
34728
|
var export_ProjectServiceClient = import_web_api_pb_service4.ProjectServiceClient;
|
|
34577
|
-
var export_ProtoMessage =
|
|
34729
|
+
var export_ProtoMessage = import_common_pb8.Message;
|
|
34578
34730
|
var export_RegisterUserRequest = import_web_api_pb4.RegisterUserRequest;
|
|
34579
34731
|
var export_ReplicateService = import_integration_api_pb_service.ReplicateService;
|
|
34580
34732
|
var export_ReplicateServiceClient = import_integration_api_pb_service.ReplicateServiceClient;
|
|
@@ -34587,16 +34739,16 @@ var export_ScopedAuthenticationResponse = import_web_api_pb4.ScopedAuthenticatio
|
|
|
34587
34739
|
var export_SocialAuthenticationRequest = import_web_api_pb4.SocialAuthenticationRequest;
|
|
34588
34740
|
var export_StabilityAiService = import_integration_api_pb_service.StabilityAiService;
|
|
34589
34741
|
var export_StabilityAiServiceClient = import_integration_api_pb_service.StabilityAiServiceClient;
|
|
34590
|
-
var export_Tag =
|
|
34742
|
+
var export_Tag = import_common_pb8.Tag;
|
|
34591
34743
|
var export_TalkService = import_talk_api_pb_service2.TalkService;
|
|
34592
34744
|
var export_TalkServiceClient = import_talk_api_pb_service2.TalkServiceClient;
|
|
34593
|
-
var export_Telemetry =
|
|
34594
|
-
var export_TextChatCompletePrompt =
|
|
34595
|
-
var export_TextPrompt =
|
|
34745
|
+
var export_Telemetry = import_common_pb8.Telemetry;
|
|
34746
|
+
var export_TextChatCompletePrompt = import_common_pb8.TextChatCompletePrompt;
|
|
34747
|
+
var export_TextPrompt = import_common_pb8.TextPrompt;
|
|
34596
34748
|
var export_TogetherAiService = import_integration_api_pb_service.TogetherAiService;
|
|
34597
34749
|
var export_TogetherAiServiceClient = import_integration_api_pb_service.TogetherAiServiceClient;
|
|
34598
34750
|
var export_Token = import_web_api_pb4.Token;
|
|
34599
|
-
var export_ToolCall =
|
|
34751
|
+
var export_ToolCall = import_common_pb8.ToolCall;
|
|
34600
34752
|
var export_ToolDefinition = import_integration_api_pb.ToolDefinition;
|
|
34601
34753
|
var export_UpdateAssistantAnalysisRequest = import_assistant_analysis_pb.UpdateAssistantAnalysisRequest;
|
|
34602
34754
|
var export_UpdateAssistantDetailRequest = import_assistant_api_pb.UpdateAssistantDetailRequest;
|
|
@@ -34619,8 +34771,8 @@ var export_UpdateRequest = import_invoker_api_pb.UpdateRequest;
|
|
|
34619
34771
|
var export_UpdateResponse = import_invoker_api_pb.UpdateResponse;
|
|
34620
34772
|
var export_UpdateUserRequest = import_web_api_pb4.UpdateUserRequest;
|
|
34621
34773
|
var export_UpdateUserResponse = import_web_api_pb4.UpdateUserResponse;
|
|
34622
|
-
var export_User =
|
|
34623
|
-
var export_Variable =
|
|
34774
|
+
var export_User = import_common_pb8.User;
|
|
34775
|
+
var export_Variable = import_common_pb8.Variable;
|
|
34624
34776
|
var export_VaultCredential = import_vault_api_pb2.VaultCredential;
|
|
34625
34777
|
var export_VaultService = import_vault_api_pb_service2.VaultService;
|
|
34626
34778
|
var export_VaultServiceClient = import_vault_api_pb_service2.VaultServiceClient;
|
|
@@ -34651,21 +34803,15 @@ export {
|
|
|
34651
34803
|
export_AssistantAnalysis as AssistantAnalysis,
|
|
34652
34804
|
export_AssistantApiDeployment as AssistantApiDeployment,
|
|
34653
34805
|
export_AssistantConversation as AssistantConversation,
|
|
34654
|
-
export_AssistantConversationAssistantMessage as AssistantConversationAssistantMessage,
|
|
34655
|
-
export_AssistantConversationConfiguration as AssistantConversationConfiguration,
|
|
34656
34806
|
export_AssistantConversationContext as AssistantConversationContext,
|
|
34657
|
-
export_AssistantConversationInterruption as AssistantConversationInterruption,
|
|
34658
34807
|
export_AssistantConversationMessage as AssistantConversationMessage,
|
|
34659
34808
|
export_AssistantConversationRecording as AssistantConversationRecording,
|
|
34660
34809
|
export_AssistantConversationTelephonyEvent as AssistantConversationTelephonyEvent,
|
|
34661
|
-
export_AssistantConversationUserMessage as AssistantConversationUserMessage,
|
|
34662
34810
|
export_AssistantDebuggerDeployment as AssistantDebuggerDeployment,
|
|
34663
34811
|
export_AssistantDefinition as AssistantDefinition,
|
|
34664
34812
|
export_AssistantDeploymentService as AssistantDeploymentService,
|
|
34665
34813
|
export_AssistantDeploymentServiceClient as AssistantDeploymentServiceClient,
|
|
34666
34814
|
export_AssistantKnowledge as AssistantKnowledge,
|
|
34667
|
-
export_AssistantMessagingRequest as AssistantMessagingRequest,
|
|
34668
|
-
export_AssistantMessagingResponse as AssistantMessagingResponse,
|
|
34669
34815
|
export_AssistantPhoneDeployment as AssistantPhoneDeployment,
|
|
34670
34816
|
export_AssistantProviderAgentkit as AssistantProviderAgentkit,
|
|
34671
34817
|
export_AssistantProviderModel as AssistantProviderModel,
|
|
@@ -34673,6 +34819,8 @@ export {
|
|
|
34673
34819
|
export_AssistantService as AssistantService,
|
|
34674
34820
|
export_AssistantServiceClient as AssistantServiceClient,
|
|
34675
34821
|
AssistantTalk,
|
|
34822
|
+
export_AssistantTalkInput as AssistantTalkInput,
|
|
34823
|
+
export_AssistantTalkOutput as AssistantTalkOutput,
|
|
34676
34824
|
export_AssistantTool as AssistantTool,
|
|
34677
34825
|
export_AssistantToolLog as AssistantToolLog,
|
|
34678
34826
|
export_AssistantWebhook as AssistantWebhook,
|
|
@@ -34709,7 +34857,13 @@ export {
|
|
|
34709
34857
|
export_ConnectServiceClient as ConnectServiceClient,
|
|
34710
34858
|
ConnectionConfig,
|
|
34711
34859
|
ConnectionState,
|
|
34712
|
-
|
|
34860
|
+
export_ConversationAssistantMessage as ConversationAssistantMessage,
|
|
34861
|
+
export_ConversationConfiguration as ConversationConfiguration,
|
|
34862
|
+
export_ConversationDirective as ConversationDirective,
|
|
34863
|
+
export_ConversationInterruption as ConversationInterruption,
|
|
34864
|
+
export_ConversationToolCall as ConversationToolCall,
|
|
34865
|
+
export_ConversationToolResult as ConversationToolResult,
|
|
34866
|
+
export_ConversationUserMessage as ConversationUserMessage,
|
|
34713
34867
|
CreateAnalysis,
|
|
34714
34868
|
CreateAssistant,
|
|
34715
34869
|
export_CreateAssistantAnalysisRequest as CreateAssistantAnalysisRequest,
|
|
@@ -35139,9 +35293,6 @@ export {
|
|
|
35139
35293
|
fromStr,
|
|
35140
35294
|
getClientInfo,
|
|
35141
35295
|
getRapidaSourceValue,
|
|
35142
|
-
toContentText,
|
|
35143
|
-
toStreamAudioContent,
|
|
35144
|
-
toTextContent,
|
|
35145
35296
|
useAgentMessages,
|
|
35146
35297
|
useConnectAgent,
|
|
35147
35298
|
useConversationFeedback,
|