@ondewo/nlu-client-typescript 6.11.0 → 6.12.0
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/api/ondewo/nlu/agent_grpc_web_pb.d.ts +12 -0
- package/api/ondewo/nlu/agent_grpc_web_pb.js +61 -0
- package/api/ondewo/nlu/agent_pb.d.ts +130 -0
- package/api/ondewo/nlu/agent_pb.js +1089 -2
- package/api/ondewo/nlu/llm_evaluation_grpc_web_pb.d.ts +612 -0
- package/api/ondewo/nlu/llm_evaluation_grpc_web_pb.js +3111 -0
- package/api/ondewo/nlu/llm_evaluation_pb.d.ts +3932 -14
- package/api/ondewo/nlu/llm_evaluation_pb.js +36020 -4208
- package/api/ondewo/nlu/session_pb.d.ts +211 -0
- package/api/ondewo/nlu/session_pb.js +1726 -2
- package/package.json +1 -1
|
@@ -96,6 +96,8 @@ goog.exportSymbol('proto.ondewo.nlu.GetPlatformInfoResponse', null, global);
|
|
|
96
96
|
goog.exportSymbol('proto.ondewo.nlu.GetPlatformMappingRequest', null, global);
|
|
97
97
|
goog.exportSymbol('proto.ondewo.nlu.GetSessionsStatisticsRequest', null, global);
|
|
98
98
|
goog.exportSymbol('proto.ondewo.nlu.GetSessionsStatisticsResponse', null, global);
|
|
99
|
+
goog.exportSymbol('proto.ondewo.nlu.GetSessionsStatisticsTimeSeriesRequest', null, global);
|
|
100
|
+
goog.exportSymbol('proto.ondewo.nlu.GetSessionsStatisticsTimeSeriesResponse', null, global);
|
|
99
101
|
goog.exportSymbol('proto.ondewo.nlu.ImportAgentRequest', null, global);
|
|
100
102
|
goog.exportSymbol('proto.ondewo.nlu.ImportAgentRequest.AgentCase', null, global);
|
|
101
103
|
goog.exportSymbol('proto.ondewo.nlu.InitiationProtocol', null, global);
|
|
@@ -106,6 +108,7 @@ goog.exportSymbol('proto.ondewo.nlu.ListProjectPermissionsRequest', null, global
|
|
|
106
108
|
goog.exportSymbol('proto.ondewo.nlu.ListProjectPermissionsResponse', null, global);
|
|
107
109
|
goog.exportSymbol('proto.ondewo.nlu.ListUsersInProjectRequest', null, global);
|
|
108
110
|
goog.exportSymbol('proto.ondewo.nlu.ListUsersInProjectResponse', null, global);
|
|
111
|
+
goog.exportSymbol('proto.ondewo.nlu.LlmTelemetryTimeSeriesBucket', null, global);
|
|
109
112
|
goog.exportSymbol('proto.ondewo.nlu.MigrateAgentRequest', null, global);
|
|
110
113
|
goog.exportSymbol('proto.ondewo.nlu.ModelStatus', null, global);
|
|
111
114
|
goog.exportSymbol('proto.ondewo.nlu.ModelStatus.StatusName', null, global);
|
|
@@ -671,6 +674,69 @@ if (goog.DEBUG && !COMPILED) {
|
|
|
671
674
|
*/
|
|
672
675
|
proto.ondewo.nlu.GetSessionsStatisticsResponse.displayName = 'proto.ondewo.nlu.GetSessionsStatisticsResponse';
|
|
673
676
|
}
|
|
677
|
+
/**
|
|
678
|
+
* Generated by JsPbCodeGenerator.
|
|
679
|
+
* @param {Array=} opt_data Optional initial data array, typically from a
|
|
680
|
+
* server response, or constructed directly in Javascript. The array is used
|
|
681
|
+
* in place and becomes part of the constructed object. It is not cloned.
|
|
682
|
+
* If no data is provided, the constructed object will be empty, but still
|
|
683
|
+
* valid.
|
|
684
|
+
* @extends {jspb.Message}
|
|
685
|
+
* @constructor
|
|
686
|
+
*/
|
|
687
|
+
proto.ondewo.nlu.GetSessionsStatisticsTimeSeriesRequest = function(opt_data) {
|
|
688
|
+
jspb.Message.initialize(this, opt_data, 0, -1, proto.ondewo.nlu.GetSessionsStatisticsTimeSeriesRequest.repeatedFields_, null);
|
|
689
|
+
};
|
|
690
|
+
goog.inherits(proto.ondewo.nlu.GetSessionsStatisticsTimeSeriesRequest, jspb.Message);
|
|
691
|
+
if (goog.DEBUG && !COMPILED) {
|
|
692
|
+
/**
|
|
693
|
+
* @public
|
|
694
|
+
* @override
|
|
695
|
+
*/
|
|
696
|
+
proto.ondewo.nlu.GetSessionsStatisticsTimeSeriesRequest.displayName = 'proto.ondewo.nlu.GetSessionsStatisticsTimeSeriesRequest';
|
|
697
|
+
}
|
|
698
|
+
/**
|
|
699
|
+
* Generated by JsPbCodeGenerator.
|
|
700
|
+
* @param {Array=} opt_data Optional initial data array, typically from a
|
|
701
|
+
* server response, or constructed directly in Javascript. The array is used
|
|
702
|
+
* in place and becomes part of the constructed object. It is not cloned.
|
|
703
|
+
* If no data is provided, the constructed object will be empty, but still
|
|
704
|
+
* valid.
|
|
705
|
+
* @extends {jspb.Message}
|
|
706
|
+
* @constructor
|
|
707
|
+
*/
|
|
708
|
+
proto.ondewo.nlu.LlmTelemetryTimeSeriesBucket = function(opt_data) {
|
|
709
|
+
jspb.Message.initialize(this, opt_data, 0, -1, null, null);
|
|
710
|
+
};
|
|
711
|
+
goog.inherits(proto.ondewo.nlu.LlmTelemetryTimeSeriesBucket, jspb.Message);
|
|
712
|
+
if (goog.DEBUG && !COMPILED) {
|
|
713
|
+
/**
|
|
714
|
+
* @public
|
|
715
|
+
* @override
|
|
716
|
+
*/
|
|
717
|
+
proto.ondewo.nlu.LlmTelemetryTimeSeriesBucket.displayName = 'proto.ondewo.nlu.LlmTelemetryTimeSeriesBucket';
|
|
718
|
+
}
|
|
719
|
+
/**
|
|
720
|
+
* Generated by JsPbCodeGenerator.
|
|
721
|
+
* @param {Array=} opt_data Optional initial data array, typically from a
|
|
722
|
+
* server response, or constructed directly in Javascript. The array is used
|
|
723
|
+
* in place and becomes part of the constructed object. It is not cloned.
|
|
724
|
+
* If no data is provided, the constructed object will be empty, but still
|
|
725
|
+
* valid.
|
|
726
|
+
* @extends {jspb.Message}
|
|
727
|
+
* @constructor
|
|
728
|
+
*/
|
|
729
|
+
proto.ondewo.nlu.GetSessionsStatisticsTimeSeriesResponse = function(opt_data) {
|
|
730
|
+
jspb.Message.initialize(this, opt_data, 0, -1, proto.ondewo.nlu.GetSessionsStatisticsTimeSeriesResponse.repeatedFields_, null);
|
|
731
|
+
};
|
|
732
|
+
goog.inherits(proto.ondewo.nlu.GetSessionsStatisticsTimeSeriesResponse, jspb.Message);
|
|
733
|
+
if (goog.DEBUG && !COMPILED) {
|
|
734
|
+
/**
|
|
735
|
+
* @public
|
|
736
|
+
* @override
|
|
737
|
+
*/
|
|
738
|
+
proto.ondewo.nlu.GetSessionsStatisticsTimeSeriesResponse.displayName = 'proto.ondewo.nlu.GetSessionsStatisticsTimeSeriesResponse';
|
|
739
|
+
}
|
|
674
740
|
/**
|
|
675
741
|
* Generated by JsPbCodeGenerator.
|
|
676
742
|
* @param {Array=} opt_data Optional initial data array, typically from a
|
|
@@ -8417,6 +8483,1025 @@ proto.ondewo.nlu.GetSessionsStatisticsResponse.prototype.hasLlmTelemetryReport =
|
|
|
8417
8483
|
|
|
8418
8484
|
|
|
8419
8485
|
|
|
8486
|
+
/**
|
|
8487
|
+
* List of repeated fields within this message type.
|
|
8488
|
+
* @private {!Array<number>}
|
|
8489
|
+
* @const
|
|
8490
|
+
*/
|
|
8491
|
+
proto.ondewo.nlu.GetSessionsStatisticsTimeSeriesRequest.repeatedFields_ = [6,7,8,9,10];
|
|
8492
|
+
|
|
8493
|
+
|
|
8494
|
+
|
|
8495
|
+
if (jspb.Message.GENERATE_TO_OBJECT) {
|
|
8496
|
+
/**
|
|
8497
|
+
* Creates an object representation of this proto.
|
|
8498
|
+
* Field names that are reserved in JavaScript and will be renamed to pb_name.
|
|
8499
|
+
* Optional fields that are not set will be set to undefined.
|
|
8500
|
+
* To access a reserved field use, foo.pb_<name>, eg, foo.pb_default.
|
|
8501
|
+
* For the list of reserved names please see:
|
|
8502
|
+
* net/proto2/compiler/js/internal/generator.cc#kKeyword.
|
|
8503
|
+
* @param {boolean=} opt_includeInstance Deprecated. whether to include the
|
|
8504
|
+
* JSPB instance for transitional soy proto support:
|
|
8505
|
+
* http://goto/soy-param-migration
|
|
8506
|
+
* @return {!Object}
|
|
8507
|
+
*/
|
|
8508
|
+
proto.ondewo.nlu.GetSessionsStatisticsTimeSeriesRequest.prototype.toObject = function(opt_includeInstance) {
|
|
8509
|
+
return proto.ondewo.nlu.GetSessionsStatisticsTimeSeriesRequest.toObject(opt_includeInstance, this);
|
|
8510
|
+
};
|
|
8511
|
+
|
|
8512
|
+
|
|
8513
|
+
/**
|
|
8514
|
+
* Static version of the {@see toObject} method.
|
|
8515
|
+
* @param {boolean|undefined} includeInstance Deprecated. Whether to include
|
|
8516
|
+
* the JSPB instance for transitional soy proto support:
|
|
8517
|
+
* http://goto/soy-param-migration
|
|
8518
|
+
* @param {!proto.ondewo.nlu.GetSessionsStatisticsTimeSeriesRequest} msg The msg instance to transform.
|
|
8519
|
+
* @return {!Object}
|
|
8520
|
+
* @suppress {unusedLocalVariables} f is only used for nested messages
|
|
8521
|
+
*/
|
|
8522
|
+
proto.ondewo.nlu.GetSessionsStatisticsTimeSeriesRequest.toObject = function(includeInstance, msg) {
|
|
8523
|
+
var f, obj = {
|
|
8524
|
+
parent: jspb.Message.getFieldWithDefault(msg, 1, ""),
|
|
8525
|
+
type: jspb.Message.getFieldWithDefault(msg, 2, 0),
|
|
8526
|
+
sessionFilter: (f = msg.getSessionFilter()) && ondewo_nlu_session_pb.SessionFilter.toObject(includeInstance, f),
|
|
8527
|
+
bucketWidthSeconds: jspb.Message.getFieldWithDefault(msg, 4, 0),
|
|
8528
|
+
maxBuckets: jspb.Message.getFieldWithDefault(msg, 5, 0),
|
|
8529
|
+
llmModelFilterList: (f = jspb.Message.getRepeatedField(msg, 6)) == null ? undefined : f,
|
|
8530
|
+
llmProviderFilterList: (f = jspb.Message.getRepeatedField(msg, 7)) == null ? undefined : f,
|
|
8531
|
+
llmAgentNameFilterList: (f = jspb.Message.getRepeatedField(msg, 8)) == null ? undefined : f,
|
|
8532
|
+
llmToolNameFilterList: (f = jspb.Message.getRepeatedField(msg, 9)) == null ? undefined : f,
|
|
8533
|
+
llmCcaiServiceProviderFilterList: (f = jspb.Message.getRepeatedField(msg, 10)) == null ? undefined : f,
|
|
8534
|
+
fieldMask: (f = msg.getFieldMask()) && google_protobuf_field_mask_pb.FieldMask.toObject(includeInstance, f)
|
|
8535
|
+
};
|
|
8536
|
+
|
|
8537
|
+
if (includeInstance) {
|
|
8538
|
+
obj.$jspbMessageInstance = msg;
|
|
8539
|
+
}
|
|
8540
|
+
return obj;
|
|
8541
|
+
};
|
|
8542
|
+
}
|
|
8543
|
+
|
|
8544
|
+
|
|
8545
|
+
/**
|
|
8546
|
+
* Deserializes binary data (in protobuf wire format).
|
|
8547
|
+
* @param {jspb.ByteSource} bytes The bytes to deserialize.
|
|
8548
|
+
* @return {!proto.ondewo.nlu.GetSessionsStatisticsTimeSeriesRequest}
|
|
8549
|
+
*/
|
|
8550
|
+
proto.ondewo.nlu.GetSessionsStatisticsTimeSeriesRequest.deserializeBinary = function(bytes) {
|
|
8551
|
+
var reader = new jspb.BinaryReader(bytes);
|
|
8552
|
+
var msg = new proto.ondewo.nlu.GetSessionsStatisticsTimeSeriesRequest;
|
|
8553
|
+
return proto.ondewo.nlu.GetSessionsStatisticsTimeSeriesRequest.deserializeBinaryFromReader(msg, reader);
|
|
8554
|
+
};
|
|
8555
|
+
|
|
8556
|
+
|
|
8557
|
+
/**
|
|
8558
|
+
* Deserializes binary data (in protobuf wire format) from the
|
|
8559
|
+
* given reader into the given message object.
|
|
8560
|
+
* @param {!proto.ondewo.nlu.GetSessionsStatisticsTimeSeriesRequest} msg The message object to deserialize into.
|
|
8561
|
+
* @param {!jspb.BinaryReader} reader The BinaryReader to use.
|
|
8562
|
+
* @return {!proto.ondewo.nlu.GetSessionsStatisticsTimeSeriesRequest}
|
|
8563
|
+
*/
|
|
8564
|
+
proto.ondewo.nlu.GetSessionsStatisticsTimeSeriesRequest.deserializeBinaryFromReader = function(msg, reader) {
|
|
8565
|
+
while (reader.nextField()) {
|
|
8566
|
+
if (reader.isEndGroup()) {
|
|
8567
|
+
break;
|
|
8568
|
+
}
|
|
8569
|
+
var field = reader.getFieldNumber();
|
|
8570
|
+
switch (field) {
|
|
8571
|
+
case 1:
|
|
8572
|
+
var value = /** @type {string} */ (reader.readString());
|
|
8573
|
+
msg.setParent(value);
|
|
8574
|
+
break;
|
|
8575
|
+
case 2:
|
|
8576
|
+
var value = /** @type {!proto.ondewo.nlu.SessionsReportType} */ (reader.readEnum());
|
|
8577
|
+
msg.setType(value);
|
|
8578
|
+
break;
|
|
8579
|
+
case 3:
|
|
8580
|
+
var value = new ondewo_nlu_session_pb.SessionFilter;
|
|
8581
|
+
reader.readMessage(value,ondewo_nlu_session_pb.SessionFilter.deserializeBinaryFromReader);
|
|
8582
|
+
msg.setSessionFilter(value);
|
|
8583
|
+
break;
|
|
8584
|
+
case 4:
|
|
8585
|
+
var value = /** @type {number} */ (reader.readInt32());
|
|
8586
|
+
msg.setBucketWidthSeconds(value);
|
|
8587
|
+
break;
|
|
8588
|
+
case 5:
|
|
8589
|
+
var value = /** @type {number} */ (reader.readInt32());
|
|
8590
|
+
msg.setMaxBuckets(value);
|
|
8591
|
+
break;
|
|
8592
|
+
case 6:
|
|
8593
|
+
var value = /** @type {string} */ (reader.readString());
|
|
8594
|
+
msg.addLlmModelFilter(value);
|
|
8595
|
+
break;
|
|
8596
|
+
case 7:
|
|
8597
|
+
var value = /** @type {string} */ (reader.readString());
|
|
8598
|
+
msg.addLlmProviderFilter(value);
|
|
8599
|
+
break;
|
|
8600
|
+
case 8:
|
|
8601
|
+
var value = /** @type {string} */ (reader.readString());
|
|
8602
|
+
msg.addLlmAgentNameFilter(value);
|
|
8603
|
+
break;
|
|
8604
|
+
case 9:
|
|
8605
|
+
var value = /** @type {string} */ (reader.readString());
|
|
8606
|
+
msg.addLlmToolNameFilter(value);
|
|
8607
|
+
break;
|
|
8608
|
+
case 10:
|
|
8609
|
+
var values = /** @type {!Array<!proto.ondewo.nlu.CcaiServiceProvider>} */ (reader.isDelimited() ? reader.readPackedEnum() : [reader.readEnum()]);
|
|
8610
|
+
for (var i = 0; i < values.length; i++) {
|
|
8611
|
+
msg.addLlmCcaiServiceProviderFilter(values[i]);
|
|
8612
|
+
}
|
|
8613
|
+
break;
|
|
8614
|
+
case 11:
|
|
8615
|
+
var value = new google_protobuf_field_mask_pb.FieldMask;
|
|
8616
|
+
reader.readMessage(value,google_protobuf_field_mask_pb.FieldMask.deserializeBinaryFromReader);
|
|
8617
|
+
msg.setFieldMask(value);
|
|
8618
|
+
break;
|
|
8619
|
+
default:
|
|
8620
|
+
reader.skipField();
|
|
8621
|
+
break;
|
|
8622
|
+
}
|
|
8623
|
+
}
|
|
8624
|
+
return msg;
|
|
8625
|
+
};
|
|
8626
|
+
|
|
8627
|
+
|
|
8628
|
+
/**
|
|
8629
|
+
* Serializes the message to binary data (in protobuf wire format).
|
|
8630
|
+
* @return {!Uint8Array}
|
|
8631
|
+
*/
|
|
8632
|
+
proto.ondewo.nlu.GetSessionsStatisticsTimeSeriesRequest.prototype.serializeBinary = function() {
|
|
8633
|
+
var writer = new jspb.BinaryWriter();
|
|
8634
|
+
proto.ondewo.nlu.GetSessionsStatisticsTimeSeriesRequest.serializeBinaryToWriter(this, writer);
|
|
8635
|
+
return writer.getResultBuffer();
|
|
8636
|
+
};
|
|
8637
|
+
|
|
8638
|
+
|
|
8639
|
+
/**
|
|
8640
|
+
* Serializes the given message to binary data (in protobuf wire
|
|
8641
|
+
* format), writing to the given BinaryWriter.
|
|
8642
|
+
* @param {!proto.ondewo.nlu.GetSessionsStatisticsTimeSeriesRequest} message
|
|
8643
|
+
* @param {!jspb.BinaryWriter} writer
|
|
8644
|
+
* @suppress {unusedLocalVariables} f is only used for nested messages
|
|
8645
|
+
*/
|
|
8646
|
+
proto.ondewo.nlu.GetSessionsStatisticsTimeSeriesRequest.serializeBinaryToWriter = function(message, writer) {
|
|
8647
|
+
var f = undefined;
|
|
8648
|
+
f = message.getParent();
|
|
8649
|
+
if (f.length > 0) {
|
|
8650
|
+
writer.writeString(
|
|
8651
|
+
1,
|
|
8652
|
+
f
|
|
8653
|
+
);
|
|
8654
|
+
}
|
|
8655
|
+
f = message.getType();
|
|
8656
|
+
if (f !== 0.0) {
|
|
8657
|
+
writer.writeEnum(
|
|
8658
|
+
2,
|
|
8659
|
+
f
|
|
8660
|
+
);
|
|
8661
|
+
}
|
|
8662
|
+
f = message.getSessionFilter();
|
|
8663
|
+
if (f != null) {
|
|
8664
|
+
writer.writeMessage(
|
|
8665
|
+
3,
|
|
8666
|
+
f,
|
|
8667
|
+
ondewo_nlu_session_pb.SessionFilter.serializeBinaryToWriter
|
|
8668
|
+
);
|
|
8669
|
+
}
|
|
8670
|
+
f = message.getBucketWidthSeconds();
|
|
8671
|
+
if (f !== 0) {
|
|
8672
|
+
writer.writeInt32(
|
|
8673
|
+
4,
|
|
8674
|
+
f
|
|
8675
|
+
);
|
|
8676
|
+
}
|
|
8677
|
+
f = message.getMaxBuckets();
|
|
8678
|
+
if (f !== 0) {
|
|
8679
|
+
writer.writeInt32(
|
|
8680
|
+
5,
|
|
8681
|
+
f
|
|
8682
|
+
);
|
|
8683
|
+
}
|
|
8684
|
+
f = message.getLlmModelFilterList();
|
|
8685
|
+
if (f.length > 0) {
|
|
8686
|
+
writer.writeRepeatedString(
|
|
8687
|
+
6,
|
|
8688
|
+
f
|
|
8689
|
+
);
|
|
8690
|
+
}
|
|
8691
|
+
f = message.getLlmProviderFilterList();
|
|
8692
|
+
if (f.length > 0) {
|
|
8693
|
+
writer.writeRepeatedString(
|
|
8694
|
+
7,
|
|
8695
|
+
f
|
|
8696
|
+
);
|
|
8697
|
+
}
|
|
8698
|
+
f = message.getLlmAgentNameFilterList();
|
|
8699
|
+
if (f.length > 0) {
|
|
8700
|
+
writer.writeRepeatedString(
|
|
8701
|
+
8,
|
|
8702
|
+
f
|
|
8703
|
+
);
|
|
8704
|
+
}
|
|
8705
|
+
f = message.getLlmToolNameFilterList();
|
|
8706
|
+
if (f.length > 0) {
|
|
8707
|
+
writer.writeRepeatedString(
|
|
8708
|
+
9,
|
|
8709
|
+
f
|
|
8710
|
+
);
|
|
8711
|
+
}
|
|
8712
|
+
f = message.getLlmCcaiServiceProviderFilterList();
|
|
8713
|
+
if (f.length > 0) {
|
|
8714
|
+
writer.writePackedEnum(
|
|
8715
|
+
10,
|
|
8716
|
+
f
|
|
8717
|
+
);
|
|
8718
|
+
}
|
|
8719
|
+
f = message.getFieldMask();
|
|
8720
|
+
if (f != null) {
|
|
8721
|
+
writer.writeMessage(
|
|
8722
|
+
11,
|
|
8723
|
+
f,
|
|
8724
|
+
google_protobuf_field_mask_pb.FieldMask.serializeBinaryToWriter
|
|
8725
|
+
);
|
|
8726
|
+
}
|
|
8727
|
+
};
|
|
8728
|
+
|
|
8729
|
+
|
|
8730
|
+
/**
|
|
8731
|
+
* optional string parent = 1;
|
|
8732
|
+
* @return {string}
|
|
8733
|
+
*/
|
|
8734
|
+
proto.ondewo.nlu.GetSessionsStatisticsTimeSeriesRequest.prototype.getParent = function() {
|
|
8735
|
+
return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 1, ""));
|
|
8736
|
+
};
|
|
8737
|
+
|
|
8738
|
+
|
|
8739
|
+
/**
|
|
8740
|
+
* @param {string} value
|
|
8741
|
+
* @return {!proto.ondewo.nlu.GetSessionsStatisticsTimeSeriesRequest} returns this
|
|
8742
|
+
*/
|
|
8743
|
+
proto.ondewo.nlu.GetSessionsStatisticsTimeSeriesRequest.prototype.setParent = function(value) {
|
|
8744
|
+
return jspb.Message.setProto3StringField(this, 1, value);
|
|
8745
|
+
};
|
|
8746
|
+
|
|
8747
|
+
|
|
8748
|
+
/**
|
|
8749
|
+
* optional SessionsReportType type = 2;
|
|
8750
|
+
* @return {!proto.ondewo.nlu.SessionsReportType}
|
|
8751
|
+
*/
|
|
8752
|
+
proto.ondewo.nlu.GetSessionsStatisticsTimeSeriesRequest.prototype.getType = function() {
|
|
8753
|
+
return /** @type {!proto.ondewo.nlu.SessionsReportType} */ (jspb.Message.getFieldWithDefault(this, 2, 0));
|
|
8754
|
+
};
|
|
8755
|
+
|
|
8756
|
+
|
|
8757
|
+
/**
|
|
8758
|
+
* @param {!proto.ondewo.nlu.SessionsReportType} value
|
|
8759
|
+
* @return {!proto.ondewo.nlu.GetSessionsStatisticsTimeSeriesRequest} returns this
|
|
8760
|
+
*/
|
|
8761
|
+
proto.ondewo.nlu.GetSessionsStatisticsTimeSeriesRequest.prototype.setType = function(value) {
|
|
8762
|
+
return jspb.Message.setProto3EnumField(this, 2, value);
|
|
8763
|
+
};
|
|
8764
|
+
|
|
8765
|
+
|
|
8766
|
+
/**
|
|
8767
|
+
* optional SessionFilter session_filter = 3;
|
|
8768
|
+
* @return {?proto.ondewo.nlu.SessionFilter}
|
|
8769
|
+
*/
|
|
8770
|
+
proto.ondewo.nlu.GetSessionsStatisticsTimeSeriesRequest.prototype.getSessionFilter = function() {
|
|
8771
|
+
return /** @type{?proto.ondewo.nlu.SessionFilter} */ (
|
|
8772
|
+
jspb.Message.getWrapperField(this, ondewo_nlu_session_pb.SessionFilter, 3));
|
|
8773
|
+
};
|
|
8774
|
+
|
|
8775
|
+
|
|
8776
|
+
/**
|
|
8777
|
+
* @param {?proto.ondewo.nlu.SessionFilter|undefined} value
|
|
8778
|
+
* @return {!proto.ondewo.nlu.GetSessionsStatisticsTimeSeriesRequest} returns this
|
|
8779
|
+
*/
|
|
8780
|
+
proto.ondewo.nlu.GetSessionsStatisticsTimeSeriesRequest.prototype.setSessionFilter = function(value) {
|
|
8781
|
+
return jspb.Message.setWrapperField(this, 3, value);
|
|
8782
|
+
};
|
|
8783
|
+
|
|
8784
|
+
|
|
8785
|
+
/**
|
|
8786
|
+
* Clears the message field making it undefined.
|
|
8787
|
+
* @return {!proto.ondewo.nlu.GetSessionsStatisticsTimeSeriesRequest} returns this
|
|
8788
|
+
*/
|
|
8789
|
+
proto.ondewo.nlu.GetSessionsStatisticsTimeSeriesRequest.prototype.clearSessionFilter = function() {
|
|
8790
|
+
return this.setSessionFilter(undefined);
|
|
8791
|
+
};
|
|
8792
|
+
|
|
8793
|
+
|
|
8794
|
+
/**
|
|
8795
|
+
* Returns whether this field is set.
|
|
8796
|
+
* @return {boolean}
|
|
8797
|
+
*/
|
|
8798
|
+
proto.ondewo.nlu.GetSessionsStatisticsTimeSeriesRequest.prototype.hasSessionFilter = function() {
|
|
8799
|
+
return jspb.Message.getField(this, 3) != null;
|
|
8800
|
+
};
|
|
8801
|
+
|
|
8802
|
+
|
|
8803
|
+
/**
|
|
8804
|
+
* optional int32 bucket_width_seconds = 4;
|
|
8805
|
+
* @return {number}
|
|
8806
|
+
*/
|
|
8807
|
+
proto.ondewo.nlu.GetSessionsStatisticsTimeSeriesRequest.prototype.getBucketWidthSeconds = function() {
|
|
8808
|
+
return /** @type {number} */ (jspb.Message.getFieldWithDefault(this, 4, 0));
|
|
8809
|
+
};
|
|
8810
|
+
|
|
8811
|
+
|
|
8812
|
+
/**
|
|
8813
|
+
* @param {number} value
|
|
8814
|
+
* @return {!proto.ondewo.nlu.GetSessionsStatisticsTimeSeriesRequest} returns this
|
|
8815
|
+
*/
|
|
8816
|
+
proto.ondewo.nlu.GetSessionsStatisticsTimeSeriesRequest.prototype.setBucketWidthSeconds = function(value) {
|
|
8817
|
+
return jspb.Message.setProto3IntField(this, 4, value);
|
|
8818
|
+
};
|
|
8819
|
+
|
|
8820
|
+
|
|
8821
|
+
/**
|
|
8822
|
+
* optional int32 max_buckets = 5;
|
|
8823
|
+
* @return {number}
|
|
8824
|
+
*/
|
|
8825
|
+
proto.ondewo.nlu.GetSessionsStatisticsTimeSeriesRequest.prototype.getMaxBuckets = function() {
|
|
8826
|
+
return /** @type {number} */ (jspb.Message.getFieldWithDefault(this, 5, 0));
|
|
8827
|
+
};
|
|
8828
|
+
|
|
8829
|
+
|
|
8830
|
+
/**
|
|
8831
|
+
* @param {number} value
|
|
8832
|
+
* @return {!proto.ondewo.nlu.GetSessionsStatisticsTimeSeriesRequest} returns this
|
|
8833
|
+
*/
|
|
8834
|
+
proto.ondewo.nlu.GetSessionsStatisticsTimeSeriesRequest.prototype.setMaxBuckets = function(value) {
|
|
8835
|
+
return jspb.Message.setProto3IntField(this, 5, value);
|
|
8836
|
+
};
|
|
8837
|
+
|
|
8838
|
+
|
|
8839
|
+
/**
|
|
8840
|
+
* repeated string llm_model_filter = 6;
|
|
8841
|
+
* @return {!Array<string>}
|
|
8842
|
+
*/
|
|
8843
|
+
proto.ondewo.nlu.GetSessionsStatisticsTimeSeriesRequest.prototype.getLlmModelFilterList = function() {
|
|
8844
|
+
return /** @type {!Array<string>} */ (jspb.Message.getRepeatedField(this, 6));
|
|
8845
|
+
};
|
|
8846
|
+
|
|
8847
|
+
|
|
8848
|
+
/**
|
|
8849
|
+
* @param {!Array<string>} value
|
|
8850
|
+
* @return {!proto.ondewo.nlu.GetSessionsStatisticsTimeSeriesRequest} returns this
|
|
8851
|
+
*/
|
|
8852
|
+
proto.ondewo.nlu.GetSessionsStatisticsTimeSeriesRequest.prototype.setLlmModelFilterList = function(value) {
|
|
8853
|
+
return jspb.Message.setField(this, 6, value || []);
|
|
8854
|
+
};
|
|
8855
|
+
|
|
8856
|
+
|
|
8857
|
+
/**
|
|
8858
|
+
* @param {string} value
|
|
8859
|
+
* @param {number=} opt_index
|
|
8860
|
+
* @return {!proto.ondewo.nlu.GetSessionsStatisticsTimeSeriesRequest} returns this
|
|
8861
|
+
*/
|
|
8862
|
+
proto.ondewo.nlu.GetSessionsStatisticsTimeSeriesRequest.prototype.addLlmModelFilter = function(value, opt_index) {
|
|
8863
|
+
return jspb.Message.addToRepeatedField(this, 6, value, opt_index);
|
|
8864
|
+
};
|
|
8865
|
+
|
|
8866
|
+
|
|
8867
|
+
/**
|
|
8868
|
+
* Clears the list making it empty but non-null.
|
|
8869
|
+
* @return {!proto.ondewo.nlu.GetSessionsStatisticsTimeSeriesRequest} returns this
|
|
8870
|
+
*/
|
|
8871
|
+
proto.ondewo.nlu.GetSessionsStatisticsTimeSeriesRequest.prototype.clearLlmModelFilterList = function() {
|
|
8872
|
+
return this.setLlmModelFilterList([]);
|
|
8873
|
+
};
|
|
8874
|
+
|
|
8875
|
+
|
|
8876
|
+
/**
|
|
8877
|
+
* repeated string llm_provider_filter = 7;
|
|
8878
|
+
* @return {!Array<string>}
|
|
8879
|
+
*/
|
|
8880
|
+
proto.ondewo.nlu.GetSessionsStatisticsTimeSeriesRequest.prototype.getLlmProviderFilterList = function() {
|
|
8881
|
+
return /** @type {!Array<string>} */ (jspb.Message.getRepeatedField(this, 7));
|
|
8882
|
+
};
|
|
8883
|
+
|
|
8884
|
+
|
|
8885
|
+
/**
|
|
8886
|
+
* @param {!Array<string>} value
|
|
8887
|
+
* @return {!proto.ondewo.nlu.GetSessionsStatisticsTimeSeriesRequest} returns this
|
|
8888
|
+
*/
|
|
8889
|
+
proto.ondewo.nlu.GetSessionsStatisticsTimeSeriesRequest.prototype.setLlmProviderFilterList = function(value) {
|
|
8890
|
+
return jspb.Message.setField(this, 7, value || []);
|
|
8891
|
+
};
|
|
8892
|
+
|
|
8893
|
+
|
|
8894
|
+
/**
|
|
8895
|
+
* @param {string} value
|
|
8896
|
+
* @param {number=} opt_index
|
|
8897
|
+
* @return {!proto.ondewo.nlu.GetSessionsStatisticsTimeSeriesRequest} returns this
|
|
8898
|
+
*/
|
|
8899
|
+
proto.ondewo.nlu.GetSessionsStatisticsTimeSeriesRequest.prototype.addLlmProviderFilter = function(value, opt_index) {
|
|
8900
|
+
return jspb.Message.addToRepeatedField(this, 7, value, opt_index);
|
|
8901
|
+
};
|
|
8902
|
+
|
|
8903
|
+
|
|
8904
|
+
/**
|
|
8905
|
+
* Clears the list making it empty but non-null.
|
|
8906
|
+
* @return {!proto.ondewo.nlu.GetSessionsStatisticsTimeSeriesRequest} returns this
|
|
8907
|
+
*/
|
|
8908
|
+
proto.ondewo.nlu.GetSessionsStatisticsTimeSeriesRequest.prototype.clearLlmProviderFilterList = function() {
|
|
8909
|
+
return this.setLlmProviderFilterList([]);
|
|
8910
|
+
};
|
|
8911
|
+
|
|
8912
|
+
|
|
8913
|
+
/**
|
|
8914
|
+
* repeated string llm_agent_name_filter = 8;
|
|
8915
|
+
* @return {!Array<string>}
|
|
8916
|
+
*/
|
|
8917
|
+
proto.ondewo.nlu.GetSessionsStatisticsTimeSeriesRequest.prototype.getLlmAgentNameFilterList = function() {
|
|
8918
|
+
return /** @type {!Array<string>} */ (jspb.Message.getRepeatedField(this, 8));
|
|
8919
|
+
};
|
|
8920
|
+
|
|
8921
|
+
|
|
8922
|
+
/**
|
|
8923
|
+
* @param {!Array<string>} value
|
|
8924
|
+
* @return {!proto.ondewo.nlu.GetSessionsStatisticsTimeSeriesRequest} returns this
|
|
8925
|
+
*/
|
|
8926
|
+
proto.ondewo.nlu.GetSessionsStatisticsTimeSeriesRequest.prototype.setLlmAgentNameFilterList = function(value) {
|
|
8927
|
+
return jspb.Message.setField(this, 8, value || []);
|
|
8928
|
+
};
|
|
8929
|
+
|
|
8930
|
+
|
|
8931
|
+
/**
|
|
8932
|
+
* @param {string} value
|
|
8933
|
+
* @param {number=} opt_index
|
|
8934
|
+
* @return {!proto.ondewo.nlu.GetSessionsStatisticsTimeSeriesRequest} returns this
|
|
8935
|
+
*/
|
|
8936
|
+
proto.ondewo.nlu.GetSessionsStatisticsTimeSeriesRequest.prototype.addLlmAgentNameFilter = function(value, opt_index) {
|
|
8937
|
+
return jspb.Message.addToRepeatedField(this, 8, value, opt_index);
|
|
8938
|
+
};
|
|
8939
|
+
|
|
8940
|
+
|
|
8941
|
+
/**
|
|
8942
|
+
* Clears the list making it empty but non-null.
|
|
8943
|
+
* @return {!proto.ondewo.nlu.GetSessionsStatisticsTimeSeriesRequest} returns this
|
|
8944
|
+
*/
|
|
8945
|
+
proto.ondewo.nlu.GetSessionsStatisticsTimeSeriesRequest.prototype.clearLlmAgentNameFilterList = function() {
|
|
8946
|
+
return this.setLlmAgentNameFilterList([]);
|
|
8947
|
+
};
|
|
8948
|
+
|
|
8949
|
+
|
|
8950
|
+
/**
|
|
8951
|
+
* repeated string llm_tool_name_filter = 9;
|
|
8952
|
+
* @return {!Array<string>}
|
|
8953
|
+
*/
|
|
8954
|
+
proto.ondewo.nlu.GetSessionsStatisticsTimeSeriesRequest.prototype.getLlmToolNameFilterList = function() {
|
|
8955
|
+
return /** @type {!Array<string>} */ (jspb.Message.getRepeatedField(this, 9));
|
|
8956
|
+
};
|
|
8957
|
+
|
|
8958
|
+
|
|
8959
|
+
/**
|
|
8960
|
+
* @param {!Array<string>} value
|
|
8961
|
+
* @return {!proto.ondewo.nlu.GetSessionsStatisticsTimeSeriesRequest} returns this
|
|
8962
|
+
*/
|
|
8963
|
+
proto.ondewo.nlu.GetSessionsStatisticsTimeSeriesRequest.prototype.setLlmToolNameFilterList = function(value) {
|
|
8964
|
+
return jspb.Message.setField(this, 9, value || []);
|
|
8965
|
+
};
|
|
8966
|
+
|
|
8967
|
+
|
|
8968
|
+
/**
|
|
8969
|
+
* @param {string} value
|
|
8970
|
+
* @param {number=} opt_index
|
|
8971
|
+
* @return {!proto.ondewo.nlu.GetSessionsStatisticsTimeSeriesRequest} returns this
|
|
8972
|
+
*/
|
|
8973
|
+
proto.ondewo.nlu.GetSessionsStatisticsTimeSeriesRequest.prototype.addLlmToolNameFilter = function(value, opt_index) {
|
|
8974
|
+
return jspb.Message.addToRepeatedField(this, 9, value, opt_index);
|
|
8975
|
+
};
|
|
8976
|
+
|
|
8977
|
+
|
|
8978
|
+
/**
|
|
8979
|
+
* Clears the list making it empty but non-null.
|
|
8980
|
+
* @return {!proto.ondewo.nlu.GetSessionsStatisticsTimeSeriesRequest} returns this
|
|
8981
|
+
*/
|
|
8982
|
+
proto.ondewo.nlu.GetSessionsStatisticsTimeSeriesRequest.prototype.clearLlmToolNameFilterList = function() {
|
|
8983
|
+
return this.setLlmToolNameFilterList([]);
|
|
8984
|
+
};
|
|
8985
|
+
|
|
8986
|
+
|
|
8987
|
+
/**
|
|
8988
|
+
* repeated CcaiServiceProvider llm_ccai_service_provider_filter = 10;
|
|
8989
|
+
* @return {!Array<!proto.ondewo.nlu.CcaiServiceProvider>}
|
|
8990
|
+
*/
|
|
8991
|
+
proto.ondewo.nlu.GetSessionsStatisticsTimeSeriesRequest.prototype.getLlmCcaiServiceProviderFilterList = function() {
|
|
8992
|
+
return /** @type {!Array<!proto.ondewo.nlu.CcaiServiceProvider>} */ (jspb.Message.getRepeatedField(this, 10));
|
|
8993
|
+
};
|
|
8994
|
+
|
|
8995
|
+
|
|
8996
|
+
/**
|
|
8997
|
+
* @param {!Array<!proto.ondewo.nlu.CcaiServiceProvider>} value
|
|
8998
|
+
* @return {!proto.ondewo.nlu.GetSessionsStatisticsTimeSeriesRequest} returns this
|
|
8999
|
+
*/
|
|
9000
|
+
proto.ondewo.nlu.GetSessionsStatisticsTimeSeriesRequest.prototype.setLlmCcaiServiceProviderFilterList = function(value) {
|
|
9001
|
+
return jspb.Message.setField(this, 10, value || []);
|
|
9002
|
+
};
|
|
9003
|
+
|
|
9004
|
+
|
|
9005
|
+
/**
|
|
9006
|
+
* @param {!proto.ondewo.nlu.CcaiServiceProvider} value
|
|
9007
|
+
* @param {number=} opt_index
|
|
9008
|
+
* @return {!proto.ondewo.nlu.GetSessionsStatisticsTimeSeriesRequest} returns this
|
|
9009
|
+
*/
|
|
9010
|
+
proto.ondewo.nlu.GetSessionsStatisticsTimeSeriesRequest.prototype.addLlmCcaiServiceProviderFilter = function(value, opt_index) {
|
|
9011
|
+
return jspb.Message.addToRepeatedField(this, 10, value, opt_index);
|
|
9012
|
+
};
|
|
9013
|
+
|
|
9014
|
+
|
|
9015
|
+
/**
|
|
9016
|
+
* Clears the list making it empty but non-null.
|
|
9017
|
+
* @return {!proto.ondewo.nlu.GetSessionsStatisticsTimeSeriesRequest} returns this
|
|
9018
|
+
*/
|
|
9019
|
+
proto.ondewo.nlu.GetSessionsStatisticsTimeSeriesRequest.prototype.clearLlmCcaiServiceProviderFilterList = function() {
|
|
9020
|
+
return this.setLlmCcaiServiceProviderFilterList([]);
|
|
9021
|
+
};
|
|
9022
|
+
|
|
9023
|
+
|
|
9024
|
+
/**
|
|
9025
|
+
* optional google.protobuf.FieldMask field_mask = 11;
|
|
9026
|
+
* @return {?proto.google.protobuf.FieldMask}
|
|
9027
|
+
*/
|
|
9028
|
+
proto.ondewo.nlu.GetSessionsStatisticsTimeSeriesRequest.prototype.getFieldMask = function() {
|
|
9029
|
+
return /** @type{?proto.google.protobuf.FieldMask} */ (
|
|
9030
|
+
jspb.Message.getWrapperField(this, google_protobuf_field_mask_pb.FieldMask, 11));
|
|
9031
|
+
};
|
|
9032
|
+
|
|
9033
|
+
|
|
9034
|
+
/**
|
|
9035
|
+
* @param {?proto.google.protobuf.FieldMask|undefined} value
|
|
9036
|
+
* @return {!proto.ondewo.nlu.GetSessionsStatisticsTimeSeriesRequest} returns this
|
|
9037
|
+
*/
|
|
9038
|
+
proto.ondewo.nlu.GetSessionsStatisticsTimeSeriesRequest.prototype.setFieldMask = function(value) {
|
|
9039
|
+
return jspb.Message.setWrapperField(this, 11, value);
|
|
9040
|
+
};
|
|
9041
|
+
|
|
9042
|
+
|
|
9043
|
+
/**
|
|
9044
|
+
* Clears the message field making it undefined.
|
|
9045
|
+
* @return {!proto.ondewo.nlu.GetSessionsStatisticsTimeSeriesRequest} returns this
|
|
9046
|
+
*/
|
|
9047
|
+
proto.ondewo.nlu.GetSessionsStatisticsTimeSeriesRequest.prototype.clearFieldMask = function() {
|
|
9048
|
+
return this.setFieldMask(undefined);
|
|
9049
|
+
};
|
|
9050
|
+
|
|
9051
|
+
|
|
9052
|
+
/**
|
|
9053
|
+
* Returns whether this field is set.
|
|
9054
|
+
* @return {boolean}
|
|
9055
|
+
*/
|
|
9056
|
+
proto.ondewo.nlu.GetSessionsStatisticsTimeSeriesRequest.prototype.hasFieldMask = function() {
|
|
9057
|
+
return jspb.Message.getField(this, 11) != null;
|
|
9058
|
+
};
|
|
9059
|
+
|
|
9060
|
+
|
|
9061
|
+
|
|
9062
|
+
|
|
9063
|
+
|
|
9064
|
+
if (jspb.Message.GENERATE_TO_OBJECT) {
|
|
9065
|
+
/**
|
|
9066
|
+
* Creates an object representation of this proto.
|
|
9067
|
+
* Field names that are reserved in JavaScript and will be renamed to pb_name.
|
|
9068
|
+
* Optional fields that are not set will be set to undefined.
|
|
9069
|
+
* To access a reserved field use, foo.pb_<name>, eg, foo.pb_default.
|
|
9070
|
+
* For the list of reserved names please see:
|
|
9071
|
+
* net/proto2/compiler/js/internal/generator.cc#kKeyword.
|
|
9072
|
+
* @param {boolean=} opt_includeInstance Deprecated. whether to include the
|
|
9073
|
+
* JSPB instance for transitional soy proto support:
|
|
9074
|
+
* http://goto/soy-param-migration
|
|
9075
|
+
* @return {!Object}
|
|
9076
|
+
*/
|
|
9077
|
+
proto.ondewo.nlu.LlmTelemetryTimeSeriesBucket.prototype.toObject = function(opt_includeInstance) {
|
|
9078
|
+
return proto.ondewo.nlu.LlmTelemetryTimeSeriesBucket.toObject(opt_includeInstance, this);
|
|
9079
|
+
};
|
|
9080
|
+
|
|
9081
|
+
|
|
9082
|
+
/**
|
|
9083
|
+
* Static version of the {@see toObject} method.
|
|
9084
|
+
* @param {boolean|undefined} includeInstance Deprecated. Whether to include
|
|
9085
|
+
* the JSPB instance for transitional soy proto support:
|
|
9086
|
+
* http://goto/soy-param-migration
|
|
9087
|
+
* @param {!proto.ondewo.nlu.LlmTelemetryTimeSeriesBucket} msg The msg instance to transform.
|
|
9088
|
+
* @return {!Object}
|
|
9089
|
+
* @suppress {unusedLocalVariables} f is only used for nested messages
|
|
9090
|
+
*/
|
|
9091
|
+
proto.ondewo.nlu.LlmTelemetryTimeSeriesBucket.toObject = function(includeInstance, msg) {
|
|
9092
|
+
var f, obj = {
|
|
9093
|
+
bucketStart: (f = msg.getBucketStart()) && google_protobuf_timestamp_pb.Timestamp.toObject(includeInstance, f),
|
|
9094
|
+
bucketEnd: (f = msg.getBucketEnd()) && google_protobuf_timestamp_pb.Timestamp.toObject(includeInstance, f),
|
|
9095
|
+
llmTelemetryReport: (f = msg.getLlmTelemetryReport()) && ondewo_nlu_session_pb.LlmTelemetryReport.toObject(includeInstance, f)
|
|
9096
|
+
};
|
|
9097
|
+
|
|
9098
|
+
if (includeInstance) {
|
|
9099
|
+
obj.$jspbMessageInstance = msg;
|
|
9100
|
+
}
|
|
9101
|
+
return obj;
|
|
9102
|
+
};
|
|
9103
|
+
}
|
|
9104
|
+
|
|
9105
|
+
|
|
9106
|
+
/**
|
|
9107
|
+
* Deserializes binary data (in protobuf wire format).
|
|
9108
|
+
* @param {jspb.ByteSource} bytes The bytes to deserialize.
|
|
9109
|
+
* @return {!proto.ondewo.nlu.LlmTelemetryTimeSeriesBucket}
|
|
9110
|
+
*/
|
|
9111
|
+
proto.ondewo.nlu.LlmTelemetryTimeSeriesBucket.deserializeBinary = function(bytes) {
|
|
9112
|
+
var reader = new jspb.BinaryReader(bytes);
|
|
9113
|
+
var msg = new proto.ondewo.nlu.LlmTelemetryTimeSeriesBucket;
|
|
9114
|
+
return proto.ondewo.nlu.LlmTelemetryTimeSeriesBucket.deserializeBinaryFromReader(msg, reader);
|
|
9115
|
+
};
|
|
9116
|
+
|
|
9117
|
+
|
|
9118
|
+
/**
|
|
9119
|
+
* Deserializes binary data (in protobuf wire format) from the
|
|
9120
|
+
* given reader into the given message object.
|
|
9121
|
+
* @param {!proto.ondewo.nlu.LlmTelemetryTimeSeriesBucket} msg The message object to deserialize into.
|
|
9122
|
+
* @param {!jspb.BinaryReader} reader The BinaryReader to use.
|
|
9123
|
+
* @return {!proto.ondewo.nlu.LlmTelemetryTimeSeriesBucket}
|
|
9124
|
+
*/
|
|
9125
|
+
proto.ondewo.nlu.LlmTelemetryTimeSeriesBucket.deserializeBinaryFromReader = function(msg, reader) {
|
|
9126
|
+
while (reader.nextField()) {
|
|
9127
|
+
if (reader.isEndGroup()) {
|
|
9128
|
+
break;
|
|
9129
|
+
}
|
|
9130
|
+
var field = reader.getFieldNumber();
|
|
9131
|
+
switch (field) {
|
|
9132
|
+
case 1:
|
|
9133
|
+
var value = new google_protobuf_timestamp_pb.Timestamp;
|
|
9134
|
+
reader.readMessage(value,google_protobuf_timestamp_pb.Timestamp.deserializeBinaryFromReader);
|
|
9135
|
+
msg.setBucketStart(value);
|
|
9136
|
+
break;
|
|
9137
|
+
case 2:
|
|
9138
|
+
var value = new google_protobuf_timestamp_pb.Timestamp;
|
|
9139
|
+
reader.readMessage(value,google_protobuf_timestamp_pb.Timestamp.deserializeBinaryFromReader);
|
|
9140
|
+
msg.setBucketEnd(value);
|
|
9141
|
+
break;
|
|
9142
|
+
case 3:
|
|
9143
|
+
var value = new ondewo_nlu_session_pb.LlmTelemetryReport;
|
|
9144
|
+
reader.readMessage(value,ondewo_nlu_session_pb.LlmTelemetryReport.deserializeBinaryFromReader);
|
|
9145
|
+
msg.setLlmTelemetryReport(value);
|
|
9146
|
+
break;
|
|
9147
|
+
default:
|
|
9148
|
+
reader.skipField();
|
|
9149
|
+
break;
|
|
9150
|
+
}
|
|
9151
|
+
}
|
|
9152
|
+
return msg;
|
|
9153
|
+
};
|
|
9154
|
+
|
|
9155
|
+
|
|
9156
|
+
/**
|
|
9157
|
+
* Serializes the message to binary data (in protobuf wire format).
|
|
9158
|
+
* @return {!Uint8Array}
|
|
9159
|
+
*/
|
|
9160
|
+
proto.ondewo.nlu.LlmTelemetryTimeSeriesBucket.prototype.serializeBinary = function() {
|
|
9161
|
+
var writer = new jspb.BinaryWriter();
|
|
9162
|
+
proto.ondewo.nlu.LlmTelemetryTimeSeriesBucket.serializeBinaryToWriter(this, writer);
|
|
9163
|
+
return writer.getResultBuffer();
|
|
9164
|
+
};
|
|
9165
|
+
|
|
9166
|
+
|
|
9167
|
+
/**
|
|
9168
|
+
* Serializes the given message to binary data (in protobuf wire
|
|
9169
|
+
* format), writing to the given BinaryWriter.
|
|
9170
|
+
* @param {!proto.ondewo.nlu.LlmTelemetryTimeSeriesBucket} message
|
|
9171
|
+
* @param {!jspb.BinaryWriter} writer
|
|
9172
|
+
* @suppress {unusedLocalVariables} f is only used for nested messages
|
|
9173
|
+
*/
|
|
9174
|
+
proto.ondewo.nlu.LlmTelemetryTimeSeriesBucket.serializeBinaryToWriter = function(message, writer) {
|
|
9175
|
+
var f = undefined;
|
|
9176
|
+
f = message.getBucketStart();
|
|
9177
|
+
if (f != null) {
|
|
9178
|
+
writer.writeMessage(
|
|
9179
|
+
1,
|
|
9180
|
+
f,
|
|
9181
|
+
google_protobuf_timestamp_pb.Timestamp.serializeBinaryToWriter
|
|
9182
|
+
);
|
|
9183
|
+
}
|
|
9184
|
+
f = message.getBucketEnd();
|
|
9185
|
+
if (f != null) {
|
|
9186
|
+
writer.writeMessage(
|
|
9187
|
+
2,
|
|
9188
|
+
f,
|
|
9189
|
+
google_protobuf_timestamp_pb.Timestamp.serializeBinaryToWriter
|
|
9190
|
+
);
|
|
9191
|
+
}
|
|
9192
|
+
f = message.getLlmTelemetryReport();
|
|
9193
|
+
if (f != null) {
|
|
9194
|
+
writer.writeMessage(
|
|
9195
|
+
3,
|
|
9196
|
+
f,
|
|
9197
|
+
ondewo_nlu_session_pb.LlmTelemetryReport.serializeBinaryToWriter
|
|
9198
|
+
);
|
|
9199
|
+
}
|
|
9200
|
+
};
|
|
9201
|
+
|
|
9202
|
+
|
|
9203
|
+
/**
|
|
9204
|
+
* optional google.protobuf.Timestamp bucket_start = 1;
|
|
9205
|
+
* @return {?proto.google.protobuf.Timestamp}
|
|
9206
|
+
*/
|
|
9207
|
+
proto.ondewo.nlu.LlmTelemetryTimeSeriesBucket.prototype.getBucketStart = function() {
|
|
9208
|
+
return /** @type{?proto.google.protobuf.Timestamp} */ (
|
|
9209
|
+
jspb.Message.getWrapperField(this, google_protobuf_timestamp_pb.Timestamp, 1));
|
|
9210
|
+
};
|
|
9211
|
+
|
|
9212
|
+
|
|
9213
|
+
/**
|
|
9214
|
+
* @param {?proto.google.protobuf.Timestamp|undefined} value
|
|
9215
|
+
* @return {!proto.ondewo.nlu.LlmTelemetryTimeSeriesBucket} returns this
|
|
9216
|
+
*/
|
|
9217
|
+
proto.ondewo.nlu.LlmTelemetryTimeSeriesBucket.prototype.setBucketStart = function(value) {
|
|
9218
|
+
return jspb.Message.setWrapperField(this, 1, value);
|
|
9219
|
+
};
|
|
9220
|
+
|
|
9221
|
+
|
|
9222
|
+
/**
|
|
9223
|
+
* Clears the message field making it undefined.
|
|
9224
|
+
* @return {!proto.ondewo.nlu.LlmTelemetryTimeSeriesBucket} returns this
|
|
9225
|
+
*/
|
|
9226
|
+
proto.ondewo.nlu.LlmTelemetryTimeSeriesBucket.prototype.clearBucketStart = function() {
|
|
9227
|
+
return this.setBucketStart(undefined);
|
|
9228
|
+
};
|
|
9229
|
+
|
|
9230
|
+
|
|
9231
|
+
/**
|
|
9232
|
+
* Returns whether this field is set.
|
|
9233
|
+
* @return {boolean}
|
|
9234
|
+
*/
|
|
9235
|
+
proto.ondewo.nlu.LlmTelemetryTimeSeriesBucket.prototype.hasBucketStart = function() {
|
|
9236
|
+
return jspb.Message.getField(this, 1) != null;
|
|
9237
|
+
};
|
|
9238
|
+
|
|
9239
|
+
|
|
9240
|
+
/**
|
|
9241
|
+
* optional google.protobuf.Timestamp bucket_end = 2;
|
|
9242
|
+
* @return {?proto.google.protobuf.Timestamp}
|
|
9243
|
+
*/
|
|
9244
|
+
proto.ondewo.nlu.LlmTelemetryTimeSeriesBucket.prototype.getBucketEnd = function() {
|
|
9245
|
+
return /** @type{?proto.google.protobuf.Timestamp} */ (
|
|
9246
|
+
jspb.Message.getWrapperField(this, google_protobuf_timestamp_pb.Timestamp, 2));
|
|
9247
|
+
};
|
|
9248
|
+
|
|
9249
|
+
|
|
9250
|
+
/**
|
|
9251
|
+
* @param {?proto.google.protobuf.Timestamp|undefined} value
|
|
9252
|
+
* @return {!proto.ondewo.nlu.LlmTelemetryTimeSeriesBucket} returns this
|
|
9253
|
+
*/
|
|
9254
|
+
proto.ondewo.nlu.LlmTelemetryTimeSeriesBucket.prototype.setBucketEnd = function(value) {
|
|
9255
|
+
return jspb.Message.setWrapperField(this, 2, value);
|
|
9256
|
+
};
|
|
9257
|
+
|
|
9258
|
+
|
|
9259
|
+
/**
|
|
9260
|
+
* Clears the message field making it undefined.
|
|
9261
|
+
* @return {!proto.ondewo.nlu.LlmTelemetryTimeSeriesBucket} returns this
|
|
9262
|
+
*/
|
|
9263
|
+
proto.ondewo.nlu.LlmTelemetryTimeSeriesBucket.prototype.clearBucketEnd = function() {
|
|
9264
|
+
return this.setBucketEnd(undefined);
|
|
9265
|
+
};
|
|
9266
|
+
|
|
9267
|
+
|
|
9268
|
+
/**
|
|
9269
|
+
* Returns whether this field is set.
|
|
9270
|
+
* @return {boolean}
|
|
9271
|
+
*/
|
|
9272
|
+
proto.ondewo.nlu.LlmTelemetryTimeSeriesBucket.prototype.hasBucketEnd = function() {
|
|
9273
|
+
return jspb.Message.getField(this, 2) != null;
|
|
9274
|
+
};
|
|
9275
|
+
|
|
9276
|
+
|
|
9277
|
+
/**
|
|
9278
|
+
* optional LlmTelemetryReport llm_telemetry_report = 3;
|
|
9279
|
+
* @return {?proto.ondewo.nlu.LlmTelemetryReport}
|
|
9280
|
+
*/
|
|
9281
|
+
proto.ondewo.nlu.LlmTelemetryTimeSeriesBucket.prototype.getLlmTelemetryReport = function() {
|
|
9282
|
+
return /** @type{?proto.ondewo.nlu.LlmTelemetryReport} */ (
|
|
9283
|
+
jspb.Message.getWrapperField(this, ondewo_nlu_session_pb.LlmTelemetryReport, 3));
|
|
9284
|
+
};
|
|
9285
|
+
|
|
9286
|
+
|
|
9287
|
+
/**
|
|
9288
|
+
* @param {?proto.ondewo.nlu.LlmTelemetryReport|undefined} value
|
|
9289
|
+
* @return {!proto.ondewo.nlu.LlmTelemetryTimeSeriesBucket} returns this
|
|
9290
|
+
*/
|
|
9291
|
+
proto.ondewo.nlu.LlmTelemetryTimeSeriesBucket.prototype.setLlmTelemetryReport = function(value) {
|
|
9292
|
+
return jspb.Message.setWrapperField(this, 3, value);
|
|
9293
|
+
};
|
|
9294
|
+
|
|
9295
|
+
|
|
9296
|
+
/**
|
|
9297
|
+
* Clears the message field making it undefined.
|
|
9298
|
+
* @return {!proto.ondewo.nlu.LlmTelemetryTimeSeriesBucket} returns this
|
|
9299
|
+
*/
|
|
9300
|
+
proto.ondewo.nlu.LlmTelemetryTimeSeriesBucket.prototype.clearLlmTelemetryReport = function() {
|
|
9301
|
+
return this.setLlmTelemetryReport(undefined);
|
|
9302
|
+
};
|
|
9303
|
+
|
|
9304
|
+
|
|
9305
|
+
/**
|
|
9306
|
+
* Returns whether this field is set.
|
|
9307
|
+
* @return {boolean}
|
|
9308
|
+
*/
|
|
9309
|
+
proto.ondewo.nlu.LlmTelemetryTimeSeriesBucket.prototype.hasLlmTelemetryReport = function() {
|
|
9310
|
+
return jspb.Message.getField(this, 3) != null;
|
|
9311
|
+
};
|
|
9312
|
+
|
|
9313
|
+
|
|
9314
|
+
|
|
9315
|
+
/**
|
|
9316
|
+
* List of repeated fields within this message type.
|
|
9317
|
+
* @private {!Array<number>}
|
|
9318
|
+
* @const
|
|
9319
|
+
*/
|
|
9320
|
+
proto.ondewo.nlu.GetSessionsStatisticsTimeSeriesResponse.repeatedFields_ = [1];
|
|
9321
|
+
|
|
9322
|
+
|
|
9323
|
+
|
|
9324
|
+
if (jspb.Message.GENERATE_TO_OBJECT) {
|
|
9325
|
+
/**
|
|
9326
|
+
* Creates an object representation of this proto.
|
|
9327
|
+
* Field names that are reserved in JavaScript and will be renamed to pb_name.
|
|
9328
|
+
* Optional fields that are not set will be set to undefined.
|
|
9329
|
+
* To access a reserved field use, foo.pb_<name>, eg, foo.pb_default.
|
|
9330
|
+
* For the list of reserved names please see:
|
|
9331
|
+
* net/proto2/compiler/js/internal/generator.cc#kKeyword.
|
|
9332
|
+
* @param {boolean=} opt_includeInstance Deprecated. whether to include the
|
|
9333
|
+
* JSPB instance for transitional soy proto support:
|
|
9334
|
+
* http://goto/soy-param-migration
|
|
9335
|
+
* @return {!Object}
|
|
9336
|
+
*/
|
|
9337
|
+
proto.ondewo.nlu.GetSessionsStatisticsTimeSeriesResponse.prototype.toObject = function(opt_includeInstance) {
|
|
9338
|
+
return proto.ondewo.nlu.GetSessionsStatisticsTimeSeriesResponse.toObject(opt_includeInstance, this);
|
|
9339
|
+
};
|
|
9340
|
+
|
|
9341
|
+
|
|
9342
|
+
/**
|
|
9343
|
+
* Static version of the {@see toObject} method.
|
|
9344
|
+
* @param {boolean|undefined} includeInstance Deprecated. Whether to include
|
|
9345
|
+
* the JSPB instance for transitional soy proto support:
|
|
9346
|
+
* http://goto/soy-param-migration
|
|
9347
|
+
* @param {!proto.ondewo.nlu.GetSessionsStatisticsTimeSeriesResponse} msg The msg instance to transform.
|
|
9348
|
+
* @return {!Object}
|
|
9349
|
+
* @suppress {unusedLocalVariables} f is only used for nested messages
|
|
9350
|
+
*/
|
|
9351
|
+
proto.ondewo.nlu.GetSessionsStatisticsTimeSeriesResponse.toObject = function(includeInstance, msg) {
|
|
9352
|
+
var f, obj = {
|
|
9353
|
+
llmTelemetryTimeSeriesBucketsList: jspb.Message.toObjectList(msg.getLlmTelemetryTimeSeriesBucketsList(),
|
|
9354
|
+
proto.ondewo.nlu.LlmTelemetryTimeSeriesBucket.toObject, includeInstance),
|
|
9355
|
+
bucketWidthSeconds: jspb.Message.getFieldWithDefault(msg, 2, 0)
|
|
9356
|
+
};
|
|
9357
|
+
|
|
9358
|
+
if (includeInstance) {
|
|
9359
|
+
obj.$jspbMessageInstance = msg;
|
|
9360
|
+
}
|
|
9361
|
+
return obj;
|
|
9362
|
+
};
|
|
9363
|
+
}
|
|
9364
|
+
|
|
9365
|
+
|
|
9366
|
+
/**
|
|
9367
|
+
* Deserializes binary data (in protobuf wire format).
|
|
9368
|
+
* @param {jspb.ByteSource} bytes The bytes to deserialize.
|
|
9369
|
+
* @return {!proto.ondewo.nlu.GetSessionsStatisticsTimeSeriesResponse}
|
|
9370
|
+
*/
|
|
9371
|
+
proto.ondewo.nlu.GetSessionsStatisticsTimeSeriesResponse.deserializeBinary = function(bytes) {
|
|
9372
|
+
var reader = new jspb.BinaryReader(bytes);
|
|
9373
|
+
var msg = new proto.ondewo.nlu.GetSessionsStatisticsTimeSeriesResponse;
|
|
9374
|
+
return proto.ondewo.nlu.GetSessionsStatisticsTimeSeriesResponse.deserializeBinaryFromReader(msg, reader);
|
|
9375
|
+
};
|
|
9376
|
+
|
|
9377
|
+
|
|
9378
|
+
/**
|
|
9379
|
+
* Deserializes binary data (in protobuf wire format) from the
|
|
9380
|
+
* given reader into the given message object.
|
|
9381
|
+
* @param {!proto.ondewo.nlu.GetSessionsStatisticsTimeSeriesResponse} msg The message object to deserialize into.
|
|
9382
|
+
* @param {!jspb.BinaryReader} reader The BinaryReader to use.
|
|
9383
|
+
* @return {!proto.ondewo.nlu.GetSessionsStatisticsTimeSeriesResponse}
|
|
9384
|
+
*/
|
|
9385
|
+
proto.ondewo.nlu.GetSessionsStatisticsTimeSeriesResponse.deserializeBinaryFromReader = function(msg, reader) {
|
|
9386
|
+
while (reader.nextField()) {
|
|
9387
|
+
if (reader.isEndGroup()) {
|
|
9388
|
+
break;
|
|
9389
|
+
}
|
|
9390
|
+
var field = reader.getFieldNumber();
|
|
9391
|
+
switch (field) {
|
|
9392
|
+
case 1:
|
|
9393
|
+
var value = new proto.ondewo.nlu.LlmTelemetryTimeSeriesBucket;
|
|
9394
|
+
reader.readMessage(value,proto.ondewo.nlu.LlmTelemetryTimeSeriesBucket.deserializeBinaryFromReader);
|
|
9395
|
+
msg.addLlmTelemetryTimeSeriesBuckets(value);
|
|
9396
|
+
break;
|
|
9397
|
+
case 2:
|
|
9398
|
+
var value = /** @type {number} */ (reader.readInt32());
|
|
9399
|
+
msg.setBucketWidthSeconds(value);
|
|
9400
|
+
break;
|
|
9401
|
+
default:
|
|
9402
|
+
reader.skipField();
|
|
9403
|
+
break;
|
|
9404
|
+
}
|
|
9405
|
+
}
|
|
9406
|
+
return msg;
|
|
9407
|
+
};
|
|
9408
|
+
|
|
9409
|
+
|
|
9410
|
+
/**
|
|
9411
|
+
* Serializes the message to binary data (in protobuf wire format).
|
|
9412
|
+
* @return {!Uint8Array}
|
|
9413
|
+
*/
|
|
9414
|
+
proto.ondewo.nlu.GetSessionsStatisticsTimeSeriesResponse.prototype.serializeBinary = function() {
|
|
9415
|
+
var writer = new jspb.BinaryWriter();
|
|
9416
|
+
proto.ondewo.nlu.GetSessionsStatisticsTimeSeriesResponse.serializeBinaryToWriter(this, writer);
|
|
9417
|
+
return writer.getResultBuffer();
|
|
9418
|
+
};
|
|
9419
|
+
|
|
9420
|
+
|
|
9421
|
+
/**
|
|
9422
|
+
* Serializes the given message to binary data (in protobuf wire
|
|
9423
|
+
* format), writing to the given BinaryWriter.
|
|
9424
|
+
* @param {!proto.ondewo.nlu.GetSessionsStatisticsTimeSeriesResponse} message
|
|
9425
|
+
* @param {!jspb.BinaryWriter} writer
|
|
9426
|
+
* @suppress {unusedLocalVariables} f is only used for nested messages
|
|
9427
|
+
*/
|
|
9428
|
+
proto.ondewo.nlu.GetSessionsStatisticsTimeSeriesResponse.serializeBinaryToWriter = function(message, writer) {
|
|
9429
|
+
var f = undefined;
|
|
9430
|
+
f = message.getLlmTelemetryTimeSeriesBucketsList();
|
|
9431
|
+
if (f.length > 0) {
|
|
9432
|
+
writer.writeRepeatedMessage(
|
|
9433
|
+
1,
|
|
9434
|
+
f,
|
|
9435
|
+
proto.ondewo.nlu.LlmTelemetryTimeSeriesBucket.serializeBinaryToWriter
|
|
9436
|
+
);
|
|
9437
|
+
}
|
|
9438
|
+
f = message.getBucketWidthSeconds();
|
|
9439
|
+
if (f !== 0) {
|
|
9440
|
+
writer.writeInt32(
|
|
9441
|
+
2,
|
|
9442
|
+
f
|
|
9443
|
+
);
|
|
9444
|
+
}
|
|
9445
|
+
};
|
|
9446
|
+
|
|
9447
|
+
|
|
9448
|
+
/**
|
|
9449
|
+
* repeated LlmTelemetryTimeSeriesBucket llm_telemetry_time_series_buckets = 1;
|
|
9450
|
+
* @return {!Array<!proto.ondewo.nlu.LlmTelemetryTimeSeriesBucket>}
|
|
9451
|
+
*/
|
|
9452
|
+
proto.ondewo.nlu.GetSessionsStatisticsTimeSeriesResponse.prototype.getLlmTelemetryTimeSeriesBucketsList = function() {
|
|
9453
|
+
return /** @type{!Array<!proto.ondewo.nlu.LlmTelemetryTimeSeriesBucket>} */ (
|
|
9454
|
+
jspb.Message.getRepeatedWrapperField(this, proto.ondewo.nlu.LlmTelemetryTimeSeriesBucket, 1));
|
|
9455
|
+
};
|
|
9456
|
+
|
|
9457
|
+
|
|
9458
|
+
/**
|
|
9459
|
+
* @param {!Array<!proto.ondewo.nlu.LlmTelemetryTimeSeriesBucket>} value
|
|
9460
|
+
* @return {!proto.ondewo.nlu.GetSessionsStatisticsTimeSeriesResponse} returns this
|
|
9461
|
+
*/
|
|
9462
|
+
proto.ondewo.nlu.GetSessionsStatisticsTimeSeriesResponse.prototype.setLlmTelemetryTimeSeriesBucketsList = function(value) {
|
|
9463
|
+
return jspb.Message.setRepeatedWrapperField(this, 1, value);
|
|
9464
|
+
};
|
|
9465
|
+
|
|
9466
|
+
|
|
9467
|
+
/**
|
|
9468
|
+
* @param {!proto.ondewo.nlu.LlmTelemetryTimeSeriesBucket=} opt_value
|
|
9469
|
+
* @param {number=} opt_index
|
|
9470
|
+
* @return {!proto.ondewo.nlu.LlmTelemetryTimeSeriesBucket}
|
|
9471
|
+
*/
|
|
9472
|
+
proto.ondewo.nlu.GetSessionsStatisticsTimeSeriesResponse.prototype.addLlmTelemetryTimeSeriesBuckets = function(opt_value, opt_index) {
|
|
9473
|
+
return jspb.Message.addToRepeatedWrapperField(this, 1, opt_value, proto.ondewo.nlu.LlmTelemetryTimeSeriesBucket, opt_index);
|
|
9474
|
+
};
|
|
9475
|
+
|
|
9476
|
+
|
|
9477
|
+
/**
|
|
9478
|
+
* Clears the list making it empty but non-null.
|
|
9479
|
+
* @return {!proto.ondewo.nlu.GetSessionsStatisticsTimeSeriesResponse} returns this
|
|
9480
|
+
*/
|
|
9481
|
+
proto.ondewo.nlu.GetSessionsStatisticsTimeSeriesResponse.prototype.clearLlmTelemetryTimeSeriesBucketsList = function() {
|
|
9482
|
+
return this.setLlmTelemetryTimeSeriesBucketsList([]);
|
|
9483
|
+
};
|
|
9484
|
+
|
|
9485
|
+
|
|
9486
|
+
/**
|
|
9487
|
+
* optional int32 bucket_width_seconds = 2;
|
|
9488
|
+
* @return {number}
|
|
9489
|
+
*/
|
|
9490
|
+
proto.ondewo.nlu.GetSessionsStatisticsTimeSeriesResponse.prototype.getBucketWidthSeconds = function() {
|
|
9491
|
+
return /** @type {number} */ (jspb.Message.getFieldWithDefault(this, 2, 0));
|
|
9492
|
+
};
|
|
9493
|
+
|
|
9494
|
+
|
|
9495
|
+
/**
|
|
9496
|
+
* @param {number} value
|
|
9497
|
+
* @return {!proto.ondewo.nlu.GetSessionsStatisticsTimeSeriesResponse} returns this
|
|
9498
|
+
*/
|
|
9499
|
+
proto.ondewo.nlu.GetSessionsStatisticsTimeSeriesResponse.prototype.setBucketWidthSeconds = function(value) {
|
|
9500
|
+
return jspb.Message.setProto3IntField(this, 2, value);
|
|
9501
|
+
};
|
|
9502
|
+
|
|
9503
|
+
|
|
9504
|
+
|
|
8420
9505
|
|
|
8421
9506
|
|
|
8422
9507
|
if (jspb.Message.GENERATE_TO_OBJECT) {
|
|
@@ -21064,7 +22149,8 @@ proto.ondewo.nlu.ReportType = {
|
|
|
21064
22149
|
AGENT_LLM_TOOL_CALL_TOKEN_USAGE: 21,
|
|
21065
22150
|
AGENT_LLM_TOP_X_MODELS: 22,
|
|
21066
22151
|
AGENT_LLM_TOP_X_CCAI_SERVICE_PROVIDERS: 23,
|
|
21067
|
-
AGENT_LLM_TOP_X_AGENT_NAMES: 24
|
|
22152
|
+
AGENT_LLM_TOP_X_AGENT_NAMES: 24,
|
|
22153
|
+
AGENT_LLM_SAFETY: 25
|
|
21068
22154
|
};
|
|
21069
22155
|
|
|
21070
22156
|
/**
|
|
@@ -21111,7 +22197,8 @@ proto.ondewo.nlu.SessionsReportType = {
|
|
|
21111
22197
|
SESSION_LLM_TOOL_CALL_TOKEN_USAGE: 37,
|
|
21112
22198
|
SESSION_LLM_TOP_X_MODELS: 38,
|
|
21113
22199
|
SESSION_LLM_TOP_X_CCAI_SERVICE_PROVIDERS: 39,
|
|
21114
|
-
SESSION_LLM_TOP_X_AGENT_NAMES: 40
|
|
22200
|
+
SESSION_LLM_TOP_X_AGENT_NAMES: 40,
|
|
22201
|
+
SESSION_LLM_SAFETY: 41
|
|
21115
22202
|
};
|
|
21116
22203
|
|
|
21117
22204
|
/**
|