@aws-sdk/client-bedrock-agentcore 3.1067.0 → 3.1069.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/dist-cjs/auth/httpAuthSchemeProvider.js +9 -15
- package/dist-cjs/endpoint/bdd.js +2 -5
- package/dist-cjs/endpoint/endpointResolver.js +7 -11
- package/dist-cjs/index.js +284 -268
- package/dist-cjs/models/BedrockAgentCoreServiceException.js +4 -8
- package/dist-cjs/models/errors.js +29 -46
- package/dist-cjs/runtimeConfig.browser.js +24 -28
- package/dist-cjs/runtimeConfig.js +32 -36
- package/dist-cjs/runtimeConfig.native.js +4 -7
- package/dist-cjs/runtimeConfig.shared.js +21 -25
- package/dist-cjs/schemas/schemas_0.js +1241 -692
- package/dist-es/models/enums.js +35 -0
- package/dist-es/schemas/schemas_0.js +216 -45
- package/dist-types/commands/CreateABTestCommand.d.ts +3 -0
- package/dist-types/commands/GetBatchEvaluationCommand.d.ts +96 -0
- package/dist-types/commands/GetRecommendationCommand.d.ts +9 -0
- package/dist-types/commands/ListBatchEvaluationsCommand.d.ts +6 -0
- package/dist-types/commands/ListEventsCommand.d.ts +1 -1
- package/dist-types/commands/ListMemoryExtractionJobsCommand.d.ts +1 -1
- package/dist-types/commands/ListMemoryRecordsCommand.d.ts +1 -1
- package/dist-types/commands/StartBatchEvaluationCommand.d.ts +25 -0
- package/dist-types/commands/StartRecommendationCommand.d.ts +16 -0
- package/dist-types/models/enums.d.ts +43 -0
- package/dist-types/models/models_0.d.ts +470 -436
- package/dist-types/models/models_1.d.ts +433 -2
- package/dist-types/schemas/schemas_0.d.ts +16 -0
- package/dist-types/ts3.4/commands/ListEventsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListMemoryExtractionJobsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListMemoryRecordsCommand.d.ts +1 -1
- package/dist-types/ts3.4/models/enums.d.ts +37 -0
- package/dist-types/ts3.4/models/models_0.d.ts +122 -133
- package/dist-types/ts3.4/models/models_1.d.ts +138 -2
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +16 -0
- package/package.json +8 -8
|
@@ -11,7 +11,9 @@ const _AL = "AvailableLimits";
|
|
|
11
11
|
const _AS = "ActorSummary";
|
|
12
12
|
const _ASD = "AgentSkillsDescriptor";
|
|
13
13
|
const _ASL = "ActorSummaryList";
|
|
14
|
+
const _ASLf = "AffectedSessionList";
|
|
14
15
|
const _ASU = "AutomationStreamUpdate";
|
|
16
|
+
const _ASf = "AffectedSession";
|
|
15
17
|
const _ASu = "AutomationStream";
|
|
16
18
|
const _ATC = "AgentTracesConfig";
|
|
17
19
|
const _ATT = "AccessTokenType";
|
|
@@ -32,6 +34,7 @@ const _BEP = "BrowserEnterprisePolicy";
|
|
|
32
34
|
const _BEPr = "BrowserEnterprisePolicies";
|
|
33
35
|
const _BES = "BatchEvaluationSummary";
|
|
34
36
|
const _BESL = "BatchEvaluationSummaryList";
|
|
37
|
+
const _BETC = "BatchEvaluationTraceConfig";
|
|
35
38
|
const _BEr = "BrowserExtensions";
|
|
36
39
|
const _BF = "BranchFilter";
|
|
37
40
|
const _BPC = "BrowserProfileConfiguration";
|
|
@@ -147,13 +150,25 @@ const _ERIv = "EvaluationReferenceInputs";
|
|
|
147
150
|
const _ERv = "EvaluateResponse";
|
|
148
151
|
const _ERva = "EvaluationResults";
|
|
149
152
|
const _ES = "EvaluatorStatistics";
|
|
153
|
+
const _ESAS = "ExecutionSummaryAffectedSession";
|
|
154
|
+
const _ESASL = "ExecutionSummaryAffectedSessionList";
|
|
155
|
+
const _ESC = "ExecutionSummaryCluster";
|
|
156
|
+
const _ESCL = "ExecutionSummaryClusterList";
|
|
157
|
+
const _ESCRC = "ExecutionSummaryClusteringResultContent";
|
|
150
158
|
const _ESL = "EvaluatorSummaryList";
|
|
151
159
|
const _ESv = "EvaluatorSummary";
|
|
152
160
|
const _ET = "EvaluationTarget";
|
|
153
161
|
const _Ev = "Evaluator";
|
|
154
162
|
const _Eva = "Evaluate";
|
|
155
163
|
const _Eve = "Event";
|
|
164
|
+
const _FARC = "FailureAnalysisResultContent";
|
|
165
|
+
const _FCC = "FailureCategoryCluster";
|
|
166
|
+
const _FCCL = "FailureCategoryClusterList";
|
|
156
167
|
const _FI = "FilterInput";
|
|
168
|
+
const _FSCC = "FailureSubCategoryCluster";
|
|
169
|
+
const _FSCCL = "FailureSubCategoryClusterList";
|
|
170
|
+
const _FSD = "FailureSpanDetail";
|
|
171
|
+
const _FSDL = "FailureSpanDetailList";
|
|
157
172
|
const _FV = "FilterValue";
|
|
158
173
|
const _GABT = "GetABTest";
|
|
159
174
|
const _GABTR = "GetABTestRequest";
|
|
@@ -262,6 +277,7 @@ const _HTUB = "HarnessToolUseBlock";
|
|
|
262
277
|
const _HTUBD = "HarnessToolUseBlockDelta";
|
|
263
278
|
const _HTUBS = "HarnessToolUseBlockStart";
|
|
264
279
|
const _HTa = "HarnessTools";
|
|
280
|
+
const _I = "Insight";
|
|
265
281
|
const _IAR = "InvokeAgentRuntime";
|
|
266
282
|
const _IARC = "InvokeAgentRuntimeCommand";
|
|
267
283
|
const _IARCR = "InvokeAgentRuntimeCommandRequest";
|
|
@@ -278,12 +294,15 @@ const _ICBL = "InputContentBlockList";
|
|
|
278
294
|
const _ICI = "InvokeCodeInterpreter";
|
|
279
295
|
const _ICIR = "InvokeCodeInterpreterRequest";
|
|
280
296
|
const _ICIRn = "InvokeCodeInterpreterResponse";
|
|
297
|
+
const _IFS = "InsightsFailureSignal";
|
|
298
|
+
const _IFSL = "InsightsFailureSignalList";
|
|
281
299
|
const _IGT = "InlineGroundTruth";
|
|
282
300
|
const _IH = "InvokeHarness";
|
|
283
301
|
const _IHR = "InvokeHarnessRequest";
|
|
284
302
|
const _IHRn = "InvokeHarnessResponse";
|
|
285
303
|
const _IHSO = "InvokeHarnessStreamOutput";
|
|
286
304
|
const _IIE = "InvalidInputException";
|
|
305
|
+
const _IL = "InsightList";
|
|
287
306
|
const _ISE = "InternalServerException";
|
|
288
307
|
const _KPA = "KeyPressArguments";
|
|
289
308
|
const _KPR = "KeyPressResult";
|
|
@@ -374,6 +393,7 @@ const _OACP = "OAuthCredentialProvider";
|
|
|
374
393
|
const _OACPV = "OAuthCustomParametersValue";
|
|
375
394
|
const _OACPu = "OAuthCustomParameters";
|
|
376
395
|
const _OC = "OutputConfig";
|
|
396
|
+
const _OECS = "OnlineEvaluationConfigSource";
|
|
377
397
|
const _P = "Proxies";
|
|
378
398
|
const _PB = "ProxyBypass";
|
|
379
399
|
const _PC = "ProxyConfiguration";
|
|
@@ -400,6 +420,8 @@ const _PVOEC = "PerVariantOnlineEvaluationConfig";
|
|
|
400
420
|
const _PVOECL = "PerVariantOnlineEvaluationConfigList";
|
|
401
421
|
const _Pr = "Proxy";
|
|
402
422
|
const _RC = "ResourceContent";
|
|
423
|
+
const _RCC = "RootCauseCluster";
|
|
424
|
+
const _RCCL = "RootCauseClusterList";
|
|
403
425
|
const _RCE = "RetryableConflictException";
|
|
404
426
|
const _RCEu = "RuntimeClientError";
|
|
405
427
|
const _RCe = "ResponseChunk";
|
|
@@ -514,6 +536,11 @@ const _UBSR = "UpdateBrowserStreamRequest";
|
|
|
514
536
|
const _UBSRp = "UpdateBrowserStreamResponse";
|
|
515
537
|
const _UE = "UnauthorizedException";
|
|
516
538
|
const _UI = "UserIdentifier";
|
|
539
|
+
const _UIAS = "UserIntentAffectedSession";
|
|
540
|
+
const _UIASL = "UserIntentAffectedSessionList";
|
|
541
|
+
const _UIC = "UserIntentCluster";
|
|
542
|
+
const _UICL = "UserIntentClusterList";
|
|
543
|
+
const _UICRC = "UserIntentClusteringResultContent";
|
|
517
544
|
const _UTT = "UserTokenType";
|
|
518
545
|
const _V = "Variant";
|
|
519
546
|
const _VC = "VariantConfiguration";
|
|
@@ -551,8 +578,10 @@ const _aP = "additionalParams";
|
|
|
551
578
|
const _aRA = "agentRuntimeArn";
|
|
552
579
|
const _aS = "automationStream";
|
|
553
580
|
const _aSA = "availableSpendAmount";
|
|
581
|
+
const _aSC = "affectedSessionCount";
|
|
554
582
|
const _aSU = "automationStreamUpdate";
|
|
555
583
|
const _aSc = "actorSummaries";
|
|
584
|
+
const _aSf = "affectedSessions";
|
|
556
585
|
const _aSg = "agentSkills";
|
|
557
586
|
const _aSu = "authorizationSignature";
|
|
558
587
|
const _aSv = "averageScore";
|
|
@@ -563,6 +592,7 @@ const _aTb = "abTests";
|
|
|
563
592
|
const _aTc = "accessToken";
|
|
564
593
|
const _aTg = "agentTraces";
|
|
565
594
|
const _aTl = "allowedTools";
|
|
595
|
+
const _aTp = "approachTaken";
|
|
566
596
|
const _aU = "authorizationUrl";
|
|
567
597
|
const _ac = "accept";
|
|
568
598
|
const _act = "action";
|
|
@@ -581,6 +611,7 @@ const _bE = "batchEvaluations";
|
|
|
581
611
|
const _bEA = "batchEvaluationArn";
|
|
582
612
|
const _bEI = "batchEvaluationId";
|
|
583
613
|
const _bEN = "batchEvaluationName";
|
|
614
|
+
const _bEa = "batchEvaluation";
|
|
584
615
|
const _bI = "browserIdentifier";
|
|
585
616
|
const _bMC = "bedrockModelConfig";
|
|
586
617
|
const _bT = "bearerToken";
|
|
@@ -606,9 +637,10 @@ const _cCTRo = "coinbaseCdpTokenResponse";
|
|
|
606
637
|
const _cCl = "clearContext";
|
|
607
638
|
const _cD = "contentDelta";
|
|
608
639
|
const _cE = "conflictException";
|
|
609
|
-
const _cI = "
|
|
640
|
+
const _cI = "clusterId";
|
|
610
641
|
const _cIA = "codeInterpreterArn";
|
|
611
642
|
const _cII = "codeInterpreterIdentifier";
|
|
643
|
+
const _cIo = "confidenceInterval";
|
|
612
644
|
const _cL = "cloudwatchLogs";
|
|
613
645
|
const _cP = "customParameters";
|
|
614
646
|
const _cRI = "currentRunId";
|
|
@@ -623,6 +655,7 @@ const _cWC = "cloudWatchConfig";
|
|
|
623
655
|
const _cWIT = "cacheWriteInputTokens";
|
|
624
656
|
const _cWL = "cloudWatchLogs";
|
|
625
657
|
const _cX = "cryptoX402";
|
|
658
|
+
const _ca = "category";
|
|
626
659
|
const _ce = "certificates";
|
|
627
660
|
const _ch = "chain";
|
|
628
661
|
const _chu = "chunk";
|
|
@@ -631,6 +664,7 @@ const _cod = "code";
|
|
|
631
664
|
const _com = "command";
|
|
632
665
|
const _con = "context";
|
|
633
666
|
const _conf = "config";
|
|
667
|
+
const _confi = "confidence";
|
|
634
668
|
const _conv = "conversational";
|
|
635
669
|
const _cr = "credentials";
|
|
636
670
|
const _cu = "currency";
|
|
@@ -675,7 +709,9 @@ const _eR = "evaluationResults";
|
|
|
675
709
|
const _eRI = "evaluationReferenceInputs";
|
|
676
710
|
const _eRx = "expectedResponse";
|
|
677
711
|
const _eS = "executionStatus";
|
|
712
|
+
const _eSR = "executionSummaryResult";
|
|
678
713
|
const _eSv = "evaluatorSummaries";
|
|
714
|
+
const _eSx = "executionSummaries";
|
|
679
715
|
const _eT = "endTime";
|
|
680
716
|
const _eTIM = "expiryTimeInMinutes";
|
|
681
717
|
const _eTv = "eventTimestamp";
|
|
@@ -688,14 +724,20 @@ const _em = "email";
|
|
|
688
724
|
const _ev = "evaluators";
|
|
689
725
|
const _eve = "event";
|
|
690
726
|
const _even = "events";
|
|
727
|
+
const _evi = "evidence";
|
|
691
728
|
const _ex = "explanation";
|
|
692
729
|
const _ext = "extensions";
|
|
693
730
|
const _f = "filters";
|
|
694
731
|
const _fA = "forceAuthentication";
|
|
732
|
+
const _fAR = "failureAnalysisResult";
|
|
695
733
|
const _fC = "filterConfig";
|
|
696
734
|
const _fL = "fieldList";
|
|
735
|
+
const _fO = "finalOutcome";
|
|
697
736
|
const _fR = "failedRecords";
|
|
698
737
|
const _fRa = "failureReason";
|
|
738
|
+
const _fS = "failureSpans";
|
|
739
|
+
const _fT = "fixType";
|
|
740
|
+
const _fa = "failures";
|
|
699
741
|
const _fi = "filter";
|
|
700
742
|
const _fo = "format";
|
|
701
743
|
const _g = "git";
|
|
@@ -713,11 +755,12 @@ const _hH = "httpHeader";
|
|
|
713
755
|
const _hQ = "httpQuery";
|
|
714
756
|
const _he = "height";
|
|
715
757
|
const _ht = "http";
|
|
716
|
-
const _i = "
|
|
758
|
+
const _i = "insights";
|
|
717
759
|
const _iAS = "includeAuthorizationSignature";
|
|
718
760
|
const _iC = "inlineContent";
|
|
719
761
|
const _iE = "isError";
|
|
720
762
|
const _iF = "inlineFunction";
|
|
763
|
+
const _iI = "insightId";
|
|
721
764
|
const _iP = "includePayloads";
|
|
722
765
|
const _iPB = "includeParentBranches";
|
|
723
766
|
const _iRIF = "ignoredReferenceInputFields";
|
|
@@ -727,13 +770,15 @@ const _iSs = "isSignificant";
|
|
|
727
770
|
const _iT = "idempotencyToken";
|
|
728
771
|
const _iTn = "inputTokens";
|
|
729
772
|
const _iWAT = "includeWalletAuthToken";
|
|
730
|
-
const _in = "
|
|
773
|
+
const _in = "input";
|
|
774
|
+
const _inl = "inline";
|
|
731
775
|
const _it = "items";
|
|
732
776
|
const _j = "jobs";
|
|
733
777
|
const _jI = "jobId";
|
|
734
778
|
const _jID = "jobID";
|
|
735
779
|
const _js = "json";
|
|
736
780
|
const _k = "key";
|
|
781
|
+
const _kKA = "kmsKeyArn";
|
|
737
782
|
const _kP = "keyPress";
|
|
738
783
|
const _kS = "keyShortcut";
|
|
739
784
|
const _kT = "keyType";
|
|
@@ -804,6 +849,7 @@ const _oAMC = "openAiModelConfig";
|
|
|
804
849
|
const _oAu = "oAuth2";
|
|
805
850
|
const _oC = "outputConfig";
|
|
806
851
|
const _oECA = "onlineEvaluationConfigArn";
|
|
852
|
+
const _oECS = "onlineEvaluationConfigSource";
|
|
807
853
|
const _oF = "oauth2Flow";
|
|
808
854
|
const _oT = "outputTokens";
|
|
809
855
|
const _oa = "oauth";
|
|
@@ -847,11 +893,13 @@ const _rAe = "recommendationArn";
|
|
|
847
893
|
const _rAec = "recordArn";
|
|
848
894
|
const _rAeg = "registryArn";
|
|
849
895
|
const _rB = "requestBody";
|
|
850
|
-
const _rC = "
|
|
896
|
+
const _rC = "rootCauses";
|
|
851
897
|
const _rCE = "runtimeClientError";
|
|
852
898
|
const _rCPN = "resourceCredentialProviderName";
|
|
853
|
-
const _rCe = "
|
|
899
|
+
const _rCe = "recommendationConfig";
|
|
900
|
+
const _rCea = "reasoningContent";
|
|
854
901
|
const _rCed = "redactedContent";
|
|
902
|
+
const _rCo = "rootCause";
|
|
855
903
|
const _rE = "requestExpiry";
|
|
856
904
|
const _rEI = "rootEventId";
|
|
857
905
|
const _rH = "requestHost";
|
|
@@ -873,7 +921,8 @@ const _rT = "reasoningText";
|
|
|
873
921
|
const _rTD = "recommendedToolDescription";
|
|
874
922
|
const _rU = "redirectUrl";
|
|
875
923
|
const _rUI = "runtimeUserId";
|
|
876
|
-
const _re = "
|
|
924
|
+
const _re = "recommendation";
|
|
925
|
+
const _rec = "records";
|
|
877
926
|
const _res = "resource";
|
|
878
927
|
const _reso = "resources";
|
|
879
928
|
const _resp = "response";
|
|
@@ -891,9 +940,11 @@ const _sC = "structuredContent";
|
|
|
891
940
|
const _sCe = "searchCriteria";
|
|
892
941
|
const _sCp = "spanContext";
|
|
893
942
|
const _sCt = "statusCode";
|
|
943
|
+
const _sCu = "subCategories";
|
|
894
944
|
const _sD = "skillDefinition";
|
|
895
945
|
const _sE = "streamEndpoint";
|
|
896
946
|
const _sF = "statusFilter";
|
|
947
|
+
const _sFC = "sessionFilterConfig";
|
|
897
948
|
const _sI = "sessionId";
|
|
898
949
|
const _sIe = "sessionIds";
|
|
899
950
|
const _sIp = "spanId";
|
|
@@ -936,7 +987,8 @@ const _scr = "screenshot";
|
|
|
936
987
|
const _se = "server";
|
|
937
988
|
const _sen = "sensitive";
|
|
938
989
|
const _si = "size";
|
|
939
|
-
const _sig = "
|
|
990
|
+
const _sig = "signals";
|
|
991
|
+
const _sign = "signature";
|
|
940
992
|
const _sk = "skills";
|
|
941
993
|
const _sm = "sms";
|
|
942
994
|
const _st = "streaming";
|
|
@@ -978,7 +1030,8 @@ const _tT = "totalTokens";
|
|
|
978
1030
|
const _tU = "tokenUsage";
|
|
979
1031
|
const _tUI = "toolUseId";
|
|
980
1032
|
const _tUo = "toolUse";
|
|
981
|
-
const _ta = "
|
|
1033
|
+
const _ta = "tags";
|
|
1034
|
+
const _tar = "target";
|
|
982
1035
|
const _te = "text";
|
|
983
1036
|
const _tel = "telegram";
|
|
984
1037
|
const _tem = "temperature";
|
|
@@ -992,7 +1045,10 @@ const _tu = "turns";
|
|
|
992
1045
|
const _u = "upper";
|
|
993
1046
|
const _uA = "updatedAt";
|
|
994
1047
|
const _uI = "userIdentifier";
|
|
1048
|
+
const _uIR = "userIntentResult";
|
|
995
1049
|
const _uIs = "userId";
|
|
1050
|
+
const _uIse = "userIntents";
|
|
1051
|
+
const _uM = "userMessages";
|
|
996
1052
|
const _uT = "userToken";
|
|
997
1053
|
const _ur = "uri";
|
|
998
1054
|
const _url = "url";
|
|
@@ -1162,6 +1218,11 @@ export var ActorSummary$ = [3, n0, _AS,
|
|
|
1162
1218
|
[_aI],
|
|
1163
1219
|
[0], 1
|
|
1164
1220
|
];
|
|
1221
|
+
export var AffectedSession$ = [3, n0, _ASf,
|
|
1222
|
+
0,
|
|
1223
|
+
[_sI, _ex, _fT, _re, _fS],
|
|
1224
|
+
[0, 0, 0, 0, () => FailureSpanDetailList], 5
|
|
1225
|
+
];
|
|
1165
1226
|
export var AgentCardDefinition$ = [3, n0, _ACD,
|
|
1166
1227
|
0,
|
|
1167
1228
|
[_sV, _iC],
|
|
@@ -1199,7 +1260,7 @@ export var BasicAuth$ = [3, n0, _BA,
|
|
|
1199
1260
|
];
|
|
1200
1261
|
export var BatchCreateMemoryRecordsInput$ = [3, n0, _BCMRI,
|
|
1201
1262
|
0,
|
|
1202
|
-
[_mI,
|
|
1263
|
+
[_mI, _rec, _cT],
|
|
1203
1264
|
[[0, 1], [() => MemoryRecordsCreateInputList, 0], [0, 4]], 2
|
|
1204
1265
|
];
|
|
1205
1266
|
export var BatchCreateMemoryRecordsOutput$ = [3, n0, _BCMRO,
|
|
@@ -1209,7 +1270,7 @@ export var BatchCreateMemoryRecordsOutput$ = [3, n0, _BCMRO,
|
|
|
1209
1270
|
];
|
|
1210
1271
|
export var BatchDeleteMemoryRecordsInput$ = [3, n0, _BDMRI,
|
|
1211
1272
|
0,
|
|
1212
|
-
[_mI,
|
|
1273
|
+
[_mI, _rec],
|
|
1213
1274
|
[[0, 1], () => MemoryRecordsDeleteInputList], 2
|
|
1214
1275
|
];
|
|
1215
1276
|
export var BatchDeleteMemoryRecordsOutput$ = [3, n0, _BDMRO,
|
|
@@ -1219,12 +1280,17 @@ export var BatchDeleteMemoryRecordsOutput$ = [3, n0, _BDMRO,
|
|
|
1219
1280
|
];
|
|
1220
1281
|
export var BatchEvaluationSummary$ = [3, n0, _BES,
|
|
1221
1282
|
0,
|
|
1222
|
-
[_bEI, _bEA, _bEN, _sta, _cA, _d, _ev, _eR, _eD, _uA],
|
|
1223
|
-
[0, 0, 0, 0, 5, 0, () => EvaluatorList, () => EvaluationJobResults$, 64 | 0, 5], 5
|
|
1283
|
+
[_bEI, _bEA, _bEN, _sta, _cA, _d, _ev, _i, _eR, _eD, _kKA, _uA],
|
|
1284
|
+
[0, 0, 0, 0, 5, 0, () => EvaluatorList, () => InsightList, () => EvaluationJobResults$, 64 | 0, 0, 5], 5
|
|
1285
|
+
];
|
|
1286
|
+
export var BatchEvaluationTraceConfig$ = [3, n0, _BETC,
|
|
1287
|
+
0,
|
|
1288
|
+
[_bEA],
|
|
1289
|
+
[0], 1
|
|
1224
1290
|
];
|
|
1225
1291
|
export var BatchUpdateMemoryRecordsInput$ = [3, n0, _BUMRI,
|
|
1226
1292
|
0,
|
|
1227
|
-
[_mI,
|
|
1293
|
+
[_mI, _rec],
|
|
1228
1294
|
[[0, 1], [() => MemoryRecordsUpdateInputList, 0]], 2
|
|
1229
1295
|
];
|
|
1230
1296
|
export var BatchUpdateMemoryRecordsOutput$ = [3, n0, _BUMRO,
|
|
@@ -1379,8 +1445,8 @@ export var Conversational$ = [3, n0, _Co,
|
|
|
1379
1445
|
];
|
|
1380
1446
|
export var CreateABTestRequest$ = [3, n0, _CABTR,
|
|
1381
1447
|
0,
|
|
1382
|
-
[_n, _gA, _va, _eCv, _rA, _d, _gF, _eOC, _cT],
|
|
1383
|
-
[0, 0, () => VariantList, () => ABTestEvaluationConfig$, 0, 0, () => GatewayFilter$, 2, [0, 4]], 5
|
|
1448
|
+
[_n, _gA, _va, _eCv, _rA, _d, _gF, _eOC, _cT, _ta],
|
|
1449
|
+
[0, 0, () => VariantList, () => ABTestEvaluationConfig$, 0, 0, () => GatewayFilter$, 2, [0, 4], 128 | 0], 5
|
|
1384
1450
|
];
|
|
1385
1451
|
export var CreateABTestResponse$ = [3, n0, _CABTRr,
|
|
1386
1452
|
0,
|
|
@@ -1572,6 +1638,21 @@ export var EventMetadataFilterExpression$ = [3, n0, _EMFE,
|
|
|
1572
1638
|
[_le, _o, _ri],
|
|
1573
1639
|
[() => LeftExpression$, 0, () => RightExpression$], 2
|
|
1574
1640
|
];
|
|
1641
|
+
export var ExecutionSummaryAffectedSession$ = [3, n0, _ESAS,
|
|
1642
|
+
0,
|
|
1643
|
+
[_sI, _aTp, _fO],
|
|
1644
|
+
[0, 0, 0], 3
|
|
1645
|
+
];
|
|
1646
|
+
export var ExecutionSummaryCluster$ = [3, n0, _ESC,
|
|
1647
|
+
0,
|
|
1648
|
+
[_cI, _n, _d, _aSC, _aSf],
|
|
1649
|
+
[1, 0, 0, 1, () => ExecutionSummaryAffectedSessionList], 5
|
|
1650
|
+
];
|
|
1651
|
+
export var ExecutionSummaryClusteringResultContent$ = [3, n0, _ESCRC,
|
|
1652
|
+
0,
|
|
1653
|
+
[_eSx],
|
|
1654
|
+
[() => ExecutionSummaryClusterList], 1
|
|
1655
|
+
];
|
|
1575
1656
|
export var ExternalProxy$ = [3, n0, _EP,
|
|
1576
1657
|
0,
|
|
1577
1658
|
[_se, _po, _dP, _cr],
|
|
@@ -1592,6 +1673,26 @@ export var ExtractionJobMetadata$ = [3, n0, _EJM,
|
|
|
1592
1673
|
[_jID, _mes, _sta, _fRa, _sIt, _sI, _aI],
|
|
1593
1674
|
[0, () => ExtractionJobMessages$, 0, 0, 0, 0, 0], 2
|
|
1594
1675
|
];
|
|
1676
|
+
export var FailureAnalysisResultContent$ = [3, n0, _FARC,
|
|
1677
|
+
0,
|
|
1678
|
+
[_fa],
|
|
1679
|
+
[() => FailureCategoryClusterList], 1
|
|
1680
|
+
];
|
|
1681
|
+
export var FailureCategoryCluster$ = [3, n0, _FCC,
|
|
1682
|
+
0,
|
|
1683
|
+
[_cI, _n, _d, _aSC, _sCu],
|
|
1684
|
+
[1, 0, 0, 1, () => FailureSubCategoryClusterList], 5
|
|
1685
|
+
];
|
|
1686
|
+
export var FailureSpanDetail$ = [3, n0, _FSD,
|
|
1687
|
+
0,
|
|
1688
|
+
[_sIp, _tI, _sig],
|
|
1689
|
+
[0, 0, () => InsightsFailureSignalList], 3
|
|
1690
|
+
];
|
|
1691
|
+
export var FailureSubCategoryCluster$ = [3, n0, _FSCC,
|
|
1692
|
+
0,
|
|
1693
|
+
[_cI, _n, _d, _aSC, _rC],
|
|
1694
|
+
[1, 0, 0, 1, () => RootCauseClusterList], 5
|
|
1695
|
+
];
|
|
1595
1696
|
export var FilterInput$ = [3, n0, _FI,
|
|
1596
1697
|
0,
|
|
1597
1698
|
[_b, _eMv],
|
|
@@ -1629,8 +1730,8 @@ export var GetBatchEvaluationRequest$ = [3, n0, _GBER,
|
|
|
1629
1730
|
];
|
|
1630
1731
|
export var GetBatchEvaluationResponse$ = [3, n0, _GBERe,
|
|
1631
1732
|
0,
|
|
1632
|
-
[_bEI, _bEA, _bEN, _sta, _cA, _ev, _dSC, _oC, _eR, _eD, _d, _uA],
|
|
1633
|
-
[0, 0, 0, 0, 5, () => EvaluatorList, () => DataSourceConfig$, () => OutputConfig$, () => EvaluationJobResults$, 64 | 0, 0, 5], 5
|
|
1733
|
+
[_bEI, _bEA, _bEN, _sta, _cA, _ev, _i, _dSC, _oC, _eR, _fAR, _uIR, _eSR, _eD, _d, _uA, _kKA],
|
|
1734
|
+
[0, 0, 0, 0, 5, () => EvaluatorList, () => InsightList, () => DataSourceConfig$, () => OutputConfig$, () => EvaluationJobResults$, () => FailureAnalysisResultContent$, () => UserIntentClusteringResultContent$, () => ExecutionSummaryClusteringResultContent$, 64 | 0, 0, 5, 0], 5
|
|
1634
1735
|
];
|
|
1635
1736
|
export var GetBrowserSessionRequest$ = [3, n0, _GBSR,
|
|
1636
1737
|
0,
|
|
@@ -1709,8 +1810,8 @@ export var GetRecommendationRequest$ = [3, n0, _GRR,
|
|
|
1709
1810
|
];
|
|
1710
1811
|
export var GetRecommendationResponse$ = [3, n0, _GRRe,
|
|
1711
1812
|
0,
|
|
1712
|
-
[_rI, _rAe, _n, _t,
|
|
1713
|
-
[0, 0, 0, 0, [() => RecommendationConfig$, 0], 0, 5, 5, 0, [() => RecommendationResult$, 0]], 8
|
|
1813
|
+
[_rI, _rAe, _n, _t, _rCe, _sta, _cA, _uA, _d, _rR, _kKA],
|
|
1814
|
+
[0, 0, 0, 0, [() => RecommendationConfig$, 0], 0, 5, 5, 0, [() => RecommendationResult$, 0], 0], 8
|
|
1714
1815
|
];
|
|
1715
1816
|
export var GetResourceApiKeyRequest$ = [3, n0, _GRAKR,
|
|
1716
1817
|
0,
|
|
@@ -1774,7 +1875,7 @@ export var GetWorkloadAccessTokenResponse$ = [3, n0, _GWATRe,
|
|
|
1774
1875
|
];
|
|
1775
1876
|
export var GroundTruthTurn$ = [3, n0, _GTT,
|
|
1776
1877
|
0,
|
|
1777
|
-
[
|
|
1878
|
+
[_in, _eRx],
|
|
1778
1879
|
[() => GroundTruthTurnInput$, () => EvaluationContent$]
|
|
1779
1880
|
];
|
|
1780
1881
|
export var HarnessAgentCoreBrowserConfig$ = [3, n0, _HACBC,
|
|
@@ -1854,7 +1955,7 @@ export var HarnessOpenAiModelConfig$ = [3, n0, _HOAMC,
|
|
|
1854
1955
|
];
|
|
1855
1956
|
export var HarnessReasoningTextBlock$ = [3, n0, _HRTB,
|
|
1856
1957
|
8,
|
|
1857
|
-
[_te,
|
|
1958
|
+
[_te, _sign],
|
|
1858
1959
|
[0, 0], 1
|
|
1859
1960
|
];
|
|
1860
1961
|
export var HarnessRemoteMcpConfig$ = [3, n0, _HRMC,
|
|
@@ -1904,12 +2005,12 @@ export var HarnessToolResultBlockStart$ = [3, n0, _HTRBS,
|
|
|
1904
2005
|
];
|
|
1905
2006
|
export var HarnessToolUseBlock$ = [3, n0, _HTUB,
|
|
1906
2007
|
0,
|
|
1907
|
-
[_n, _tUI,
|
|
2008
|
+
[_n, _tUI, _in, _t, _sNe],
|
|
1908
2009
|
[0, 0, [() => SensitiveJson, 0], 0, 0], 3
|
|
1909
2010
|
];
|
|
1910
2011
|
export var HarnessToolUseBlockDelta$ = [3, n0, _HTUBD,
|
|
1911
2012
|
0,
|
|
1912
|
-
[
|
|
2013
|
+
[_in],
|
|
1913
2014
|
[[() => SensitiveText, 0]], 1
|
|
1914
2015
|
];
|
|
1915
2016
|
export var HarnessToolUseBlockStart$ = [3, n0, _HTUBS,
|
|
@@ -1927,6 +2028,16 @@ export var InputContentBlock$ = [3, n0, _ICB,
|
|
|
1927
2028
|
[_pa, _te, _bl],
|
|
1928
2029
|
[0, 0, [() => Body, 0]], 1
|
|
1929
2030
|
];
|
|
2031
|
+
export var Insight$ = [3, n0, _I,
|
|
2032
|
+
0,
|
|
2033
|
+
[_iI],
|
|
2034
|
+
[0], 1
|
|
2035
|
+
];
|
|
2036
|
+
export var InsightsFailureSignal$ = [3, n0, _IFS,
|
|
2037
|
+
0,
|
|
2038
|
+
[_ca, _evi, _confi],
|
|
2039
|
+
[0, 0, 1], 3
|
|
2040
|
+
];
|
|
1930
2041
|
export var InvokeAgentRuntimeCommandRequest$ = [3, n0, _IARCR,
|
|
1931
2042
|
0,
|
|
1932
2043
|
[_aRA, _bo, _cTo, _ac, _rSI, _tI, _tPr, _tS, _ba, _q, _aIc],
|
|
@@ -2247,6 +2358,11 @@ export var OAuthCredentialProvider$ = [3, n0, _OACP,
|
|
|
2247
2358
|
[_pA, _sc, _cP, _gT, _dRU],
|
|
2248
2359
|
[0, 64 | 0, [() => OAuthCustomParameters, 0], 0, 0], 2
|
|
2249
2360
|
];
|
|
2361
|
+
export var OnlineEvaluationConfigSource$ = [3, n0, _OECS,
|
|
2362
|
+
0,
|
|
2363
|
+
[_oECA, _sFC],
|
|
2364
|
+
[0, () => SessionFilterConfig$], 1
|
|
2365
|
+
];
|
|
2250
2366
|
export var PaymentInstrument$ = [3, n0, _PI,
|
|
2251
2367
|
0,
|
|
2252
2368
|
[_pII, _pMA, _pCI, _uIs, _pIT, _pID, _cA, _sta, _uA],
|
|
@@ -2337,6 +2453,11 @@ export var RetrieveMemoryRecordsOutput$ = [3, n0, _RMRO,
|
|
|
2337
2453
|
[_mRS, _nT],
|
|
2338
2454
|
[[() => MemoryRecordSummaryList, 0], 0], 1
|
|
2339
2455
|
];
|
|
2456
|
+
export var RootCauseCluster$ = [3, n0, _RCC,
|
|
2457
|
+
0,
|
|
2458
|
+
[_cI, _n, _rCo, _re, _aSC, _aSf],
|
|
2459
|
+
[1, 0, 0, 0, 1, () => AffectedSessionList], 6
|
|
2460
|
+
];
|
|
2340
2461
|
export var S3Location$ = [3, n0, _SL,
|
|
2341
2462
|
0,
|
|
2342
2463
|
[_buc, _pre, _vI],
|
|
@@ -2429,13 +2550,13 @@ export var SpanContext$ = [3, n0, _SCp,
|
|
|
2429
2550
|
];
|
|
2430
2551
|
export var StartBatchEvaluationRequest$ = [3, n0, _SBER,
|
|
2431
2552
|
0,
|
|
2432
|
-
[_bEN, _dSC, _ev, _cT, _eMva, _d],
|
|
2433
|
-
[0, () => DataSourceConfig$, () => EvaluatorList, [0, 4], () => EvaluationMetadata$, 0], 2
|
|
2553
|
+
[_bEN, _dSC, _ev, _i, _cT, _eMva, _ta, _kKA, _d],
|
|
2554
|
+
[0, () => DataSourceConfig$, () => EvaluatorList, () => InsightList, [0, 4], () => EvaluationMetadata$, 128 | 0, 0, 0], 2
|
|
2434
2555
|
];
|
|
2435
2556
|
export var StartBatchEvaluationResponse$ = [3, n0, _SBERt,
|
|
2436
2557
|
0,
|
|
2437
|
-
[_bEI, _bEA, _bEN, _sta, _cA, _ev, _oC, _d],
|
|
2438
|
-
[0, 0, 0, 0, 5, () => EvaluatorList, () => OutputConfig$, 0], 5
|
|
2558
|
+
[_bEI, _bEA, _bEN, _sta, _cA, _ev, _i, _oC, _ta, _kKA, _d],
|
|
2559
|
+
[0, 0, 0, 0, 5, () => EvaluatorList, () => InsightList, () => OutputConfig$, 128 | 0, 0, 0], 5
|
|
2439
2560
|
];
|
|
2440
2561
|
export var StartBrowserSessionRequest$ = [3, n0, _SBSR,
|
|
2441
2562
|
0,
|
|
@@ -2469,12 +2590,12 @@ export var StartMemoryExtractionJobOutput$ = [3, n0, _SMEJO,
|
|
|
2469
2590
|
];
|
|
2470
2591
|
export var StartRecommendationRequest$ = [3, n0, _SRR,
|
|
2471
2592
|
0,
|
|
2472
|
-
[_n, _t,
|
|
2473
|
-
[0, 0, [() => RecommendationConfig$, 0], 0, [0, 4]], 3
|
|
2593
|
+
[_n, _t, _rCe, _d, _kKA, _cT, _ta],
|
|
2594
|
+
[0, 0, [() => RecommendationConfig$, 0], 0, 0, [0, 4], 128 | 0], 3
|
|
2474
2595
|
];
|
|
2475
2596
|
export var StartRecommendationResponse$ = [3, n0, _SRRt,
|
|
2476
2597
|
0,
|
|
2477
|
-
[_rI, _rAe, _n, _t,
|
|
2598
|
+
[_rI, _rAe, _n, _t, _rCe, _sta, _cA, _uA, _d],
|
|
2478
2599
|
[0, 0, 0, 0, [() => RecommendationConfig$, 0], 0, 5, 5, 0], 8
|
|
2479
2600
|
];
|
|
2480
2601
|
export var StopBatchEvaluationRequest$ = [3, n0, _SBERto,
|
|
@@ -2535,12 +2656,12 @@ export var SystemPromptConfigurationBundle$ = [3, n0, _SPCB,
|
|
|
2535
2656
|
export var SystemPromptRecommendationConfig$ = [3, n0, _SPRC,
|
|
2536
2657
|
0,
|
|
2537
2658
|
[_sP, _aTg, _eCv],
|
|
2538
|
-
[[() => SystemPromptConfig$, 0], [() => AgentTracesConfig$, 0], () => RecommendationEvaluationConfig$],
|
|
2659
|
+
[[() => SystemPromptConfig$, 0], [() => AgentTracesConfig$, 0], () => RecommendationEvaluationConfig$], 2
|
|
2539
2660
|
];
|
|
2540
2661
|
export var SystemPromptRecommendationResult$ = [3, n0, _SPRR,
|
|
2541
2662
|
0,
|
|
2542
|
-
[_rSP, _cB, _eCr, _eMr],
|
|
2543
|
-
[[() => SystemPromptText, 0], () => RecommendationResultConfigurationBundle$, 0, 0]
|
|
2663
|
+
[_rSP, _cB, _ex, _eCr, _eMr],
|
|
2664
|
+
[[() => SystemPromptText, 0], () => RecommendationResultConfigurationBundle$, 0, 0, 0]
|
|
2544
2665
|
];
|
|
2545
2666
|
export var TargetRef$ = [3, n0, _TR,
|
|
2546
2667
|
0,
|
|
@@ -2574,8 +2695,8 @@ export var ToolDescriptionInput$ = [3, n0, _TDI,
|
|
|
2574
2695
|
];
|
|
2575
2696
|
export var ToolDescriptionOutput$ = [3, n0, _TDO,
|
|
2576
2697
|
0,
|
|
2577
|
-
[_tN, _rTD],
|
|
2578
|
-
[0, [() => ToolDescriptionText, 0]], 1
|
|
2698
|
+
[_tN, _rTD, _ex],
|
|
2699
|
+
[0, [() => ToolDescriptionText, 0], 0], 1
|
|
2579
2700
|
];
|
|
2580
2701
|
export var ToolDescriptionRecommendationConfig$ = [3, n0, _TDRC,
|
|
2581
2702
|
0,
|
|
@@ -2622,6 +2743,21 @@ export var UpdateBrowserStreamResponse$ = [3, n0, _UBSRp,
|
|
|
2622
2743
|
[_bI, _sI, _str, _uA],
|
|
2623
2744
|
[0, 0, () => BrowserSessionStream$, 5], 4
|
|
2624
2745
|
];
|
|
2746
|
+
export var UserIntentAffectedSession$ = [3, n0, _UIAS,
|
|
2747
|
+
0,
|
|
2748
|
+
[_sI, _uM],
|
|
2749
|
+
[0, 64 | 0], 2
|
|
2750
|
+
];
|
|
2751
|
+
export var UserIntentCluster$ = [3, n0, _UIC,
|
|
2752
|
+
0,
|
|
2753
|
+
[_cI, _n, _d, _aSC, _aSf],
|
|
2754
|
+
[1, 0, 0, 1, () => UserIntentAffectedSessionList], 5
|
|
2755
|
+
];
|
|
2756
|
+
export var UserIntentClusteringResultContent$ = [3, n0, _UICRC,
|
|
2757
|
+
0,
|
|
2758
|
+
[_uIse],
|
|
2759
|
+
[() => UserIntentClusterList], 1
|
|
2760
|
+
];
|
|
2625
2761
|
export var ValidationExceptionField$ = [3, n0, _VEF,
|
|
2626
2762
|
0,
|
|
2627
2763
|
[_n, _m],
|
|
@@ -2634,12 +2770,12 @@ export var Variant$ = [3, n0, _V,
|
|
|
2634
2770
|
];
|
|
2635
2771
|
export var VariantConfiguration$ = [3, n0, _VC,
|
|
2636
2772
|
0,
|
|
2637
|
-
[_cB,
|
|
2773
|
+
[_cB, _tar],
|
|
2638
2774
|
[() => ConfigurationBundleRef$, () => TargetRef$]
|
|
2639
2775
|
];
|
|
2640
2776
|
export var VariantResult$ = [3, n0, _VR,
|
|
2641
2777
|
0,
|
|
2642
|
-
[_vN, _sSa, _me, _iSs, _aCb, _pCe, _pVa,
|
|
2778
|
+
[_vN, _sSa, _me, _iSs, _aCb, _pCe, _pVa, _cIo],
|
|
2643
2779
|
[0, 1, 1, 2, 1, 1, 1, () => ConfidenceInterval$], 4
|
|
2644
2780
|
];
|
|
2645
2781
|
export var ViewPort$ = [3, n0, _VP,
|
|
@@ -2654,6 +2790,9 @@ var ABTestSummaryList = [1, n0, _ABTSL,
|
|
|
2654
2790
|
var ActorSummaryList = [1, n0, _ASL,
|
|
2655
2791
|
0, () => ActorSummary$
|
|
2656
2792
|
];
|
|
2793
|
+
var AffectedSessionList = [1, n0, _ASLf,
|
|
2794
|
+
0, () => AffectedSession$
|
|
2795
|
+
];
|
|
2657
2796
|
var AudiencesListType = 64 | 0;
|
|
2658
2797
|
var BatchEvaluationSummaryList = [1, n0, _BESL,
|
|
2659
2798
|
0, () => BatchEvaluationSummary$
|
|
@@ -2712,9 +2851,24 @@ var EventList = [1, n0, _ELv,
|
|
|
2712
2851
|
var EventMetadataFilterList = [1, n0, _EMFL,
|
|
2713
2852
|
0, () => EventMetadataFilterExpression$
|
|
2714
2853
|
];
|
|
2854
|
+
var ExecutionSummaryAffectedSessionList = [1, n0, _ESASL,
|
|
2855
|
+
0, () => ExecutionSummaryAffectedSession$
|
|
2856
|
+
];
|
|
2857
|
+
var ExecutionSummaryClusterList = [1, n0, _ESCL,
|
|
2858
|
+
0, () => ExecutionSummaryCluster$
|
|
2859
|
+
];
|
|
2715
2860
|
var ExtractionJobMetadataList = [1, n0, _EJML,
|
|
2716
2861
|
0, () => ExtractionJobMetadata$
|
|
2717
2862
|
];
|
|
2863
|
+
var FailureCategoryClusterList = [1, n0, _FCCL,
|
|
2864
|
+
0, () => FailureCategoryCluster$
|
|
2865
|
+
];
|
|
2866
|
+
var FailureSpanDetailList = [1, n0, _FSDL,
|
|
2867
|
+
0, () => FailureSpanDetail$
|
|
2868
|
+
];
|
|
2869
|
+
var FailureSubCategoryClusterList = [1, n0, _FSCCL,
|
|
2870
|
+
0, () => FailureSubCategoryCluster$
|
|
2871
|
+
];
|
|
2718
2872
|
var GroundTruthTurnList = [1, n0, _GTTL,
|
|
2719
2873
|
0, () => GroundTruthTurn$
|
|
2720
2874
|
];
|
|
@@ -2751,6 +2905,12 @@ var InputContentBlockList = [1, n0, _ICBL,
|
|
|
2751
2905
|
0, [() => InputContentBlock$,
|
|
2752
2906
|
0]
|
|
2753
2907
|
];
|
|
2908
|
+
var InsightList = [1, n0, _IL,
|
|
2909
|
+
0, () => Insight$
|
|
2910
|
+
];
|
|
2911
|
+
var InsightsFailureSignalList = [1, n0, _IFSL,
|
|
2912
|
+
0, () => InsightsFailureSignal$
|
|
2913
|
+
];
|
|
2754
2914
|
var KeyList = 64 | 0;
|
|
2755
2915
|
var LinkedAccountList = [1, n0, _LAL,
|
|
2756
2916
|
0, [() => LinkedAccount$,
|
|
@@ -2811,6 +2971,9 @@ var RegistryRecordSummaryList = [1, n0, _RRSL,
|
|
|
2811
2971
|
0]
|
|
2812
2972
|
];
|
|
2813
2973
|
var ResourcesListType = 64 | 0;
|
|
2974
|
+
var RootCauseClusterList = [1, n0, _RCCL,
|
|
2975
|
+
0, () => RootCauseCluster$
|
|
2976
|
+
];
|
|
2814
2977
|
var ScopesListType = 64 | 0;
|
|
2815
2978
|
var ServiceNameList = 64 | 0;
|
|
2816
2979
|
var SessionMetadataList = [1, n0, _SMLe,
|
|
@@ -2835,6 +2998,13 @@ var ToolDescriptionResultList = [1, n0, _TDRL,
|
|
|
2835
2998
|
0]
|
|
2836
2999
|
];
|
|
2837
3000
|
var TraceIds = 64 | 0;
|
|
3001
|
+
var UserIntentAffectedSessionList = [1, n0, _UIASL,
|
|
3002
|
+
0, () => UserIntentAffectedSession$
|
|
3003
|
+
];
|
|
3004
|
+
var UserIntentClusterList = [1, n0, _UICL,
|
|
3005
|
+
0, () => UserIntentCluster$
|
|
3006
|
+
];
|
|
3007
|
+
var UserIntentList = 64 | 0;
|
|
2838
3008
|
var ValidationExceptionFieldList = [1, n0, _VEFL,
|
|
2839
3009
|
0, () => ValidationExceptionField$
|
|
2840
3010
|
];
|
|
@@ -2866,6 +3036,7 @@ var OAuthCustomParameters = [2, n0, _OACPu,
|
|
|
2866
3036
|
0]
|
|
2867
3037
|
];
|
|
2868
3038
|
var StringMap = 128 | 0;
|
|
3039
|
+
var TagsMap = 128 | 0;
|
|
2869
3040
|
export var ABTestEvaluationConfig$ = [4, n0, _ABTEC,
|
|
2870
3041
|
0,
|
|
2871
3042
|
[_oECA, _pVOEC],
|
|
@@ -2873,8 +3044,8 @@ export var ABTestEvaluationConfig$ = [4, n0, _ABTEC,
|
|
|
2873
3044
|
];
|
|
2874
3045
|
export var AgentTracesConfig$ = [4, n0, _ATC,
|
|
2875
3046
|
0,
|
|
2876
|
-
[_sSess, _cL],
|
|
2877
|
-
[[() => Spans, 0], () => CloudWatchLogsTraceConfig$]
|
|
3047
|
+
[_sSess, _cL, _bEa],
|
|
3048
|
+
[[() => Spans, 0], () => CloudWatchLogsTraceConfig$, () => BatchEvaluationTraceConfig$]
|
|
2878
3049
|
];
|
|
2879
3050
|
export var BrowserAction$ = [4, n0, _BAr,
|
|
2880
3051
|
0,
|
|
@@ -2908,8 +3079,8 @@ export var Context$ = [4, n0, _Cont,
|
|
|
2908
3079
|
];
|
|
2909
3080
|
export var DataSourceConfig$ = [4, n0, _DSC,
|
|
2910
3081
|
0,
|
|
2911
|
-
[_cWL],
|
|
2912
|
-
[() => CloudWatchLogsSource$]
|
|
3082
|
+
[_cWL, _oECS],
|
|
3083
|
+
[() => CloudWatchLogsSource$, () => OnlineEvaluationConfigSource$]
|
|
2913
3084
|
];
|
|
2914
3085
|
export var EvaluationContent$ = [4, n0, _EC,
|
|
2915
3086
|
0,
|
|
@@ -2943,7 +3114,7 @@ export var FilterValue$ = [4, n0, _FV,
|
|
|
2943
3114
|
];
|
|
2944
3115
|
export var GroundTruthSource$ = [4, n0, _GTS,
|
|
2945
3116
|
0,
|
|
2946
|
-
[
|
|
3117
|
+
[_inl],
|
|
2947
3118
|
[() => InlineGroundTruth$]
|
|
2948
3119
|
];
|
|
2949
3120
|
export var GroundTruthTurnInput$ = [4, n0, _GTTI,
|
|
@@ -2953,12 +3124,12 @@ export var GroundTruthTurnInput$ = [4, n0, _GTTI,
|
|
|
2953
3124
|
];
|
|
2954
3125
|
export var HarnessContentBlock$ = [4, n0, _HCBa,
|
|
2955
3126
|
0,
|
|
2956
|
-
[_te, _tUo, _tRo,
|
|
3127
|
+
[_te, _tUo, _tRo, _rCea],
|
|
2957
3128
|
[[() => SensitiveText, 0], [() => HarnessToolUseBlock$, 0], [() => HarnessToolResultBlock$, 0], [() => HarnessReasoningContentBlock$, 0]]
|
|
2958
3129
|
];
|
|
2959
3130
|
export var HarnessContentBlockDelta$ = [4, n0, _HCBD,
|
|
2960
3131
|
0,
|
|
2961
|
-
[_te, _tUo, _tRo,
|
|
3132
|
+
[_te, _tUo, _tRo, _rCea],
|
|
2962
3133
|
[[() => SensitiveText, 0], [() => HarnessToolUseBlockDelta$, 0], [() => HarnessToolResultBlocksDelta, 0], [() => HarnessReasoningContentBlockDelta$, 0]]
|
|
2963
3134
|
];
|
|
2964
3135
|
export var HarnessContentBlockStart$ = [4, n0, _HCBS,
|
|
@@ -2983,7 +3154,7 @@ export var HarnessReasoningContentBlock$ = [4, n0, _HRCB,
|
|
|
2983
3154
|
];
|
|
2984
3155
|
export var HarnessReasoningContentBlockDelta$ = [4, n0, _HRCBD,
|
|
2985
3156
|
8,
|
|
2986
|
-
[_te, _rCed,
|
|
3157
|
+
[_te, _rCed, _sign],
|
|
2987
3158
|
[0, [() => Body, 0], 0]
|
|
2988
3159
|
];
|
|
2989
3160
|
export var HarnessSkill$ = [4, n0, _HSa,
|