@aws-sdk/client-bedrock-agent-runtime 3.1070.0 → 3.1071.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/README.md +14 -0
- package/dist-cjs/index.js +93 -8
- package/dist-cjs/models/errors.js +42 -42
- package/dist-cjs/runtimeConfig.js +5 -2
- package/dist-cjs/schemas/schemas_0.js +567 -139
- package/dist-es/BedrockAgentRuntime.js +4 -0
- package/dist-es/commands/AgenticRetrieveStreamCommand.js +20 -0
- package/dist-es/commands/GetDocumentContentCommand.js +16 -0
- package/dist-es/commands/index.js +2 -0
- package/dist-es/models/enums.js +50 -7
- package/dist-es/models/errors.js +42 -42
- package/dist-es/runtimeConfig.js +5 -2
- package/dist-es/schemas/schemas_0.js +521 -139
- package/dist-types/BedrockAgentRuntime.d.ts +14 -0
- package/dist-types/BedrockAgentRuntimeClient.d.ts +4 -2
- package/dist-types/commands/AgenticRetrieveStreamCommand.d.ts +338 -0
- package/dist-types/commands/GetDocumentContentCommand.d.ts +99 -0
- package/dist-types/commands/GetInvocationStepCommand.d.ts +1 -1
- package/dist-types/commands/InvokeAgentCommand.d.ts +55 -4
- package/dist-types/commands/InvokeFlowCommand.d.ts +14 -2
- package/dist-types/commands/InvokeInlineAgentCommand.d.ts +78 -8
- package/dist-types/commands/ListFlowExecutionEventsCommand.d.ts +14 -2
- package/dist-types/commands/ListInvocationStepsCommand.d.ts +1 -1
- package/dist-types/commands/ListInvocationsCommand.d.ts +1 -1
- package/dist-types/commands/ListSessionsCommand.d.ts +1 -1
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +1 -1
- package/dist-types/commands/PutInvocationStepCommand.d.ts +1 -1
- package/dist-types/commands/RetrieveAndGenerateCommand.d.ts +45 -3
- package/dist-types/commands/RetrieveAndGenerateStreamCommand.d.ts +52 -4
- package/dist-types/commands/RetrieveCommand.d.ts +45 -2
- package/dist-types/commands/TagResourceCommand.d.ts +1 -1
- package/dist-types/commands/UntagResourceCommand.d.ts +1 -1
- package/dist-types/commands/UpdateSessionCommand.d.ts +1 -1
- package/dist-types/commands/index.d.ts +2 -0
- package/dist-types/models/enums.d.ts +163 -16
- package/dist-types/models/errors.d.ts +45 -45
- package/dist-types/models/models_0.d.ts +4105 -4355
- package/dist-types/models/models_1.d.ts +1396 -2
- package/dist-types/runtimeConfig.d.ts +1 -1
- package/dist-types/schemas/schemas_0.d.ts +48 -0
- package/dist-types/ts3.4/BedrockAgentRuntime.d.ts +34 -0
- package/dist-types/ts3.4/BedrockAgentRuntimeClient.d.ts +12 -0
- package/dist-types/ts3.4/commands/AgenticRetrieveStreamCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/GetDocumentContentCommand.d.ts +53 -0
- package/dist-types/ts3.4/commands/GetInvocationStepCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/InvokeAgentCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/ListInvocationStepsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListInvocationsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListSessionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/PutInvocationStepCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/RetrieveAndGenerateCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/RetrieveAndGenerateStreamCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/RetrieveCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateSessionCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/index.d.ts +2 -0
- package/dist-types/ts3.4/models/enums.d.ts +74 -11
- package/dist-types/ts3.4/models/errors.d.ts +28 -28
- package/dist-types/ts3.4/models/models_0.d.ts +448 -541
- package/dist-types/ts3.4/models/models_1.d.ts +602 -3
- package/dist-types/ts3.4/runtimeConfig.d.ts +1 -1
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +48 -0
- package/package.json +3 -3
|
@@ -19,13 +19,57 @@ const _APE = "AnalyzePromptEvent";
|
|
|
19
19
|
const _APIS = "APISchema";
|
|
20
20
|
const _APp = "ApiParameter";
|
|
21
21
|
const _APpi = "ApiParameters";
|
|
22
|
-
const _AR = "
|
|
22
|
+
const _AR = "AgenticRetriever";
|
|
23
|
+
const _ARA = "AgenticRetrieveAction";
|
|
24
|
+
const _ARAD = "AgenticRetrieveActionDetails";
|
|
25
|
+
const _ARAg = "AgenticRetrieveActions";
|
|
23
26
|
const _ARB = "ApiRequestBody";
|
|
27
|
+
const _ARBGC = "AgenticRetrieveBedrockGuardrailConfiguration";
|
|
28
|
+
const _ARBRC = "AgenticRetrieveBedrockRerankingConfiguration";
|
|
29
|
+
const _ARBRMC = "AgenticRetrieveBedrockRerankingModelConfiguration";
|
|
30
|
+
const _ARC = "AgenticRetrieveCitation";
|
|
31
|
+
const _ARCL = "AgenticRetrieveCitationList";
|
|
32
|
+
const _ARCR = "AgenticRetrieveCitationReference";
|
|
33
|
+
const _ARCRL = "AgenticRetrieveCitationReferenceList";
|
|
34
|
+
const _ARCg = "AgenticRetrieveConfiguration";
|
|
35
|
+
const _ARF = "AgenticRetrieveFailure";
|
|
36
|
+
const _ARFDED = "AgenticRetrieveFullDocExpansionDetails";
|
|
37
|
+
const _ARFg = "AgenticRetrieveFailures";
|
|
38
|
+
const _ARGR = "AgenticRetrieveGeneratedResponse";
|
|
39
|
+
const _ARGW = "AgenticRetrieveGuardrailWarning";
|
|
40
|
+
const _ARM = "AgenticRetrieveMessage";
|
|
41
|
+
const _ARMC = "AgenticRetrieveMessageContent";
|
|
42
|
+
const _ARMg = "AgenticRetrieveMessages";
|
|
43
|
+
const _ARPC = "AgenticRetrievePolicyConfiguration";
|
|
44
|
+
const _ARR = "AgenticRetrieveResults";
|
|
45
|
+
const _ARRC = "AgenticRetrieveRerankingConfiguration";
|
|
46
|
+
const _ARRE = "AgenticRetrieveResponseEvent";
|
|
47
|
+
const _ARREg = "AgenticRetrieveResultEvent";
|
|
48
|
+
const _ARRI = "AgenticRetrieveResultItem";
|
|
49
|
+
const _ARS = "AgenticRetrieveStream";
|
|
50
|
+
const _ARSM = "AgenticRetrieveSourceMetadata";
|
|
51
|
+
const _ARSML = "AgenticRetrieveSourceMetadataList";
|
|
52
|
+
const _ARSR = "AgenticRetrieveSourceRetriever";
|
|
53
|
+
const _ARSRL = "AgenticRetrieveSourceRetrieverList";
|
|
54
|
+
const _ARSRO = "AgenticRetrieveStreamResponseOutput";
|
|
55
|
+
const _ARSRg = "AgenticRetrieveStreamRequest";
|
|
56
|
+
const _ARSRge = "AgenticRetrieveStreamResponse";
|
|
57
|
+
const _ARTE = "AgenticRetrieveTraceEvent";
|
|
58
|
+
const _ARTEA = "AgenticRetrieveTraceEventAttributes";
|
|
59
|
+
const _ARTR = "AgenticRetrieveTraceResults";
|
|
60
|
+
const _ARTRI = "AgenticRetrieveTraceResultItem";
|
|
61
|
+
const _ARW = "AgenticRetrieveWarnings";
|
|
62
|
+
const _ARWM = "AgenticRetrieveWarningMessage";
|
|
63
|
+
const _ARWg = "AgenticRetrieveWarning";
|
|
64
|
+
const _ARg = "AgenticRetrievers";
|
|
65
|
+
const _ARp = "ApiResult";
|
|
24
66
|
const _AS = "AudioSegment";
|
|
25
67
|
const _AT = "AgentTraces";
|
|
26
68
|
const _BCB = "ByteContentBlob";
|
|
27
69
|
const _BCD = "ByteContentDoc";
|
|
28
70
|
const _BCF = "ByteContentFile";
|
|
71
|
+
const _BFMC = "BedrockFoundationModelConfiguration";
|
|
72
|
+
const _BFMMC = "BedrockFoundationModelModelConfiguration";
|
|
29
73
|
const _BGE = "BadGatewayException";
|
|
30
74
|
const _BMC = "BedrockModelConfigurations";
|
|
31
75
|
const _BPT = "BasePromptTemplate";
|
|
@@ -98,6 +142,7 @@ const _FIF = "FlowInputField";
|
|
|
98
142
|
const _FIFl = "FlowInputFields";
|
|
99
143
|
const _FII = "FunctionInvocationInput";
|
|
100
144
|
const _FIl = "FlowInputs";
|
|
145
|
+
const _FMC = "FoundationModelConfiguration";
|
|
101
146
|
const _FMTIC = "FlowMultiTurnInputContent";
|
|
102
147
|
const _FMTIRE = "FlowMultiTurnInputRequestEvent";
|
|
103
148
|
const _FNIE = "FlowNodeInputExpression";
|
|
@@ -150,6 +195,9 @@ const _GCW = "GuardrailCustomWord";
|
|
|
150
195
|
const _GCWA = "GuardrailConfigurationWithArn";
|
|
151
196
|
const _GCWL = "GuardrailCustomWordList";
|
|
152
197
|
const _GCu = "GuardrailConfiguration";
|
|
198
|
+
const _GDC = "GetDocumentContent";
|
|
199
|
+
const _GDCR = "GetDocumentContentRequest";
|
|
200
|
+
const _GDCRe = "GetDocumentContentResponse";
|
|
153
201
|
const _GE = "GuardrailEvent";
|
|
154
202
|
const _GEFS = "GetExecutionFlowSnapshot";
|
|
155
203
|
const _GEFSR = "GetExecutionFlowSnapshotRequest";
|
|
@@ -232,6 +280,7 @@ const _KBLO = "KnowledgeBaseLookupOutput";
|
|
|
232
280
|
const _KBQ = "KnowledgeBaseQuery";
|
|
233
281
|
const _KBRAGC = "KnowledgeBaseRetrieveAndGenerateConfiguration";
|
|
234
282
|
const _KBRC = "KnowledgeBaseRetrievalConfiguration";
|
|
283
|
+
const _KBRCn = "KnowledgeBaseRetrieverConfiguration";
|
|
235
284
|
const _KBRR = "KnowledgeBaseRetrievalResult";
|
|
236
285
|
const _KBRRn = "KnowledgeBaseRetrievalResults";
|
|
237
286
|
const _KBVSC = "KnowledgeBaseVectorSearchConfiguration";
|
|
@@ -261,6 +310,10 @@ const _MCFR = "MetadataConfigurationForReranking";
|
|
|
261
310
|
const _MII = "ModelInvocationInput";
|
|
262
311
|
const _MNRE = "ModelNotReadyException";
|
|
263
312
|
const _MPC = "ModelPerformanceConfiguration";
|
|
313
|
+
const _MSBRC = "ManagedSearchBedrockRerankingConfiguration";
|
|
314
|
+
const _MSBRMC = "ManagedSearchBedrockRerankingModelConfiguration";
|
|
315
|
+
const _MSC = "ManagedSearchConfiguration";
|
|
316
|
+
const _MSRC = "ManagedSearchRerankingConfiguration";
|
|
264
317
|
const _MSS = "MemorySessionSummary";
|
|
265
318
|
const _Me = "Metadata";
|
|
266
319
|
const _Mem = "Memories";
|
|
@@ -320,6 +373,7 @@ const _PPTr = "PreProcessingTrace";
|
|
|
320
373
|
const _PPr = "PropertyParameters";
|
|
321
374
|
const _PT = "PromptText";
|
|
322
375
|
const _PTr = "PromptTemplate";
|
|
376
|
+
const _PU = "PresignedUrl";
|
|
323
377
|
const _Pa = "Parameter";
|
|
324
378
|
const _Par = "Parameters";
|
|
325
379
|
const _QGI = "QueryGenerationInput";
|
|
@@ -346,6 +400,8 @@ const _RCMIO = "RoutingClassifierModelInvocationOutput";
|
|
|
346
400
|
const _RCP = "ReturnControlPayload";
|
|
347
401
|
const _RCR = "ReturnControlResults";
|
|
348
402
|
const _RCT = "RoutingClassifierTrace";
|
|
403
|
+
const _RCe = "RetrievalContent";
|
|
404
|
+
const _RCet = "RetrieverConfiguration";
|
|
349
405
|
const _RD = "ResourceDescription";
|
|
350
406
|
const _RDe = "RerankDocument";
|
|
351
407
|
const _RF = "RetrievalFilter";
|
|
@@ -353,6 +409,7 @@ const _RFL = "RetrievalFilterList";
|
|
|
353
409
|
const _RMSMC = "RerankingMetadataSelectiveModeConfiguration";
|
|
354
410
|
const _RN = "ResourceName";
|
|
355
411
|
const _RNFE = "ResourceNotFoundException";
|
|
412
|
+
const _RO = "RetrievalOverrides";
|
|
356
413
|
const _RQ = "RerankQuery";
|
|
357
414
|
const _RQL = "RerankQueriesList";
|
|
358
415
|
const _RR = "RawResponse";
|
|
@@ -361,10 +418,12 @@ const _RRCC = "RetrievalResultContentColumn";
|
|
|
361
418
|
const _RRCDL = "RetrievalResultCustomDocumentLocation";
|
|
362
419
|
const _RRCL = "RetrievalResultConfluenceLocation";
|
|
363
420
|
const _RRCR = "RetrievalResultContentRow";
|
|
421
|
+
const _RRGDL = "RetrievalResultGoogleDriveLocation";
|
|
364
422
|
const _RRKDL = "RetrievalResultKendraDocumentLocation";
|
|
365
423
|
const _RRL = "RetrievalResultLocation";
|
|
366
424
|
const _RRLe = "RerankResultsList";
|
|
367
425
|
const _RRM = "RetrievalResultMetadata";
|
|
426
|
+
const _RRODL = "RetrievalResultOneDriveLocation";
|
|
368
427
|
const _RRSL = "RetrievalResultS3Location";
|
|
369
428
|
const _RRSLe = "RetrievalResultSalesforceLocation";
|
|
370
429
|
const _RRSLet = "RetrievalResultSqlLocation";
|
|
@@ -421,6 +480,7 @@ const _TRRa = "TagResourceResponse";
|
|
|
421
480
|
const _TTSC = "TextToSqlConfiguration";
|
|
422
481
|
const _TTSKBC = "TextToSqlKnowledgeBaseConfiguration";
|
|
423
482
|
const _U = "Usage";
|
|
483
|
+
const _UC = "UserContext";
|
|
424
484
|
const _UR = "UntagResource";
|
|
425
485
|
const _URR = "UntagResourceRequest";
|
|
426
486
|
const _URRn = "UntagResourceResponse";
|
|
@@ -433,7 +493,7 @@ const _VS = "VideoSegment";
|
|
|
433
493
|
const _VSBRC = "VectorSearchBedrockRerankingConfiguration";
|
|
434
494
|
const _VSBRMC = "VectorSearchBedrockRerankingModelConfiguration";
|
|
435
495
|
const _VSRC = "VectorSearchRerankingConfiguration";
|
|
436
|
-
const _a = "
|
|
496
|
+
const _a = "answer";
|
|
437
497
|
const _aA = "andAll";
|
|
438
498
|
const _aAA = "agentAliasArn";
|
|
439
499
|
const _aAI = "agentAliasId";
|
|
@@ -458,13 +518,19 @@ const _aN = "agentName";
|
|
|
458
518
|
const _aP = "apiPath";
|
|
459
519
|
const _aPE = "analyzePromptEvent";
|
|
460
520
|
const _aR = "apiResult";
|
|
521
|
+
const _aRC = "agenticRetrieveConfiguration";
|
|
461
522
|
const _aS = "apiSchema";
|
|
462
523
|
const _aT = "agentTraces";
|
|
463
524
|
const _aV = "agentVersion";
|
|
464
|
-
const
|
|
525
|
+
const _ac = "action";
|
|
526
|
+
const _act = "actions";
|
|
527
|
+
const _at = "attributes";
|
|
528
|
+
const _att = "attribution";
|
|
465
529
|
const _au = "audio";
|
|
466
530
|
const _b = "body";
|
|
467
531
|
const _bC = "byteContent";
|
|
532
|
+
const _bFMC = "bedrockFoundationModelConfiguration";
|
|
533
|
+
const _bGC = "bedrockGuardrailConfiguration";
|
|
468
534
|
const _bGE = "badGatewayException";
|
|
469
535
|
const _bMC = "bedrockModelConfigurations";
|
|
470
536
|
const _bPT = "basePromptTemplate";
|
|
@@ -506,9 +572,13 @@ const _co = "content";
|
|
|
506
572
|
const _cod = "code";
|
|
507
573
|
const _col = "collaborators";
|
|
508
574
|
const _com = "completion";
|
|
509
|
-
const _con = "
|
|
575
|
+
const _con = "configuration";
|
|
576
|
+
const _conf = "confidence";
|
|
510
577
|
const _d = "description";
|
|
578
|
+
const _dCL = "documentContentLength";
|
|
511
579
|
const _dFE = "dependencyFailedException";
|
|
580
|
+
const _dI = "documentId";
|
|
581
|
+
const _dSI = "dataSourceId";
|
|
512
582
|
const _da = "data";
|
|
513
583
|
const _de = "definition";
|
|
514
584
|
const _do = "document";
|
|
@@ -518,8 +588,9 @@ const _eAn = "endedAt";
|
|
|
518
588
|
const _eC = "errorCode";
|
|
519
589
|
const _eCx = "executionChain";
|
|
520
590
|
const _eE = "executionError";
|
|
521
|
-
const _eI = "
|
|
522
|
-
const _eIx = "
|
|
591
|
+
const _eI = "endIndex";
|
|
592
|
+
const _eIx = "executionIdentifier";
|
|
593
|
+
const _eIxe = "executionId";
|
|
523
594
|
const _eKA = "encryptionKeyArn";
|
|
524
595
|
const _eM = "errorMessage";
|
|
525
596
|
const _eO = "executionOutput";
|
|
@@ -543,6 +614,7 @@ const _f = "function";
|
|
|
543
614
|
const _fAI = "flowAliasIdentifier";
|
|
544
615
|
const _fC = "failureCode";
|
|
545
616
|
const _fCE = "flowCompletionEvent";
|
|
617
|
+
const _fDE = "fullDocumentExpansion";
|
|
546
618
|
const _fEE = "flowExecutionEvents";
|
|
547
619
|
const _fEN = "flowExecutionName";
|
|
548
620
|
const _fES = "flowExecutionSummaries";
|
|
@@ -551,6 +623,8 @@ const _fI = "flowIdentifier";
|
|
|
551
623
|
const _fIE = "flowInputEvent";
|
|
552
624
|
const _fII = "functionInvocationInput";
|
|
553
625
|
const _fM = "foundationModel";
|
|
626
|
+
const _fMC = "foundationModelConfiguration";
|
|
627
|
+
const _fMT = "foundationModelType";
|
|
554
628
|
const _fMTIRE = "flowMultiTurnInputRequestEvent";
|
|
555
629
|
const _fN = "fieldName";
|
|
556
630
|
const _fOE = "flowOutputEvent";
|
|
@@ -563,6 +637,7 @@ const _fTE = "flowTraceEvent";
|
|
|
563
637
|
const _fTEi = "fieldsToExclude";
|
|
564
638
|
const _fTI = "fieldsToInclude";
|
|
565
639
|
const _fV = "flowVersion";
|
|
640
|
+
const _fa = "failures";
|
|
566
641
|
const _fi = "files";
|
|
567
642
|
const _fie = "fields";
|
|
568
643
|
const _fil = "filters";
|
|
@@ -573,9 +648,12 @@ const _g = "guardrail";
|
|
|
573
648
|
const _gA = "guardrailAction";
|
|
574
649
|
const _gC = "guardrailConfiguration";
|
|
575
650
|
const _gCe = "generationConfiguration";
|
|
651
|
+
const _gDL = "googleDriveLocation";
|
|
576
652
|
const _gI = "guardrailId";
|
|
577
653
|
const _gIu = "guardrailIdentifier";
|
|
654
|
+
const _gR = "generatedResponse";
|
|
578
655
|
const _gRP = "generatedResponsePart";
|
|
656
|
+
const _gRe = "generateResponse";
|
|
579
657
|
const _gT = "greaterThan";
|
|
580
658
|
const _gTOE = "greaterThanOrEquals";
|
|
581
659
|
const _gTu = "guardrailTrace";
|
|
@@ -598,6 +676,7 @@ const _iI = "invocationId";
|
|
|
598
676
|
const _iIn = "invocationIdentifier";
|
|
599
677
|
const _iInv = "invocationInputs";
|
|
600
678
|
const _iInvo = "invocationInput";
|
|
679
|
+
const _iQ = "inputQuery";
|
|
601
680
|
const _iS = "invocationStep";
|
|
602
681
|
const _iSE = "internalServerException";
|
|
603
682
|
const _iSI = "invocationStepId";
|
|
@@ -610,8 +689,8 @@ const _iT = "invocationType";
|
|
|
610
689
|
const _iTn = "inputText";
|
|
611
690
|
const _iTnp = "inputTokens";
|
|
612
691
|
const _iV = "isValid";
|
|
613
|
-
const _id = "
|
|
614
|
-
const
|
|
692
|
+
const _id = "id";
|
|
693
|
+
const _ide = "identifier";
|
|
615
694
|
const _im = "images";
|
|
616
695
|
const _ima = "image";
|
|
617
696
|
const _in = "instruction";
|
|
@@ -627,6 +706,7 @@ const _kBCn = "knowledgeBaseConfigurations";
|
|
|
627
706
|
const _kBI = "knowledgeBaseId";
|
|
628
707
|
const _kBLI = "knowledgeBaseLookupInput";
|
|
629
708
|
const _kBLO = "knowledgeBaseLookupOutput";
|
|
709
|
+
const _kBn = "knowledgeBase";
|
|
630
710
|
const _kDL = "kendraDocumentLocation";
|
|
631
711
|
const _kKA = "kmsKeyArn";
|
|
632
712
|
const _l = "location";
|
|
@@ -638,6 +718,7 @@ const _la = "latency";
|
|
|
638
718
|
const _lam = "lambda";
|
|
639
719
|
const _m = "message";
|
|
640
720
|
const _mA = "modelArn";
|
|
721
|
+
const _mAI = "maxAgentIteration";
|
|
641
722
|
const _mAe = "metadataAttributes";
|
|
642
723
|
const _mC = "modelConfiguration";
|
|
643
724
|
const _mCe = "memoryContents";
|
|
@@ -647,12 +728,15 @@ const _mII = "modelInvocationInput";
|
|
|
647
728
|
const _mIO = "modelInvocationOutput";
|
|
648
729
|
const _mIa = "maxItems";
|
|
649
730
|
const _mL = "maximumLength";
|
|
731
|
+
const _mNOR = "maxNumberOfResults";
|
|
650
732
|
const _mNRE = "modelNotReadyException";
|
|
651
733
|
const _mPC = "modelPerformanceConfiguration";
|
|
652
734
|
const _mR = "maxResults";
|
|
735
|
+
const _mSC = "managedSearchConfiguration";
|
|
653
736
|
const _mT = "mediaType";
|
|
654
737
|
const _mTa = "maxTokens";
|
|
655
738
|
const _mTe = "memoryType";
|
|
739
|
+
const _mTi = "mimeType";
|
|
656
740
|
const _mWL = "managedWordLists";
|
|
657
741
|
const _ma = "match";
|
|
658
742
|
const _me = "metadata";
|
|
@@ -675,13 +759,15 @@ const _nON = "nodeOutputName";
|
|
|
675
759
|
const _nOR = "numberOfResults";
|
|
676
760
|
const _nORR = "numberOfRerankedResults";
|
|
677
761
|
const _nOT = "nodeOutputTrace";
|
|
678
|
-
const _nT = "
|
|
679
|
-
const
|
|
762
|
+
const _nT = "nextToken";
|
|
763
|
+
const _nTo = "nodeType";
|
|
680
764
|
const _ne = "next";
|
|
681
765
|
const _o = "output";
|
|
682
766
|
const _oA = "outputAssessments";
|
|
683
767
|
const _oAr = "orAll";
|
|
684
768
|
const _oC = "orchestrationConfiguration";
|
|
769
|
+
const _oDL = "oneDriveLocation";
|
|
770
|
+
const _oF = "outputFormat";
|
|
685
771
|
const _oFN = "outputFieldName";
|
|
686
772
|
const _oL = "overrideLambda";
|
|
687
773
|
const _oN = "operationName";
|
|
@@ -698,10 +784,11 @@ const _ob = "observation";
|
|
|
698
784
|
const _p = "parameters";
|
|
699
785
|
const _pAGS = "parentActionGroupSignature";
|
|
700
786
|
const _pAGSP = "parentActionGroupSignatureParams";
|
|
701
|
-
const _pC = "
|
|
787
|
+
const _pC = "policyConfiguration";
|
|
702
788
|
const _pCC = "promptCreationConfigurations";
|
|
703
789
|
const _pCM = "promptCreationMode";
|
|
704
790
|
const _pCTTI = "previousConversationTurnsToInclude";
|
|
791
|
+
const _pCe = "performanceConfig";
|
|
705
792
|
const _pCr = "promptConfigurations";
|
|
706
793
|
const _pE = "piiEntities";
|
|
707
794
|
const _pM = "parserMode";
|
|
@@ -713,6 +800,7 @@ const _pS = "promptState";
|
|
|
713
800
|
const _pSA = "promptSessionAttributes";
|
|
714
801
|
const _pT = "promptTemplate";
|
|
715
802
|
const _pTr = "promptType";
|
|
803
|
+
const _pU = "presignedUrl";
|
|
716
804
|
const _pa = "payload";
|
|
717
805
|
const _pr = "properties";
|
|
718
806
|
const _q = "queries";
|
|
@@ -724,34 +812,45 @@ const _rA = "resourceArn";
|
|
|
724
812
|
const _rAGC = "retrieveAndGenerateConfiguration";
|
|
725
813
|
const _rB = "requestBody";
|
|
726
814
|
const _rBe = "responseBody";
|
|
727
|
-
const _rC = "
|
|
815
|
+
const _rC = "rerankingConfiguration";
|
|
728
816
|
const _rCH = "relayConversationHistory";
|
|
729
817
|
const _rCIR = "returnControlInvocationResults";
|
|
730
818
|
const _rCP = "returnControlPayload";
|
|
731
819
|
const _rCR = "returnControlResults";
|
|
732
820
|
const _rCT = "routingClassifierTrace";
|
|
733
|
-
const _rCe = "
|
|
821
|
+
const _rCe = "requireConfirmation";
|
|
734
822
|
const _rCea = "reasoningContent";
|
|
735
823
|
const _rCed = "redactedContent";
|
|
736
|
-
const
|
|
737
|
-
const
|
|
738
|
-
const
|
|
824
|
+
const _rCet = "retrievalConfiguration";
|
|
825
|
+
const _rCetu = "returnControl";
|
|
826
|
+
const _rE = "responseEvent";
|
|
827
|
+
const _rI = "resultIndex";
|
|
828
|
+
const _rIe = "requestId";
|
|
829
|
+
const _rM = "retrievalMetadata";
|
|
830
|
+
const _rMT = "rerankingModelType";
|
|
739
831
|
const _rN = "resourceName";
|
|
740
832
|
const _rNFE = "resourceNotFoundException";
|
|
833
|
+
const _rO = "retrievalOverrides";
|
|
741
834
|
const _rQ = "retrievalQuery";
|
|
742
|
-
const _rR = "
|
|
835
|
+
const _rR = "retrievalResponse";
|
|
743
836
|
const _rRa = "rawResponse";
|
|
744
|
-
const _rRe = "
|
|
837
|
+
const _rRe = "retrievedReferences";
|
|
838
|
+
const _rRep = "repromptResponse";
|
|
745
839
|
const _rRet = "retrievalResults";
|
|
746
840
|
const _rS = "responseState";
|
|
747
841
|
const _rSe = "responseStream";
|
|
748
842
|
const _rSel = "relevanceScore";
|
|
749
|
-
const _rT = "
|
|
843
|
+
const _rT = "retrievalType";
|
|
844
|
+
const _rTe = "reasoningText";
|
|
750
845
|
const _ra = "rationale";
|
|
751
|
-
const _re = "
|
|
752
|
-
const
|
|
846
|
+
const _re = "retrieve";
|
|
847
|
+
const _ref = "references";
|
|
848
|
+
const _reg = "regex";
|
|
849
|
+
const _rege = "regexes";
|
|
753
850
|
const _req = "required";
|
|
754
851
|
const _res = "results";
|
|
852
|
+
const _resu = "result";
|
|
853
|
+
const _ret = "retrievers";
|
|
755
854
|
const _ro = "role";
|
|
756
855
|
const _row = "row";
|
|
757
856
|
const _s = "smithy.ts.sdk.synthetic.com.amazonaws.bedrockagentruntime";
|
|
@@ -766,9 +865,10 @@ const _sCt = "streamingConfigurations";
|
|
|
766
865
|
const _sCtr = "stringContains";
|
|
767
866
|
const _sET = "sessionExpiryTime";
|
|
768
867
|
const _sFR = "streamFinalResponse";
|
|
769
|
-
const _sI = "
|
|
868
|
+
const _sI = "startIndex";
|
|
770
869
|
const _sIP = "sensitiveInformationPolicy";
|
|
771
|
-
const _sIe = "
|
|
870
|
+
const _sIe = "sessionIdentifier";
|
|
871
|
+
const _sIes = "sessionId";
|
|
772
872
|
const _sL = "s3Location";
|
|
773
873
|
const _sLa = "salesforceLocation";
|
|
774
874
|
const _sLq = "sqlLocation";
|
|
@@ -779,6 +879,8 @@ const _sN = "serviceName";
|
|
|
779
879
|
const _sOK = "s3ObjectKey";
|
|
780
880
|
const _sPL = "sharePointLocation";
|
|
781
881
|
const _sQEE = "serviceQuotaExceededException";
|
|
882
|
+
const _sR = "sourceRetrievers";
|
|
883
|
+
const _sRo = "sourceRetriever";
|
|
782
884
|
const _sS = "sessionStatus";
|
|
783
885
|
const _sST = "sessionStartTime";
|
|
784
886
|
const _sSe = "sessionState";
|
|
@@ -798,16 +900,18 @@ const _so = "sources";
|
|
|
798
900
|
const _sou = "source";
|
|
799
901
|
const _sp = "span";
|
|
800
902
|
const _sq = "sql";
|
|
801
|
-
const _st = "
|
|
802
|
-
const _sta = "
|
|
803
|
-
const
|
|
804
|
-
const
|
|
903
|
+
const _st = "stream";
|
|
904
|
+
const _sta = "status";
|
|
905
|
+
const _star = "start";
|
|
906
|
+
const _ste = "step";
|
|
907
|
+
const _str = "streaming";
|
|
805
908
|
const _su = "summary";
|
|
806
909
|
const _t = "text";
|
|
807
910
|
const _tC = "transformationConfiguration";
|
|
808
911
|
const _tD = "textDocument";
|
|
809
912
|
const _tE = "traceElements";
|
|
810
913
|
const _tEh = "throttlingException";
|
|
914
|
+
const _tEr = "traceEvent";
|
|
811
915
|
const _tI = "traceId";
|
|
812
916
|
const _tIC = "textInferenceConfig";
|
|
813
917
|
const _tK = "topK";
|
|
@@ -829,14 +933,18 @@ const _tr = "transcription";
|
|
|
829
933
|
const _tra = "trace";
|
|
830
934
|
const _ty = "type";
|
|
831
935
|
const _u = "usage";
|
|
832
|
-
const _uC = "
|
|
936
|
+
const _uC = "userContext";
|
|
937
|
+
const _uCs = "useCase";
|
|
938
|
+
const _uI = "userId";
|
|
833
939
|
const _ur = "url";
|
|
834
940
|
const _uri = "uri";
|
|
835
941
|
const _v = "verb";
|
|
836
942
|
const _vE = "validationException";
|
|
837
943
|
const _vSC = "vectorSearchConfiguration";
|
|
838
944
|
const _va = "value";
|
|
945
|
+
const _ve = "version";
|
|
839
946
|
const _vi = "video";
|
|
947
|
+
const _w = "warnings";
|
|
840
948
|
const _wL = "webLocation";
|
|
841
949
|
const _wP = "wordPolicy";
|
|
842
950
|
const _xabact = "x-amzn-bedrock-agent-content-type";
|
|
@@ -937,6 +1045,7 @@ var Name = [0, n0, _N, 8, 0];
|
|
|
937
1045
|
var OutputString = [0, n0, _OS, 8, 0];
|
|
938
1046
|
var PartBody = [0, n0, _PB, 8, 21];
|
|
939
1047
|
var Payload = [0, n0, _P, 8, 0];
|
|
1048
|
+
var PresignedUrl = [0, n0, _PU, 8, 0];
|
|
940
1049
|
var PromptText = [0, n0, _PT, 8, 0];
|
|
941
1050
|
var RationaleString = [0, n0, _RS, 8, 0];
|
|
942
1051
|
var ResourceDescription = [0, n0, _RD, 8, 0];
|
|
@@ -980,6 +1089,146 @@ export var AgentCollaboratorOutputPayload$ = [3, n0, _ACOP,
|
|
|
980
1089
|
[_ty, _t, _rCP],
|
|
981
1090
|
[0, [() => AgentCollaboratorPayloadString, 0], [() => ReturnControlPayload$, 0]]
|
|
982
1091
|
];
|
|
1092
|
+
export var AgenticRetrieveAction$ = [3, n0, _ARA,
|
|
1093
|
+
0,
|
|
1094
|
+
[_re, _fDE],
|
|
1095
|
+
[[() => AgenticRetrieveActionDetails$, 0], () => AgenticRetrieveFullDocExpansionDetails$]
|
|
1096
|
+
];
|
|
1097
|
+
export var AgenticRetrieveActionDetails$ = [3, n0, _ARAD,
|
|
1098
|
+
0,
|
|
1099
|
+
[_iQ, _sR],
|
|
1100
|
+
[[() => AgenticRetrieveMessageContent$, 0], () => AgenticRetrieveSourceRetrieverList], 2
|
|
1101
|
+
];
|
|
1102
|
+
export var AgenticRetrieveBedrockGuardrailConfiguration$ = [3, n0, _ARBGC,
|
|
1103
|
+
0,
|
|
1104
|
+
[_gI, _gV],
|
|
1105
|
+
[0, 0], 2
|
|
1106
|
+
];
|
|
1107
|
+
export var AgenticRetrieveBedrockRerankingConfiguration$ = [3, n0, _ARBRC,
|
|
1108
|
+
0,
|
|
1109
|
+
[_mC],
|
|
1110
|
+
[() => AgenticRetrieveBedrockRerankingModelConfiguration$], 1
|
|
1111
|
+
];
|
|
1112
|
+
export var AgenticRetrieveBedrockRerankingModelConfiguration$ = [3, n0, _ARBRMC,
|
|
1113
|
+
0,
|
|
1114
|
+
[_mA],
|
|
1115
|
+
[0], 1
|
|
1116
|
+
];
|
|
1117
|
+
export var AgenticRetrieveCitation$ = [3, n0, _ARC,
|
|
1118
|
+
0,
|
|
1119
|
+
[_sI, _eI, _ref],
|
|
1120
|
+
[1, 1, () => AgenticRetrieveCitationReferenceList], 3
|
|
1121
|
+
];
|
|
1122
|
+
export var AgenticRetrieveCitationReference$ = [3, n0, _ARCR,
|
|
1123
|
+
0,
|
|
1124
|
+
[_rI],
|
|
1125
|
+
[1], 1
|
|
1126
|
+
];
|
|
1127
|
+
export var AgenticRetrieveConfiguration$ = [3, n0, _ARCg,
|
|
1128
|
+
0,
|
|
1129
|
+
[_fMT, _fMC, _rMT, _rC, _mAI],
|
|
1130
|
+
[0, () => FoundationModelConfiguration$, 0, () => AgenticRetrieveRerankingConfiguration$, 1]
|
|
1131
|
+
];
|
|
1132
|
+
export var AgenticRetrieveFailure$ = [3, n0, _ARF,
|
|
1133
|
+
0,
|
|
1134
|
+
[_m],
|
|
1135
|
+
[0], 1
|
|
1136
|
+
];
|
|
1137
|
+
export var AgenticRetrieveFullDocExpansionDetails$ = [3, n0, _ARFDED,
|
|
1138
|
+
0,
|
|
1139
|
+
[_dI, _sRo],
|
|
1140
|
+
[0, () => AgenticRetrieveSourceRetriever$]
|
|
1141
|
+
];
|
|
1142
|
+
export var AgenticRetrieveGeneratedResponse$ = [3, n0, _ARGR,
|
|
1143
|
+
0,
|
|
1144
|
+
[_a, _ci],
|
|
1145
|
+
[0, () => AgenticRetrieveCitationList], 1
|
|
1146
|
+
];
|
|
1147
|
+
export var AgenticRetrieveGuardrailWarning$ = [3, n0, _ARGW,
|
|
1148
|
+
0,
|
|
1149
|
+
[_id, _ve, _ac, _m],
|
|
1150
|
+
[0, 0, 0, 0], 3
|
|
1151
|
+
];
|
|
1152
|
+
export var AgenticRetrieveMessage$ = [3, n0, _ARM,
|
|
1153
|
+
0,
|
|
1154
|
+
[_co, _ro],
|
|
1155
|
+
[[() => AgenticRetrieveMessageContent$, 0], 0], 2
|
|
1156
|
+
];
|
|
1157
|
+
export var AgenticRetrieveMessageContent$ = [3, n0, _ARMC,
|
|
1158
|
+
8,
|
|
1159
|
+
[_t],
|
|
1160
|
+
[0]
|
|
1161
|
+
];
|
|
1162
|
+
export var AgenticRetrievePolicyConfiguration$ = [3, n0, _ARPC,
|
|
1163
|
+
0,
|
|
1164
|
+
[_bGC],
|
|
1165
|
+
[() => AgenticRetrieveBedrockGuardrailConfiguration$]
|
|
1166
|
+
];
|
|
1167
|
+
export var AgenticRetriever$ = [3, n0, _AR,
|
|
1168
|
+
0,
|
|
1169
|
+
[_con, _d],
|
|
1170
|
+
[[() => RetrieverConfiguration$, 0], 0], 1
|
|
1171
|
+
];
|
|
1172
|
+
export var AgenticRetrieveRerankingConfiguration$ = [3, n0, _ARRC,
|
|
1173
|
+
0,
|
|
1174
|
+
[_ty, _bRC],
|
|
1175
|
+
[0, () => AgenticRetrieveBedrockRerankingConfiguration$], 1
|
|
1176
|
+
];
|
|
1177
|
+
export var AgenticRetrieveResponseEvent$ = [3, n0, _ARRE,
|
|
1178
|
+
0,
|
|
1179
|
+
[_t],
|
|
1180
|
+
[0], 1
|
|
1181
|
+
];
|
|
1182
|
+
export var AgenticRetrieveResultEvent$ = [3, n0, _ARREg,
|
|
1183
|
+
0,
|
|
1184
|
+
[_res, _gR, _nT],
|
|
1185
|
+
[() => AgenticRetrieveResults, () => AgenticRetrieveGeneratedResponse$, 0], 1
|
|
1186
|
+
];
|
|
1187
|
+
export var AgenticRetrieveResultItem$ = [3, n0, _ARRI,
|
|
1188
|
+
0,
|
|
1189
|
+
[_co, _sRo, _me],
|
|
1190
|
+
[() => RetrievalContent$, () => AgenticRetrieveSourceRetriever$, 128 | 15], 2
|
|
1191
|
+
];
|
|
1192
|
+
export var AgenticRetrieveSourceMetadata$ = [3, n0, _ARSM,
|
|
1193
|
+
0,
|
|
1194
|
+
[_ide, _rT],
|
|
1195
|
+
[0, 0]
|
|
1196
|
+
];
|
|
1197
|
+
export var AgenticRetrieveSourceRetriever$ = [3, n0, _ARSR,
|
|
1198
|
+
0,
|
|
1199
|
+
[_ide],
|
|
1200
|
+
[0], 1
|
|
1201
|
+
];
|
|
1202
|
+
export var AgenticRetrieveStreamRequest$ = [3, n0, _ARSRg,
|
|
1203
|
+
0,
|
|
1204
|
+
[_mes, _ret, _aRC, _pC, _nT, _uC, _gRe],
|
|
1205
|
+
[[() => AgenticRetrieveMessages, 0], [() => AgenticRetrievers, 0], () => AgenticRetrieveConfiguration$, () => AgenticRetrievePolicyConfiguration$, 0, [() => UserContext$, 0], 2], 3
|
|
1206
|
+
];
|
|
1207
|
+
export var AgenticRetrieveStreamResponse$ = [3, n0, _ARSRge,
|
|
1208
|
+
0,
|
|
1209
|
+
[_st],
|
|
1210
|
+
[[() => AgenticRetrieveStreamResponseOutput$, 16]], 1
|
|
1211
|
+
];
|
|
1212
|
+
export var AgenticRetrieveTraceEvent$ = [3, n0, _ARTE,
|
|
1213
|
+
0,
|
|
1214
|
+
[_id, _ti, _at],
|
|
1215
|
+
[0, 1, [() => AgenticRetrieveTraceEventAttributes$, 0]], 3
|
|
1216
|
+
];
|
|
1217
|
+
export var AgenticRetrieveTraceEventAttributes$ = [3, n0, _ARTEA,
|
|
1218
|
+
0,
|
|
1219
|
+
[_ste, _sta, _m, _act, _w, _fa, _rM, _rR],
|
|
1220
|
+
[0, 0, 0, [() => AgenticRetrieveActions, 0], () => AgenticRetrieveWarnings, () => AgenticRetrieveFailures, () => AgenticRetrieveSourceMetadataList, () => AgenticRetrieveTraceResults], 3
|
|
1221
|
+
];
|
|
1222
|
+
export var AgenticRetrieveTraceResultItem$ = [3, n0, _ARTRI,
|
|
1223
|
+
0,
|
|
1224
|
+
[_co, _me, _sRo],
|
|
1225
|
+
[() => RetrievalContent$, 128 | 15, () => AgenticRetrieveSourceRetriever$]
|
|
1226
|
+
];
|
|
1227
|
+
export var AgenticRetrieveWarningMessage$ = [3, n0, _ARWM,
|
|
1228
|
+
0,
|
|
1229
|
+
[_m],
|
|
1230
|
+
[0], 1
|
|
1231
|
+
];
|
|
983
1232
|
export var AnalyzePromptEvent$ = [3, n0, _APE,
|
|
984
1233
|
8,
|
|
985
1234
|
[_m],
|
|
@@ -1000,7 +1249,7 @@ export var ApiRequestBody$ = [3, n0, _ARB,
|
|
|
1000
1249
|
[_co],
|
|
1001
1250
|
[() => ApiContentMap]
|
|
1002
1251
|
];
|
|
1003
|
-
export var ApiResult$ = [3, n0,
|
|
1252
|
+
export var ApiResult$ = [3, n0, _ARp,
|
|
1004
1253
|
0,
|
|
1005
1254
|
[_aG, _hM, _aP, _cS, _rS, _hSC, _rBe, _aI],
|
|
1006
1255
|
[0, 0, [() => ApiPath, 0], 0, 0, 1, () => ResponseBody, 0], 1
|
|
@@ -1015,9 +1264,19 @@ export var AudioSegment$ = [3, n0, _AS,
|
|
|
1015
1264
|
[_sU, _tr],
|
|
1016
1265
|
[0, 0], 1
|
|
1017
1266
|
];
|
|
1267
|
+
export var BedrockFoundationModelConfiguration$ = [3, n0, _BFMC,
|
|
1268
|
+
0,
|
|
1269
|
+
[_mC],
|
|
1270
|
+
[() => BedrockFoundationModelModelConfiguration$], 1
|
|
1271
|
+
];
|
|
1272
|
+
export var BedrockFoundationModelModelConfiguration$ = [3, n0, _BFMMC,
|
|
1273
|
+
0,
|
|
1274
|
+
[_mA],
|
|
1275
|
+
[0], 1
|
|
1276
|
+
];
|
|
1018
1277
|
export var BedrockModelConfigurations$ = [3, n0, _BMC,
|
|
1019
1278
|
0,
|
|
1020
|
-
[
|
|
1279
|
+
[_pCe],
|
|
1021
1280
|
[() => PerformanceConfiguration$]
|
|
1022
1281
|
];
|
|
1023
1282
|
export var BedrockRerankingConfiguration$ = [3, n0, _BRC,
|
|
@@ -1032,7 +1291,7 @@ export var BedrockRerankingModelConfiguration$ = [3, n0, _BRMC,
|
|
|
1032
1291
|
];
|
|
1033
1292
|
export var ByteContentDoc$ = [3, n0, _BCD,
|
|
1034
1293
|
0,
|
|
1035
|
-
[
|
|
1294
|
+
[_ide, _cT, _da],
|
|
1036
1295
|
[[() => Identifier, 0], 0, [() => ByteContentBlob, 0]], 3
|
|
1037
1296
|
];
|
|
1038
1297
|
export var ByteContentFile$ = [3, n0, _BCF,
|
|
@@ -1042,12 +1301,12 @@ export var ByteContentFile$ = [3, n0, _BCF,
|
|
|
1042
1301
|
];
|
|
1043
1302
|
export var Citation$ = [3, n0, _C,
|
|
1044
1303
|
0,
|
|
1045
|
-
[_gRP,
|
|
1304
|
+
[_gRP, _rRe],
|
|
1046
1305
|
[[() => GeneratedResponsePart$, 0], [() => RetrievedReferences, 0]]
|
|
1047
1306
|
];
|
|
1048
1307
|
export var CitationEvent$ = [3, n0, _CEi,
|
|
1049
1308
|
0,
|
|
1050
|
-
[_cit, _gRP,
|
|
1309
|
+
[_cit, _gRP, _rRe],
|
|
1051
1310
|
[[() => Citation$, 0], [() => GeneratedResponsePart$, 0], [() => RetrievedReferences, 0]]
|
|
1052
1311
|
];
|
|
1053
1312
|
export var CodeInterpreterInvocationInput$ = [3, n0, _CIII,
|
|
@@ -1087,12 +1346,12 @@ export var ConversationHistory$ = [3, n0, _CH,
|
|
|
1087
1346
|
];
|
|
1088
1347
|
export var CreateInvocationRequest$ = [3, n0, _CIR,
|
|
1089
1348
|
0,
|
|
1090
|
-
[
|
|
1349
|
+
[_sIe, _iI, _d],
|
|
1091
1350
|
[[0, 1], 0, 0], 1
|
|
1092
1351
|
];
|
|
1093
1352
|
export var CreateInvocationResponse$ = [3, n0, _CIRr,
|
|
1094
1353
|
0,
|
|
1095
|
-
[
|
|
1354
|
+
[_sIes, _iI, _cA],
|
|
1096
1355
|
[0, 0, 5], 3
|
|
1097
1356
|
];
|
|
1098
1357
|
export var CreateSessionRequest$ = [3, n0, _CSR,
|
|
@@ -1102,7 +1361,7 @@ export var CreateSessionRequest$ = [3, n0, _CSR,
|
|
|
1102
1361
|
];
|
|
1103
1362
|
export var CreateSessionResponse$ = [3, n0, _CSRr,
|
|
1104
1363
|
0,
|
|
1105
|
-
[
|
|
1364
|
+
[_sIes, _sA, _sS, _cA],
|
|
1106
1365
|
[0, 0, 0, 5], 4
|
|
1107
1366
|
];
|
|
1108
1367
|
export var CustomOrchestration$ = [3, n0, _CO,
|
|
@@ -1122,8 +1381,8 @@ export var CustomOrchestrationTraceEvent$ = [3, n0, _COTE,
|
|
|
1122
1381
|
];
|
|
1123
1382
|
export var DeleteAgentMemoryRequest$ = [3, n0, _DAMR,
|
|
1124
1383
|
0,
|
|
1125
|
-
[_aI, _aAI, _mI,
|
|
1126
|
-
[[0, 1], [0, 1], [0, { [_hQ]: _mI }], [0, { [_hQ]:
|
|
1384
|
+
[_aI, _aAI, _mI, _sIes],
|
|
1385
|
+
[[0, 1], [0, 1], [0, { [_hQ]: _mI }], [0, { [_hQ]: _sIes }]], 2
|
|
1127
1386
|
];
|
|
1128
1387
|
export var DeleteAgentMemoryResponse$ = [3, n0, _DAMRe,
|
|
1129
1388
|
0,
|
|
@@ -1132,7 +1391,7 @@ export var DeleteAgentMemoryResponse$ = [3, n0, _DAMRe,
|
|
|
1132
1391
|
];
|
|
1133
1392
|
export var DeleteSessionRequest$ = [3, n0, _DSR,
|
|
1134
1393
|
0,
|
|
1135
|
-
[
|
|
1394
|
+
[_sIe],
|
|
1136
1395
|
[[0, 1]], 1
|
|
1137
1396
|
];
|
|
1138
1397
|
export var DeleteSessionResponse$ = [3, n0, _DSRe,
|
|
@@ -1142,12 +1401,12 @@ export var DeleteSessionResponse$ = [3, n0, _DSRe,
|
|
|
1142
1401
|
];
|
|
1143
1402
|
export var EndSessionRequest$ = [3, n0, _ESR,
|
|
1144
1403
|
0,
|
|
1145
|
-
[
|
|
1404
|
+
[_sIe],
|
|
1146
1405
|
[[0, 1]], 1
|
|
1147
1406
|
];
|
|
1148
1407
|
export var EndSessionResponse$ = [3, n0, _ESRn,
|
|
1149
1408
|
0,
|
|
1150
|
-
[
|
|
1409
|
+
[_sIes, _sA, _sS],
|
|
1151
1410
|
[0, 0, 0], 3
|
|
1152
1411
|
];
|
|
1153
1412
|
export var ExternalSource$ = [3, n0, _ES,
|
|
@@ -1157,7 +1416,7 @@ export var ExternalSource$ = [3, n0, _ES,
|
|
|
1157
1416
|
];
|
|
1158
1417
|
export var ExternalSourcesGenerationConfiguration$ = [3, n0, _ESGC,
|
|
1159
1418
|
0,
|
|
1160
|
-
[_pT, _gC, _iC, _aMRF,
|
|
1419
|
+
[_pT, _gC, _iC, _aMRF, _pCe],
|
|
1161
1420
|
[[() => PromptTemplate$, 0], () => GuardrailConfiguration$, () => InferenceConfig$, 128 | 15, () => PerformanceConfiguration$]
|
|
1162
1421
|
];
|
|
1163
1422
|
export var ExternalSourcesRetrieveAndGenerateConfiguration$ = [3, n0, _ESRAGC,
|
|
@@ -1217,7 +1476,7 @@ export var FlowExecutionOutputEvent$ = [3, n0, _FEOE,
|
|
|
1217
1476
|
];
|
|
1218
1477
|
export var FlowExecutionSummary$ = [3, n0, _FES,
|
|
1219
1478
|
0,
|
|
1220
|
-
[_eA, _fAI, _fI, _fV,
|
|
1479
|
+
[_eA, _fAI, _fI, _fV, _sta, _cA, _eAn],
|
|
1221
1480
|
[0, 0, 0, 0, 0, 5, 5], 6
|
|
1222
1481
|
];
|
|
1223
1482
|
export var FlowFailureEvent$ = [3, n0, _FFE,
|
|
@@ -1237,12 +1496,12 @@ export var FlowInputField$ = [3, n0, _FIF,
|
|
|
1237
1496
|
];
|
|
1238
1497
|
export var FlowMultiTurnInputRequestEvent$ = [3, n0, _FMTIRE,
|
|
1239
1498
|
8,
|
|
1240
|
-
[_nN,
|
|
1499
|
+
[_nN, _nTo, _co],
|
|
1241
1500
|
[0, 0, () => FlowMultiTurnInputContent$], 3
|
|
1242
1501
|
];
|
|
1243
1502
|
export var FlowOutputEvent$ = [3, n0, _FOE,
|
|
1244
1503
|
8,
|
|
1245
|
-
[_nN,
|
|
1504
|
+
[_nN, _nTo, _co],
|
|
1246
1505
|
[0, 0, () => FlowOutputContent$], 3
|
|
1247
1506
|
];
|
|
1248
1507
|
export var FlowOutputField$ = [3, n0, _FOF,
|
|
@@ -1272,7 +1531,7 @@ export var FlowTraceEvent$ = [3, n0, _FTE,
|
|
|
1272
1531
|
];
|
|
1273
1532
|
export var FlowTraceNodeActionEvent$ = [3, n0, _FTNAE,
|
|
1274
1533
|
8,
|
|
1275
|
-
[_nN, _ti,
|
|
1534
|
+
[_nN, _ti, _rIe, _sN, _oN, _oR, _oRp],
|
|
1276
1535
|
[0, 5, 0, 0, 0, 15, 15], 5
|
|
1277
1536
|
];
|
|
1278
1537
|
export var FlowTraceNodeInputEvent$ = [3, n0, _FTNIE,
|
|
@@ -1310,9 +1569,14 @@ export var FlowTraceNodeOutputNext$ = [3, n0, _FTNON,
|
|
|
1310
1569
|
[_nN, _iFN],
|
|
1311
1570
|
[0, 0], 2
|
|
1312
1571
|
];
|
|
1572
|
+
export var FoundationModelConfiguration$ = [3, n0, _FMC,
|
|
1573
|
+
0,
|
|
1574
|
+
[_ty, _bFMC],
|
|
1575
|
+
[0, () => BedrockFoundationModelConfiguration$], 1
|
|
1576
|
+
];
|
|
1313
1577
|
export var FunctionDefinition$ = [3, n0, _FD,
|
|
1314
1578
|
0,
|
|
1315
|
-
[_n, _d, _p,
|
|
1579
|
+
[_n, _d, _p, _rCe],
|
|
1316
1580
|
[[() => ResourceName, 0], 0, () => ParameterMap, 0], 1
|
|
1317
1581
|
];
|
|
1318
1582
|
export var FunctionInvocationInput$ = [3, n0, _FII,
|
|
@@ -1352,22 +1616,32 @@ export var GenerateQueryResponse$ = [3, n0, _GQRe,
|
|
|
1352
1616
|
];
|
|
1353
1617
|
export var GenerationConfiguration$ = [3, n0, _GC,
|
|
1354
1618
|
0,
|
|
1355
|
-
[_pT, _gC, _iC, _aMRF,
|
|
1619
|
+
[_pT, _gC, _iC, _aMRF, _pCe],
|
|
1356
1620
|
[[() => PromptTemplate$, 0], () => GuardrailConfiguration$, () => InferenceConfig$, 128 | 15, () => PerformanceConfiguration$]
|
|
1357
1621
|
];
|
|
1358
1622
|
export var GetAgentMemoryRequest$ = [3, n0, _GAMR,
|
|
1359
1623
|
0,
|
|
1360
|
-
[_aI, _aAI, _mTe, _mI,
|
|
1361
|
-
[[0, 1], [0, 1], [0, { [_hQ]: _mTe }], [0, { [_hQ]: _mI }], [0, { [_hQ]:
|
|
1624
|
+
[_aI, _aAI, _mTe, _mI, _nT, _mIa],
|
|
1625
|
+
[[0, 1], [0, 1], [0, { [_hQ]: _mTe }], [0, { [_hQ]: _mI }], [0, { [_hQ]: _nT }], [1, { [_hQ]: _mIa }]], 4
|
|
1362
1626
|
];
|
|
1363
1627
|
export var GetAgentMemoryResponse$ = [3, n0, _GAMRe,
|
|
1364
1628
|
0,
|
|
1365
|
-
[
|
|
1629
|
+
[_nT, _mCe],
|
|
1366
1630
|
[0, () => Memories]
|
|
1367
1631
|
];
|
|
1632
|
+
export var GetDocumentContentRequest$ = [3, n0, _GDCR,
|
|
1633
|
+
0,
|
|
1634
|
+
[_kBI, _dSI, _dI, _oF, _uC],
|
|
1635
|
+
[[0, 1], [0, 1], [0, 1], 0, [() => UserContext$, 0]], 3
|
|
1636
|
+
];
|
|
1637
|
+
export var GetDocumentContentResponse$ = [3, n0, _GDCRe,
|
|
1638
|
+
0,
|
|
1639
|
+
[_mTi, _pU, _dCL],
|
|
1640
|
+
[0, [() => PresignedUrl, 0], 1], 2
|
|
1641
|
+
];
|
|
1368
1642
|
export var GetExecutionFlowSnapshotRequest$ = [3, n0, _GEFSR,
|
|
1369
1643
|
0,
|
|
1370
|
-
[_fI, _fAI,
|
|
1644
|
+
[_fI, _fAI, _eIx],
|
|
1371
1645
|
[[0, 1], [0, 1], [0, 1]], 3
|
|
1372
1646
|
];
|
|
1373
1647
|
export var GetExecutionFlowSnapshotResponse$ = [3, n0, _GEFSRe,
|
|
@@ -1377,17 +1651,17 @@ export var GetExecutionFlowSnapshotResponse$ = [3, n0, _GEFSRe,
|
|
|
1377
1651
|
];
|
|
1378
1652
|
export var GetFlowExecutionRequest$ = [3, n0, _GFER,
|
|
1379
1653
|
0,
|
|
1380
|
-
[_fI, _fAI,
|
|
1654
|
+
[_fI, _fAI, _eIx],
|
|
1381
1655
|
[[0, 1], [0, 1], [0, 1]], 3
|
|
1382
1656
|
];
|
|
1383
1657
|
export var GetFlowExecutionResponse$ = [3, n0, _GFERe,
|
|
1384
1658
|
0,
|
|
1385
|
-
[_eA,
|
|
1659
|
+
[_eA, _sta, _sAt, _fAI, _fI, _fV, _eAn, _er],
|
|
1386
1660
|
[0, 0, 5, 0, 0, 0, 5, () => FlowExecutionErrors], 6
|
|
1387
1661
|
];
|
|
1388
1662
|
export var GetInvocationStepRequest$ = [3, n0, _GISR,
|
|
1389
1663
|
0,
|
|
1390
|
-
[_iIn, _iSI,
|
|
1664
|
+
[_iIn, _iSI, _sIe],
|
|
1391
1665
|
[0, [0, 1], [0, 1]], 3
|
|
1392
1666
|
];
|
|
1393
1667
|
export var GetInvocationStepResponse$ = [3, n0, _GISRe,
|
|
@@ -1397,12 +1671,12 @@ export var GetInvocationStepResponse$ = [3, n0, _GISRe,
|
|
|
1397
1671
|
];
|
|
1398
1672
|
export var GetSessionRequest$ = [3, n0, _GSR,
|
|
1399
1673
|
0,
|
|
1400
|
-
[
|
|
1674
|
+
[_sIe],
|
|
1401
1675
|
[[0, 1]], 1
|
|
1402
1676
|
];
|
|
1403
1677
|
export var GetSessionResponse$ = [3, n0, _GSRe,
|
|
1404
1678
|
0,
|
|
1405
|
-
[
|
|
1679
|
+
[_sIes, _sA, _sS, _cA, _lUA, _sM, _eKA],
|
|
1406
1680
|
[0, 0, 0, 5, 5, 128 | 0, 0], 5
|
|
1407
1681
|
];
|
|
1408
1682
|
export var GuardrailAssessment$ = [3, n0, _GA,
|
|
@@ -1422,7 +1696,7 @@ export var GuardrailConfigurationWithArn$ = [3, n0, _GCWA,
|
|
|
1422
1696
|
];
|
|
1423
1697
|
export var GuardrailContentFilter$ = [3, n0, _GCF,
|
|
1424
1698
|
8,
|
|
1425
|
-
[_ty,
|
|
1699
|
+
[_ty, _conf, _ac],
|
|
1426
1700
|
[0, 0, 0]
|
|
1427
1701
|
];
|
|
1428
1702
|
export var GuardrailContentPolicyAssessment$ = [3, n0, _GCPA,
|
|
@@ -1432,37 +1706,37 @@ export var GuardrailContentPolicyAssessment$ = [3, n0, _GCPA,
|
|
|
1432
1706
|
];
|
|
1433
1707
|
export var GuardrailCustomWord$ = [3, n0, _GCW,
|
|
1434
1708
|
8,
|
|
1435
|
-
[_ma,
|
|
1709
|
+
[_ma, _ac],
|
|
1436
1710
|
[0, 0]
|
|
1437
1711
|
];
|
|
1438
1712
|
export var GuardrailEvent$ = [3, n0, _GE,
|
|
1439
1713
|
0,
|
|
1440
|
-
[
|
|
1714
|
+
[_ac],
|
|
1441
1715
|
[0]
|
|
1442
1716
|
];
|
|
1443
1717
|
export var GuardrailManagedWord$ = [3, n0, _GMW,
|
|
1444
1718
|
8,
|
|
1445
|
-
[_ma, _ty,
|
|
1719
|
+
[_ma, _ty, _ac],
|
|
1446
1720
|
[0, 0, 0]
|
|
1447
1721
|
];
|
|
1448
1722
|
export var GuardrailPiiEntityFilter$ = [3, n0, _GPEF,
|
|
1449
1723
|
8,
|
|
1450
|
-
[_ty, _ma,
|
|
1724
|
+
[_ty, _ma, _ac],
|
|
1451
1725
|
[0, 0, 0]
|
|
1452
1726
|
];
|
|
1453
1727
|
export var GuardrailRegexFilter$ = [3, n0, _GRF,
|
|
1454
1728
|
8,
|
|
1455
|
-
[_n,
|
|
1729
|
+
[_n, _reg, _ma, _ac],
|
|
1456
1730
|
[0, 0, 0, 0]
|
|
1457
1731
|
];
|
|
1458
1732
|
export var GuardrailSensitiveInformationPolicyAssessment$ = [3, n0, _GSIPA,
|
|
1459
1733
|
8,
|
|
1460
|
-
[_pE,
|
|
1734
|
+
[_pE, _rege],
|
|
1461
1735
|
[[() => GuardrailPiiEntityFilterList, 0], [() => GuardrailRegexFilterList, 0]]
|
|
1462
1736
|
];
|
|
1463
1737
|
export var GuardrailTopic$ = [3, n0, _GT,
|
|
1464
1738
|
8,
|
|
1465
|
-
[_n, _ty,
|
|
1739
|
+
[_n, _ty, _ac],
|
|
1466
1740
|
[0, 0, 0]
|
|
1467
1741
|
];
|
|
1468
1742
|
export var GuardrailTopicPolicyAssessment$ = [3, n0, _GTPA,
|
|
@@ -1472,7 +1746,7 @@ export var GuardrailTopicPolicyAssessment$ = [3, n0, _GTPA,
|
|
|
1472
1746
|
];
|
|
1473
1747
|
export var GuardrailTrace$ = [3, n0, _GTu,
|
|
1474
1748
|
8,
|
|
1475
|
-
[
|
|
1749
|
+
[_ac, _tI, _iA, _oA, _me],
|
|
1476
1750
|
[0, 0, [() => GuardrailAssessmentList, 0], [() => GuardrailAssessmentList, 0], [() => Metadata$, 0]]
|
|
1477
1751
|
];
|
|
1478
1752
|
export var GuardrailWordPolicyAssessment$ = [3, n0, _GWPA,
|
|
@@ -1512,7 +1786,7 @@ export var InlineAgentFilePart$ = [3, n0, _IAFP,
|
|
|
1512
1786
|
];
|
|
1513
1787
|
export var InlineAgentPayloadPart$ = [3, n0, _IAPP,
|
|
1514
1788
|
8,
|
|
1515
|
-
[_by,
|
|
1789
|
+
[_by, _att],
|
|
1516
1790
|
[[() => PartBody, 0], [() => Attribution$, 0]]
|
|
1517
1791
|
];
|
|
1518
1792
|
export var InlineAgentReturnControlPayload$ = [3, n0, _IARCP,
|
|
@@ -1522,12 +1796,12 @@ export var InlineAgentReturnControlPayload$ = [3, n0, _IARCP,
|
|
|
1522
1796
|
];
|
|
1523
1797
|
export var InlineAgentTracePart$ = [3, n0, _IATP,
|
|
1524
1798
|
8,
|
|
1525
|
-
[
|
|
1799
|
+
[_sIes, _tra, _cCa, _eTv, _cN],
|
|
1526
1800
|
[0, [() => Trace$, 0], () => CallerChain, 5, [() => Name, 0]]
|
|
1527
1801
|
];
|
|
1528
1802
|
export var InlineBedrockModelConfigurations$ = [3, n0, _IBMC,
|
|
1529
1803
|
0,
|
|
1530
|
-
[
|
|
1804
|
+
[_pCe],
|
|
1531
1805
|
[() => PerformanceConfiguration$]
|
|
1532
1806
|
];
|
|
1533
1807
|
export var InlineSessionState$ = [3, n0, _ISS,
|
|
@@ -1537,7 +1811,7 @@ export var InlineSessionState$ = [3, n0, _ISS,
|
|
|
1537
1811
|
];
|
|
1538
1812
|
export var InputFile$ = [3, n0, _IF,
|
|
1539
1813
|
0,
|
|
1540
|
-
[_n, _sou,
|
|
1814
|
+
[_n, _sou, _uCs],
|
|
1541
1815
|
[0, [() => FileSource$, 0], 0], 3
|
|
1542
1816
|
];
|
|
1543
1817
|
export var InputImage$ = [3, n0, _IIn,
|
|
@@ -1552,57 +1826,57 @@ export var InvocationInput$ = [3, n0, _IInv,
|
|
|
1552
1826
|
];
|
|
1553
1827
|
export var InvocationStep$ = [3, n0, _IS,
|
|
1554
1828
|
0,
|
|
1555
|
-
[
|
|
1829
|
+
[_sIes, _iI, _iSI, _iST, _pa],
|
|
1556
1830
|
[0, 0, 0, 5, [() => InvocationStepPayload$, 0]], 5
|
|
1557
1831
|
];
|
|
1558
1832
|
export var InvocationStepSummary$ = [3, n0, _ISSn,
|
|
1559
1833
|
0,
|
|
1560
|
-
[
|
|
1834
|
+
[_sIes, _iI, _iSI, _iST],
|
|
1561
1835
|
[0, 0, 0, 5], 4
|
|
1562
1836
|
];
|
|
1563
1837
|
export var InvocationSummary$ = [3, n0, _ISn,
|
|
1564
1838
|
0,
|
|
1565
|
-
[
|
|
1839
|
+
[_sIes, _iI, _cA],
|
|
1566
1840
|
[0, 0, 5], 3
|
|
1567
1841
|
];
|
|
1568
1842
|
export var InvokeAgentRequest$ = [3, n0, _IAR,
|
|
1569
1843
|
0,
|
|
1570
|
-
[_aI, _aAI,
|
|
1844
|
+
[_aI, _aAI, _sIes, _sSe, _eS, _eTn, _iTn, _mI, _bMC, _sCt, _pCC, _sAo],
|
|
1571
1845
|
[[0, 1], [0, 1], [0, 1], [() => SessionState$, 0], 2, 2, [() => InputText, 0], 0, () => BedrockModelConfigurations$, () => StreamingConfigurations$, () => PromptCreationConfigurations$, [0, { [_hH]: _xasa }]], 3
|
|
1572
1846
|
];
|
|
1573
1847
|
export var InvokeAgentResponse$ = [3, n0, _IARn,
|
|
1574
1848
|
0,
|
|
1575
|
-
[_com, _cT,
|
|
1849
|
+
[_com, _cT, _sIes, _mI],
|
|
1576
1850
|
[[() => ResponseStream$, 16], [0, { [_hH]: _xabact }], [0, { [_hH]: _xabasi }], [0, { [_hH]: _xabami }]], 3
|
|
1577
1851
|
];
|
|
1578
1852
|
export var InvokeFlowRequest$ = [3, n0, _IFR,
|
|
1579
1853
|
0,
|
|
1580
|
-
[_fI, _fAI, _inp, _eTn, _mPC,
|
|
1854
|
+
[_fI, _fAI, _inp, _eTn, _mPC, _eIxe],
|
|
1581
1855
|
[[0, 1], [0, 1], [() => FlowInputs, 0], 2, () => ModelPerformanceConfiguration$, 0], 3
|
|
1582
1856
|
];
|
|
1583
1857
|
export var InvokeFlowResponse$ = [3, n0, _IFRn,
|
|
1584
1858
|
0,
|
|
1585
|
-
[_rSe,
|
|
1859
|
+
[_rSe, _eIxe],
|
|
1586
1860
|
[[() => FlowResponseStream$, 16], [0, { [_hH]: _xabfei }]], 1
|
|
1587
1861
|
];
|
|
1588
1862
|
export var InvokeInlineAgentRequest$ = [3, n0, _IIAR,
|
|
1589
1863
|
0,
|
|
1590
|
-
[_fM, _in,
|
|
1864
|
+
[_fM, _in, _sIes, _cEKA, _iSTTLIS, _aGc, _kB, _gC, _pOC, _aC, _cC, _aN, _eS, _eTn, _iTn, _sCt, _pCC, _iSS, _col, _bMC, _oT, _cO],
|
|
1591
1865
|
[0, [() => Instruction, 0], [0, 1], 0, 1, [() => AgentActionGroups, 0], [() => KnowledgeBases, 0], () => GuardrailConfigurationWithArn$, [() => PromptOverrideConfiguration$, 0], 0, [() => CollaboratorConfigurations, 0], [() => Name, 0], 2, 2, [() => InputText, 0], () => StreamingConfigurations$, () => PromptCreationConfigurations$, [() => InlineSessionState$, 0], [() => Collaborators, 0], () => InlineBedrockModelConfigurations$, 0, () => CustomOrchestration$], 3
|
|
1592
1866
|
];
|
|
1593
1867
|
export var InvokeInlineAgentResponse$ = [3, n0, _IIARn,
|
|
1594
1868
|
0,
|
|
1595
|
-
[_com, _cT,
|
|
1869
|
+
[_com, _cT, _sIes],
|
|
1596
1870
|
[[() => InlineAgentResponseStream$, 16], [0, { [_hH]: _xabact }], [0, { [_hH]: _xabasi }]], 3
|
|
1597
1871
|
];
|
|
1598
1872
|
export var KnowledgeBase$ = [3, n0, _KB,
|
|
1599
1873
|
0,
|
|
1600
|
-
[_kBI, _d,
|
|
1874
|
+
[_kBI, _d, _rCet],
|
|
1601
1875
|
[0, [() => ResourceDescription, 0], [() => KnowledgeBaseRetrievalConfiguration$, 0]], 2
|
|
1602
1876
|
];
|
|
1603
1877
|
export var KnowledgeBaseConfiguration$ = [3, n0, _KBC,
|
|
1604
1878
|
0,
|
|
1605
|
-
[_kBI,
|
|
1879
|
+
[_kBI, _rCet],
|
|
1606
1880
|
[0, [() => KnowledgeBaseRetrievalConfiguration$, 0]], 2
|
|
1607
1881
|
];
|
|
1608
1882
|
export var KnowledgeBaseLookupInput$ = [3, n0, _KBLI,
|
|
@@ -1612,7 +1886,7 @@ export var KnowledgeBaseLookupInput$ = [3, n0, _KBLI,
|
|
|
1612
1886
|
];
|
|
1613
1887
|
export var KnowledgeBaseLookupOutput$ = [3, n0, _KBLO,
|
|
1614
1888
|
0,
|
|
1615
|
-
[
|
|
1889
|
+
[_rRe, _me],
|
|
1616
1890
|
[[() => RetrievedReferences, 0], [() => Metadata$, 0]]
|
|
1617
1891
|
];
|
|
1618
1892
|
export var KnowledgeBaseQuery$ = [3, n0, _KBQ,
|
|
@@ -1622,72 +1896,77 @@ export var KnowledgeBaseQuery$ = [3, n0, _KBQ,
|
|
|
1622
1896
|
];
|
|
1623
1897
|
export var KnowledgeBaseRetrievalConfiguration$ = [3, n0, _KBRC,
|
|
1624
1898
|
0,
|
|
1625
|
-
[_vSC],
|
|
1626
|
-
[[() => KnowledgeBaseVectorSearchConfiguration$, 0]
|
|
1899
|
+
[_vSC, _mSC],
|
|
1900
|
+
[[() => KnowledgeBaseVectorSearchConfiguration$, 0], [() => ManagedSearchConfiguration$, 0]]
|
|
1627
1901
|
];
|
|
1628
1902
|
export var KnowledgeBaseRetrievalResult$ = [3, n0, _KBRR,
|
|
1629
1903
|
0,
|
|
1630
|
-
[_co, _l, _sc, _me],
|
|
1631
|
-
[[() => RetrievalResultContent$, 0], [() => RetrievalResultLocation$, 0], 1, [() => RetrievalResultMetadata, 0]], 1
|
|
1904
|
+
[_co, _l, _sc, _me, _dI],
|
|
1905
|
+
[[() => RetrievalResultContent$, 0], [() => RetrievalResultLocation$, 0], 1, [() => RetrievalResultMetadata, 0], 0], 1
|
|
1632
1906
|
];
|
|
1633
1907
|
export var KnowledgeBaseRetrieveAndGenerateConfiguration$ = [3, n0, _KBRAGC,
|
|
1634
1908
|
0,
|
|
1635
|
-
[_kBI, _mA,
|
|
1909
|
+
[_kBI, _mA, _rCet, _gCe, _oC],
|
|
1636
1910
|
[0, 0, [() => KnowledgeBaseRetrievalConfiguration$, 0], [() => GenerationConfiguration$, 0], [() => OrchestrationConfiguration$, 0]], 2
|
|
1637
1911
|
];
|
|
1912
|
+
export var KnowledgeBaseRetrieverConfiguration$ = [3, n0, _KBRCn,
|
|
1913
|
+
0,
|
|
1914
|
+
[_kBI, _rO],
|
|
1915
|
+
[0, [() => RetrievalOverrides$, 0]], 1
|
|
1916
|
+
];
|
|
1638
1917
|
export var KnowledgeBaseVectorSearchConfiguration$ = [3, n0, _KBVSC,
|
|
1639
1918
|
0,
|
|
1640
|
-
[_nOR, _oST, _filt,
|
|
1919
|
+
[_nOR, _oST, _filt, _rC, _iFC],
|
|
1641
1920
|
[1, 0, [() => RetrievalFilter$, 0], [() => VectorSearchRerankingConfiguration$, 0], [() => ImplicitFilterConfiguration$, 0]]
|
|
1642
1921
|
];
|
|
1643
1922
|
export var ListFlowExecutionEventsRequest$ = [3, n0, _LFEER,
|
|
1644
1923
|
0,
|
|
1645
|
-
[_fI, _fAI,
|
|
1646
|
-
[[0, 1], [0, 1], [0, 1], [0, { [_hQ]: _eTve }], [1, { [_hQ]: _mR }], [0, { [_hQ]:
|
|
1924
|
+
[_fI, _fAI, _eIx, _eTve, _mR, _nT],
|
|
1925
|
+
[[0, 1], [0, 1], [0, 1], [0, { [_hQ]: _eTve }], [1, { [_hQ]: _mR }], [0, { [_hQ]: _nT }]], 4
|
|
1647
1926
|
];
|
|
1648
1927
|
export var ListFlowExecutionEventsResponse$ = [3, n0, _LFEERi,
|
|
1649
1928
|
0,
|
|
1650
|
-
[_fEE,
|
|
1929
|
+
[_fEE, _nT],
|
|
1651
1930
|
[[() => FlowExecutionEvents, 0], 0], 1
|
|
1652
1931
|
];
|
|
1653
1932
|
export var ListFlowExecutionsRequest$ = [3, n0, _LFER,
|
|
1654
1933
|
0,
|
|
1655
|
-
[_fI, _fAI, _mR,
|
|
1656
|
-
[[0, 1], [0, { [_hQ]: _fAI }], [1, { [_hQ]: _mR }], [0, { [_hQ]:
|
|
1934
|
+
[_fI, _fAI, _mR, _nT],
|
|
1935
|
+
[[0, 1], [0, { [_hQ]: _fAI }], [1, { [_hQ]: _mR }], [0, { [_hQ]: _nT }]], 1
|
|
1657
1936
|
];
|
|
1658
1937
|
export var ListFlowExecutionsResponse$ = [3, n0, _LFERi,
|
|
1659
1938
|
0,
|
|
1660
|
-
[_fES,
|
|
1939
|
+
[_fES, _nT],
|
|
1661
1940
|
[() => FlowExecutionSummaries, 0], 1
|
|
1662
1941
|
];
|
|
1663
1942
|
export var ListInvocationsRequest$ = [3, n0, _LIR,
|
|
1664
1943
|
0,
|
|
1665
|
-
[
|
|
1666
|
-
[[0, 1], [0, { [_hQ]:
|
|
1944
|
+
[_sIe, _nT, _mR],
|
|
1945
|
+
[[0, 1], [0, { [_hQ]: _nT }], [1, { [_hQ]: _mR }]], 1
|
|
1667
1946
|
];
|
|
1668
1947
|
export var ListInvocationsResponse$ = [3, n0, _LIRi,
|
|
1669
1948
|
0,
|
|
1670
|
-
[_iSn,
|
|
1949
|
+
[_iSn, _nT],
|
|
1671
1950
|
[() => InvocationSummaries, 0], 1
|
|
1672
1951
|
];
|
|
1673
1952
|
export var ListInvocationStepsRequest$ = [3, n0, _LISR,
|
|
1674
1953
|
0,
|
|
1675
|
-
[
|
|
1676
|
-
[[0, 1], 0, [0, { [_hQ]:
|
|
1954
|
+
[_sIe, _iIn, _nT, _mR],
|
|
1955
|
+
[[0, 1], 0, [0, { [_hQ]: _nT }], [1, { [_hQ]: _mR }]], 1
|
|
1677
1956
|
];
|
|
1678
1957
|
export var ListInvocationStepsResponse$ = [3, n0, _LISRi,
|
|
1679
1958
|
0,
|
|
1680
|
-
[_iSSn,
|
|
1959
|
+
[_iSSn, _nT],
|
|
1681
1960
|
[() => InvocationStepSummaries, 0], 1
|
|
1682
1961
|
];
|
|
1683
1962
|
export var ListSessionsRequest$ = [3, n0, _LSR,
|
|
1684
1963
|
0,
|
|
1685
|
-
[_mR,
|
|
1686
|
-
[[1, { [_hQ]: _mR }], [0, { [_hQ]:
|
|
1964
|
+
[_mR, _nT],
|
|
1965
|
+
[[1, { [_hQ]: _mR }], [0, { [_hQ]: _nT }]]
|
|
1687
1966
|
];
|
|
1688
1967
|
export var ListSessionsResponse$ = [3, n0, _LSRi,
|
|
1689
1968
|
0,
|
|
1690
|
-
[_sSes,
|
|
1969
|
+
[_sSes, _nT],
|
|
1691
1970
|
[() => SessionSummaries, 0], 1
|
|
1692
1971
|
];
|
|
1693
1972
|
export var ListTagsForResourceRequest$ = [3, n0, _LTFRR,
|
|
@@ -1700,9 +1979,29 @@ export var ListTagsForResourceResponse$ = [3, n0, _LTFRRi,
|
|
|
1700
1979
|
[_ta],
|
|
1701
1980
|
[128 | 0]
|
|
1702
1981
|
];
|
|
1982
|
+
export var ManagedSearchBedrockRerankingConfiguration$ = [3, n0, _MSBRC,
|
|
1983
|
+
0,
|
|
1984
|
+
[_mC, _nORR, _mCet],
|
|
1985
|
+
[() => ManagedSearchBedrockRerankingModelConfiguration$, 1, [() => MetadataConfigurationForReranking$, 0]], 1
|
|
1986
|
+
];
|
|
1987
|
+
export var ManagedSearchBedrockRerankingModelConfiguration$ = [3, n0, _MSBRMC,
|
|
1988
|
+
0,
|
|
1989
|
+
[_mA, _aMRF],
|
|
1990
|
+
[0, 128 | 15], 1
|
|
1991
|
+
];
|
|
1992
|
+
export var ManagedSearchConfiguration$ = [3, n0, _MSC,
|
|
1993
|
+
0,
|
|
1994
|
+
[_nOR, _filt, _rMT, _rC],
|
|
1995
|
+
[1, [() => RetrievalFilter$, 0], 0, [() => ManagedSearchRerankingConfiguration$, 0]]
|
|
1996
|
+
];
|
|
1997
|
+
export var ManagedSearchRerankingConfiguration$ = [3, n0, _MSRC,
|
|
1998
|
+
0,
|
|
1999
|
+
[_ty, _bRC],
|
|
2000
|
+
[0, [() => ManagedSearchBedrockRerankingConfiguration$, 0]], 1
|
|
2001
|
+
];
|
|
1703
2002
|
export var MemorySessionSummary$ = [3, n0, _MSS,
|
|
1704
2003
|
0,
|
|
1705
|
-
[_mI,
|
|
2004
|
+
[_mI, _sIes, _sST, _sET, _sTu],
|
|
1706
2005
|
[0, 0, 5, 5, 0]
|
|
1707
2006
|
];
|
|
1708
2007
|
export var Message$ = [3, n0, _M,
|
|
@@ -1732,12 +2031,12 @@ export var ModelInvocationInput$ = [3, n0, _MII,
|
|
|
1732
2031
|
];
|
|
1733
2032
|
export var ModelPerformanceConfiguration$ = [3, n0, _MPC,
|
|
1734
2033
|
0,
|
|
1735
|
-
[
|
|
2034
|
+
[_pCe],
|
|
1736
2035
|
[() => PerformanceConfiguration$]
|
|
1737
2036
|
];
|
|
1738
2037
|
export var NodeActionEvent$ = [3, n0, _NAE,
|
|
1739
2038
|
8,
|
|
1740
|
-
[_nN, _ti,
|
|
2039
|
+
[_nN, _ti, _rIe, _sN, _oN, _oR, _oRp],
|
|
1741
2040
|
[0, 5, 0, 0, 0, 15, 15], 5
|
|
1742
2041
|
];
|
|
1743
2042
|
export var NodeDependencyEvent$ = [3, n0, _NDE,
|
|
@@ -1787,7 +2086,7 @@ export var NodeOutputNext$ = [3, n0, _NON,
|
|
|
1787
2086
|
];
|
|
1788
2087
|
export var Observation$ = [3, n0, _O,
|
|
1789
2088
|
8,
|
|
1790
|
-
[_tI, _ty, _aGIO, _aCIO, _kBLO, _fRi,
|
|
2089
|
+
[_tI, _ty, _aGIO, _aCIO, _kBLO, _fRi, _rRep, _cIIO],
|
|
1791
2090
|
[0, 0, [() => ActionGroupInvocationOutput$, 0], [() => AgentCollaboratorInvocationOutput$, 0], [() => KnowledgeBaseLookupOutput$, 0], [() => FinalResponse$, 0], [() => RepromptResponse$, 0], [() => CodeInterpreterInvocationOutput$, 0]]
|
|
1792
2091
|
];
|
|
1793
2092
|
export var OptimizedPromptEvent$ = [3, n0, _OPE,
|
|
@@ -1807,7 +2106,7 @@ export var OptimizePromptResponse$ = [3, n0, _OPRp,
|
|
|
1807
2106
|
];
|
|
1808
2107
|
export var OrchestrationConfiguration$ = [3, n0, _OC,
|
|
1809
2108
|
0,
|
|
1810
|
-
[_pT, _iC, _aMRF, _qTC,
|
|
2109
|
+
[_pT, _iC, _aMRF, _qTC, _pCe],
|
|
1811
2110
|
[[() => PromptTemplate$, 0], () => InferenceConfig$, 128 | 15, () => QueryTransformationConfiguration$, () => PerformanceConfiguration$]
|
|
1812
2111
|
];
|
|
1813
2112
|
export var OrchestrationModelInvocationOutput$ = [3, n0, _OMIO,
|
|
@@ -1832,7 +2131,7 @@ export var ParameterDetail$ = [3, n0, _PD,
|
|
|
1832
2131
|
];
|
|
1833
2132
|
export var PayloadPart$ = [3, n0, _PP,
|
|
1834
2133
|
8,
|
|
1835
|
-
[_by,
|
|
2134
|
+
[_by, _att],
|
|
1836
2135
|
[[() => PartBody, 0], [() => Attribution$, 0]]
|
|
1837
2136
|
];
|
|
1838
2137
|
export var PerformanceConfiguration$ = [3, n0, _PC,
|
|
@@ -1887,7 +2186,7 @@ export var PropertyParameters$ = [3, n0, _PPr,
|
|
|
1887
2186
|
];
|
|
1888
2187
|
export var PutInvocationStepRequest$ = [3, n0, _PISR,
|
|
1889
2188
|
0,
|
|
1890
|
-
[
|
|
2189
|
+
[_sIe, _iIn, _iST, _pa, _iSI],
|
|
1891
2190
|
[[0, 1], 0, 5, [() => InvocationStepPayload$, 0], 0], 4
|
|
1892
2191
|
];
|
|
1893
2192
|
export var PutInvocationStepResponse$ = [3, n0, _PISRu,
|
|
@@ -1947,12 +2246,12 @@ export var RerankQuery$ = [3, n0, _RQ,
|
|
|
1947
2246
|
];
|
|
1948
2247
|
export var RerankRequest$ = [3, n0, _RRer,
|
|
1949
2248
|
0,
|
|
1950
|
-
[_q, _so,
|
|
2249
|
+
[_q, _so, _rC, _nT],
|
|
1951
2250
|
[[() => RerankQueriesList, 0], [() => RerankSourcesList, 0], () => RerankingConfiguration$, 0], 3
|
|
1952
2251
|
];
|
|
1953
2252
|
export var RerankResponse$ = [3, n0, _RRera,
|
|
1954
2253
|
0,
|
|
1955
|
-
[_res,
|
|
2254
|
+
[_res, _nT],
|
|
1956
2255
|
[[() => RerankResultsList, 0], 0], 1
|
|
1957
2256
|
];
|
|
1958
2257
|
export var RerankResult$ = [3, n0, _RReran,
|
|
@@ -1970,6 +2269,16 @@ export var RerankTextDocument$ = [3, n0, _RTD,
|
|
|
1970
2269
|
[_t],
|
|
1971
2270
|
[0]
|
|
1972
2271
|
];
|
|
2272
|
+
export var RetrievalContent$ = [3, n0, _RCe,
|
|
2273
|
+
0,
|
|
2274
|
+
[_mTi, _bC, _t],
|
|
2275
|
+
[0, 21, 0], 1
|
|
2276
|
+
];
|
|
2277
|
+
export var RetrievalOverrides$ = [3, n0, _RO,
|
|
2278
|
+
0,
|
|
2279
|
+
[_filt, _mNOR],
|
|
2280
|
+
[[() => RetrievalFilter$, 0], 1]
|
|
2281
|
+
];
|
|
1973
2282
|
export var RetrievalResultConfluenceLocation$ = [3, n0, _RRCL,
|
|
1974
2283
|
0,
|
|
1975
2284
|
[_ur],
|
|
@@ -1987,7 +2296,12 @@ export var RetrievalResultContentColumn$ = [3, n0, _RRCC,
|
|
|
1987
2296
|
];
|
|
1988
2297
|
export var RetrievalResultCustomDocumentLocation$ = [3, n0, _RRCDL,
|
|
1989
2298
|
0,
|
|
1990
|
-
[
|
|
2299
|
+
[_id],
|
|
2300
|
+
[0]
|
|
2301
|
+
];
|
|
2302
|
+
export var RetrievalResultGoogleDriveLocation$ = [3, n0, _RRGDL,
|
|
2303
|
+
0,
|
|
2304
|
+
[_ur],
|
|
1991
2305
|
[0]
|
|
1992
2306
|
];
|
|
1993
2307
|
export var RetrievalResultKendraDocumentLocation$ = [3, n0, _RRKDL,
|
|
@@ -1997,8 +2311,13 @@ export var RetrievalResultKendraDocumentLocation$ = [3, n0, _RRKDL,
|
|
|
1997
2311
|
];
|
|
1998
2312
|
export var RetrievalResultLocation$ = [3, n0, _RRL,
|
|
1999
2313
|
8,
|
|
2000
|
-
[_ty, _sL, _wL, _cL, _sLa, _sPL, _cDL, _kDL, _sLq],
|
|
2001
|
-
[0, () => RetrievalResultS3Location$, () => RetrievalResultWebLocation$, () => RetrievalResultConfluenceLocation$, () => RetrievalResultSalesforceLocation$, () => RetrievalResultSharePointLocation$, () => RetrievalResultCustomDocumentLocation$, () => RetrievalResultKendraDocumentLocation$, () => RetrievalResultSqlLocation$], 1
|
|
2314
|
+
[_ty, _sL, _wL, _cL, _sLa, _sPL, _cDL, _kDL, _sLq, _oDL, _gDL],
|
|
2315
|
+
[0, () => RetrievalResultS3Location$, () => RetrievalResultWebLocation$, () => RetrievalResultConfluenceLocation$, () => RetrievalResultSalesforceLocation$, () => RetrievalResultSharePointLocation$, () => RetrievalResultCustomDocumentLocation$, () => RetrievalResultKendraDocumentLocation$, () => RetrievalResultSqlLocation$, () => RetrievalResultOneDriveLocation$, () => RetrievalResultGoogleDriveLocation$], 1
|
|
2316
|
+
];
|
|
2317
|
+
export var RetrievalResultOneDriveLocation$ = [3, n0, _RRODL,
|
|
2318
|
+
0,
|
|
2319
|
+
[_ur],
|
|
2320
|
+
[0]
|
|
2002
2321
|
];
|
|
2003
2322
|
export var RetrievalResultS3Location$ = [3, n0, _RRSL,
|
|
2004
2323
|
0,
|
|
@@ -2047,12 +2366,12 @@ export var RetrieveAndGenerateOutputEvent$ = [3, n0, _RAGOE,
|
|
|
2047
2366
|
];
|
|
2048
2367
|
export var RetrieveAndGenerateRequest$ = [3, n0, _RAGR,
|
|
2049
2368
|
0,
|
|
2050
|
-
[_i,
|
|
2051
|
-
[[() => RetrieveAndGenerateInput$, 0], 0, [() => RetrieveAndGenerateConfiguration$, 0], () => RetrieveAndGenerateSessionConfiguration
|
|
2369
|
+
[_i, _sIes, _rAGC, _sCe, _uC],
|
|
2370
|
+
[[() => RetrieveAndGenerateInput$, 0], 0, [() => RetrieveAndGenerateConfiguration$, 0], () => RetrieveAndGenerateSessionConfiguration$, [() => UserContext$, 0]], 1
|
|
2052
2371
|
];
|
|
2053
2372
|
export var RetrieveAndGenerateResponse$ = [3, n0, _RAGRe,
|
|
2054
2373
|
0,
|
|
2055
|
-
[
|
|
2374
|
+
[_sIes, _o, _ci, _gA],
|
|
2056
2375
|
[0, [() => RetrieveAndGenerateOutput$, 0], [() => Citations, 0], 0], 2
|
|
2057
2376
|
];
|
|
2058
2377
|
export var RetrieveAndGenerateSessionConfiguration$ = [3, n0, _RAGSC,
|
|
@@ -2062,12 +2381,12 @@ export var RetrieveAndGenerateSessionConfiguration$ = [3, n0, _RAGSC,
|
|
|
2062
2381
|
];
|
|
2063
2382
|
export var RetrieveAndGenerateStreamRequest$ = [3, n0, _RAGSR,
|
|
2064
2383
|
0,
|
|
2065
|
-
[_i,
|
|
2066
|
-
[[() => RetrieveAndGenerateInput$, 0], 0, [() => RetrieveAndGenerateConfiguration$, 0], () => RetrieveAndGenerateSessionConfiguration
|
|
2384
|
+
[_i, _sIes, _rAGC, _sCe, _uC],
|
|
2385
|
+
[[() => RetrieveAndGenerateInput$, 0], 0, [() => RetrieveAndGenerateConfiguration$, 0], () => RetrieveAndGenerateSessionConfiguration$, [() => UserContext$, 0]], 1
|
|
2067
2386
|
];
|
|
2068
2387
|
export var RetrieveAndGenerateStreamResponse$ = [3, n0, _RAGSRe,
|
|
2069
2388
|
0,
|
|
2070
|
-
[
|
|
2389
|
+
[_st, _sIes],
|
|
2071
2390
|
[[() => RetrieveAndGenerateStreamResponseOutput$, 16], [0, { [_hH]: _xabkbsi }]], 2
|
|
2072
2391
|
];
|
|
2073
2392
|
export var RetrievedReference$ = [3, n0, _RRet,
|
|
@@ -2077,12 +2396,12 @@ export var RetrievedReference$ = [3, n0, _RRet,
|
|
|
2077
2396
|
];
|
|
2078
2397
|
export var RetrieveRequest$ = [3, n0, _RRetr,
|
|
2079
2398
|
0,
|
|
2080
|
-
[_kBI, _rQ,
|
|
2081
|
-
[[0, 1], [() => KnowledgeBaseQuery$, 0], [() => KnowledgeBaseRetrievalConfiguration$, 0], () => GuardrailConfiguration$, 0], 2
|
|
2399
|
+
[_kBI, _rQ, _rCet, _gC, _nT, _uC],
|
|
2400
|
+
[[0, 1], [() => KnowledgeBaseQuery$, 0], [() => KnowledgeBaseRetrievalConfiguration$, 0], () => GuardrailConfiguration$, 0, [() => UserContext$, 0]], 2
|
|
2082
2401
|
];
|
|
2083
2402
|
export var RetrieveResponse$ = [3, n0, _RRetri,
|
|
2084
2403
|
0,
|
|
2085
|
-
[_rRet, _gA,
|
|
2404
|
+
[_rRet, _gA, _nT],
|
|
2086
2405
|
[[() => KnowledgeBaseRetrievalResults, 0], 0, 0], 1
|
|
2087
2406
|
];
|
|
2088
2407
|
export var ReturnControlPayload$ = [3, n0, _RCP,
|
|
@@ -2132,12 +2451,12 @@ export var SessionState$ = [3, n0, _SS,
|
|
|
2132
2451
|
];
|
|
2133
2452
|
export var SessionSummary$ = [3, n0, _SSe,
|
|
2134
2453
|
0,
|
|
2135
|
-
[
|
|
2454
|
+
[_sIes, _sA, _sS, _cA, _lUA],
|
|
2136
2455
|
[0, 0, 0, 5, 5], 5
|
|
2137
2456
|
];
|
|
2138
2457
|
export var Span$ = [3, n0, _Sp,
|
|
2139
2458
|
0,
|
|
2140
|
-
[
|
|
2459
|
+
[_star, _en],
|
|
2141
2460
|
[1, 1]
|
|
2142
2461
|
];
|
|
2143
2462
|
export var StartFlowExecutionRequest$ = [3, n0, _SFER,
|
|
@@ -2152,12 +2471,12 @@ export var StartFlowExecutionResponse$ = [3, n0, _SFERt,
|
|
|
2152
2471
|
];
|
|
2153
2472
|
export var StopFlowExecutionRequest$ = [3, n0, _SFERto,
|
|
2154
2473
|
0,
|
|
2155
|
-
[_fI, _fAI,
|
|
2474
|
+
[_fI, _fAI, _eIx],
|
|
2156
2475
|
[[0, 1], [0, 1], [0, 1]], 3
|
|
2157
2476
|
];
|
|
2158
2477
|
export var StopFlowExecutionResponse$ = [3, n0, _SFERtop,
|
|
2159
2478
|
0,
|
|
2160
|
-
[
|
|
2479
|
+
[_sta, _eA],
|
|
2161
2480
|
[0, 0], 1
|
|
2162
2481
|
];
|
|
2163
2482
|
export var StreamingConfigurations$ = [3, n0, _SCt,
|
|
@@ -2202,7 +2521,7 @@ export var TextToSqlKnowledgeBaseConfiguration$ = [3, n0, _TTSKBC,
|
|
|
2202
2521
|
];
|
|
2203
2522
|
export var TracePart$ = [3, n0, _TPr,
|
|
2204
2523
|
8,
|
|
2205
|
-
[
|
|
2524
|
+
[_sIes, _tra, _cCa, _eTv, _cN, _aI, _aAI, _aV],
|
|
2206
2525
|
[0, [() => Trace$, 0], () => CallerChain, 5, [() => Name, 0], 0, 0, 0]
|
|
2207
2526
|
];
|
|
2208
2527
|
export var TransformationConfiguration$ = [3, n0, _TC,
|
|
@@ -2222,12 +2541,12 @@ export var UntagResourceResponse$ = [3, n0, _URRn,
|
|
|
2222
2541
|
];
|
|
2223
2542
|
export var UpdateSessionRequest$ = [3, n0, _USR,
|
|
2224
2543
|
0,
|
|
2225
|
-
[
|
|
2544
|
+
[_sIe, _sM],
|
|
2226
2545
|
[[0, 1], 128 | 0], 1
|
|
2227
2546
|
];
|
|
2228
2547
|
export var UpdateSessionResponse$ = [3, n0, _USRp,
|
|
2229
2548
|
0,
|
|
2230
|
-
[
|
|
2549
|
+
[_sIes, _sA, _sS, _cA, _lUA],
|
|
2231
2550
|
[0, 0, 0, 5, 5], 5
|
|
2232
2551
|
];
|
|
2233
2552
|
export var Usage$ = [3, n0, _U,
|
|
@@ -2235,6 +2554,11 @@ export var Usage$ = [3, n0, _U,
|
|
|
2235
2554
|
[_iTnp, _oTu],
|
|
2236
2555
|
[1, 1]
|
|
2237
2556
|
];
|
|
2557
|
+
export var UserContext$ = [3, n0, _UC,
|
|
2558
|
+
8,
|
|
2559
|
+
[_uI],
|
|
2560
|
+
[0], 1
|
|
2561
|
+
];
|
|
2238
2562
|
export var VectorSearchBedrockRerankingConfiguration$ = [3, n0, _VSBRC,
|
|
2239
2563
|
0,
|
|
2240
2564
|
[_mC, _nORR, _mCet],
|
|
@@ -2259,6 +2583,42 @@ var AgentActionGroups = [1, n0, _AAGg,
|
|
|
2259
2583
|
0, [() => AgentActionGroup$,
|
|
2260
2584
|
0]
|
|
2261
2585
|
];
|
|
2586
|
+
var AgenticRetrieveActions = [1, n0, _ARAg,
|
|
2587
|
+
0, [() => AgenticRetrieveAction$,
|
|
2588
|
+
0]
|
|
2589
|
+
];
|
|
2590
|
+
var AgenticRetrieveCitationList = [1, n0, _ARCL,
|
|
2591
|
+
0, () => AgenticRetrieveCitation$
|
|
2592
|
+
];
|
|
2593
|
+
var AgenticRetrieveCitationReferenceList = [1, n0, _ARCRL,
|
|
2594
|
+
0, () => AgenticRetrieveCitationReference$
|
|
2595
|
+
];
|
|
2596
|
+
var AgenticRetrieveFailures = [1, n0, _ARFg,
|
|
2597
|
+
0, () => AgenticRetrieveFailure$
|
|
2598
|
+
];
|
|
2599
|
+
var AgenticRetrieveMessages = [1, n0, _ARMg,
|
|
2600
|
+
0, [() => AgenticRetrieveMessage$,
|
|
2601
|
+
0]
|
|
2602
|
+
];
|
|
2603
|
+
var AgenticRetrieveResults = [1, n0, _ARR,
|
|
2604
|
+
0, () => AgenticRetrieveResultItem$
|
|
2605
|
+
];
|
|
2606
|
+
var AgenticRetrievers = [1, n0, _ARg,
|
|
2607
|
+
0, [() => AgenticRetriever$,
|
|
2608
|
+
0]
|
|
2609
|
+
];
|
|
2610
|
+
var AgenticRetrieveSourceMetadataList = [1, n0, _ARSML,
|
|
2611
|
+
0, () => AgenticRetrieveSourceMetadata$
|
|
2612
|
+
];
|
|
2613
|
+
var AgenticRetrieveSourceRetrieverList = [1, n0, _ARSRL,
|
|
2614
|
+
0, () => AgenticRetrieveSourceRetriever$
|
|
2615
|
+
];
|
|
2616
|
+
var AgenticRetrieveTraceResults = [1, n0, _ARTR,
|
|
2617
|
+
0, () => AgenticRetrieveTraceResultItem$
|
|
2618
|
+
];
|
|
2619
|
+
var AgenticRetrieveWarnings = [1, n0, _ARW,
|
|
2620
|
+
0, () => AgenticRetrieveWarning$
|
|
2621
|
+
];
|
|
2262
2622
|
var AgentTraces = [1, n0, _AT,
|
|
2263
2623
|
0, [() => TracePart$,
|
|
2264
2624
|
0]
|
|
@@ -2487,6 +2847,7 @@ var StopSequences = 64 | 0;
|
|
|
2487
2847
|
var TagKeyList = 64 | 0;
|
|
2488
2848
|
var ActionGroupSignatureParams = 128 | 0;
|
|
2489
2849
|
var AdditionalModelRequestFields = 128 | 15;
|
|
2850
|
+
var AgenticRetrieveMetadata = 128 | 15;
|
|
2490
2851
|
var ApiContentMap = [2, n0, _ACM,
|
|
2491
2852
|
0, 0, () => PropertyParameters$
|
|
2492
2853
|
];
|
|
@@ -2511,6 +2872,16 @@ export var ActionGroupExecutor$ = [4, n0, _AGE,
|
|
|
2511
2872
|
[_lam, _cCu],
|
|
2512
2873
|
[0, 0]
|
|
2513
2874
|
];
|
|
2875
|
+
export var AgenticRetrieveStreamResponseOutput$ = [4, n0, _ARSRO,
|
|
2876
|
+
{ [_str]: 1 },
|
|
2877
|
+
[_resu, _tEr, _rE, _iSE, _vE, _rNFE, _sQEE, _tEh, _aDE, _cE, _dFE, _bGE],
|
|
2878
|
+
[() => AgenticRetrieveResultEvent$, [() => AgenticRetrieveTraceEvent$, 0], () => AgenticRetrieveResponseEvent$, [() => InternalServerException$, 0], [() => ValidationException$, 0], [() => ResourceNotFoundException$, 0], [() => ServiceQuotaExceededException$, 0], [() => ThrottlingException$, 0], [() => AccessDeniedException$, 0], [() => ConflictException$, 0], [() => DependencyFailedException$, 0], [() => BadGatewayException$, 0]]
|
|
2879
|
+
];
|
|
2880
|
+
export var AgenticRetrieveWarning$ = [4, n0, _ARWg,
|
|
2881
|
+
0,
|
|
2882
|
+
[_m, _g],
|
|
2883
|
+
[() => AgenticRetrieveWarningMessage$, () => AgenticRetrieveGuardrailWarning$]
|
|
2884
|
+
];
|
|
2514
2885
|
export var APISchema$ = [4, n0, _APIS,
|
|
2515
2886
|
0,
|
|
2516
2887
|
[_s_, _pa],
|
|
@@ -2557,7 +2928,7 @@ export var FlowOutputContent$ = [4, n0, _FOC,
|
|
|
2557
2928
|
[15]
|
|
2558
2929
|
];
|
|
2559
2930
|
export var FlowResponseStream$ = [4, n0, _FRSl,
|
|
2560
|
-
{ [
|
|
2931
|
+
{ [_str]: 1 },
|
|
2561
2932
|
[_fOE, _fCE, _fTE, _iSE, _vE, _rNFE, _sQEE, _tEh, _aDE, _cE, _dFE, _bGE, _fMTIRE],
|
|
2562
2933
|
[[() => FlowOutputEvent$, 0], [() => FlowCompletionEvent$, 0], [() => FlowTraceEvent$, 0], [() => InternalServerException$, 0], [() => ValidationException$, 0], [() => ResourceNotFoundException$, 0], [() => ServiceQuotaExceededException$, 0], [() => ThrottlingException$, 0], [() => AccessDeniedException$, 0], [() => ConflictException$, 0], [() => DependencyFailedException$, 0], [() => BadGatewayException$, 0], [() => FlowMultiTurnInputRequestEvent$, 0]]
|
|
2563
2934
|
];
|
|
@@ -2592,8 +2963,8 @@ export var ImageSource$ = [4, n0, _ISm,
|
|
|
2592
2963
|
[21, () => S3Location$]
|
|
2593
2964
|
];
|
|
2594
2965
|
export var InlineAgentResponseStream$ = [4, n0, _IARS,
|
|
2595
|
-
{ [
|
|
2596
|
-
[_ch, _tra,
|
|
2966
|
+
{ [_str]: 1 },
|
|
2967
|
+
[_ch, _tra, _rCetu, _iSE, _vE, _rNFE, _sQEE, _tEh, _aDE, _cE, _dFE, _bGE, _fi],
|
|
2597
2968
|
[[() => InlineAgentPayloadPart$, 0], [() => InlineAgentTracePart$, 0], [() => InlineAgentReturnControlPayload$, 0], [() => InternalServerException$, 0], [() => ValidationException$, 0], [() => ResourceNotFoundException$, 0], [() => ServiceQuotaExceededException$, 0], [() => ThrottlingException$, 0], [() => AccessDeniedException$, 0], [() => ConflictException$, 0], [() => DependencyFailedException$, 0], [() => BadGatewayException$, 0], [() => InlineAgentFilePart$, 0]]
|
|
2598
2969
|
];
|
|
2599
2970
|
export var InputPrompt$ = [4, n0, _IP,
|
|
@@ -2637,7 +3008,7 @@ export var OptimizedPrompt$ = [4, n0, _OP,
|
|
|
2637
3008
|
[[() => TextPrompt$, 0]]
|
|
2638
3009
|
];
|
|
2639
3010
|
export var OptimizedPromptStream$ = [4, n0, _OPS,
|
|
2640
|
-
{ [
|
|
3011
|
+
{ [_str]: 1 },
|
|
2641
3012
|
[_oPE, _aPE, _iSE, _tEh, _vE, _dFE, _aDE, _bGE],
|
|
2642
3013
|
[[() => OptimizedPromptEvent$, 0], [() => AnalyzePromptEvent$, 0], [() => InternalServerException$, 0], [() => ThrottlingException$, 0], [() => ValidationException$, 0], [() => DependencyFailedException$, 0], [() => AccessDeniedException$, 0], [() => BadGatewayException$, 0]]
|
|
2643
3014
|
];
|
|
@@ -2663,7 +3034,7 @@ export var PreProcessingTrace$ = [4, n0, _PPTr,
|
|
|
2663
3034
|
];
|
|
2664
3035
|
export var ReasoningContentBlock$ = [4, n0, _RCB,
|
|
2665
3036
|
8,
|
|
2666
|
-
[
|
|
3037
|
+
[_rTe, _rCed],
|
|
2667
3038
|
[[() => ReasoningTextBlock$, 0], 21]
|
|
2668
3039
|
];
|
|
2669
3040
|
export var RerankingMetadataSelectiveModeConfiguration$ = [4, n0, _RMSMC,
|
|
@@ -2672,8 +3043,8 @@ export var RerankingMetadataSelectiveModeConfiguration$ = [4, n0, _RMSMC,
|
|
|
2672
3043
|
[[() => FieldsForReranking, 0], [() => FieldsForReranking, 0]]
|
|
2673
3044
|
];
|
|
2674
3045
|
export var ResponseStream$ = [4, n0, _RSes,
|
|
2675
|
-
{ [
|
|
2676
|
-
[_ch, _tra,
|
|
3046
|
+
{ [_str]: 1 },
|
|
3047
|
+
[_ch, _tra, _rCetu, _iSE, _vE, _rNFE, _sQEE, _tEh, _aDE, _cE, _dFE, _bGE, _mNRE, _fi],
|
|
2677
3048
|
[[() => PayloadPart$, 0], [() => TracePart$, 0], [() => ReturnControlPayload$, 0], [() => InternalServerException$, 0], [() => ValidationException$, 0], [() => ResourceNotFoundException$, 0], [() => ServiceQuotaExceededException$, 0], [() => ThrottlingException$, 0], [() => AccessDeniedException$, 0], [() => ConflictException$, 0], [() => DependencyFailedException$, 0], [() => BadGatewayException$, 0], [() => ModelNotReadyException$, 0], [() => FilePart$, 0]]
|
|
2678
3049
|
];
|
|
2679
3050
|
export var RetrievalFilter$ = [4, n0, _RF,
|
|
@@ -2682,10 +3053,15 @@ export var RetrievalFilter$ = [4, n0, _RF,
|
|
|
2682
3053
|
[() => FilterAttribute$, () => FilterAttribute$, () => FilterAttribute$, () => FilterAttribute$, () => FilterAttribute$, () => FilterAttribute$, () => FilterAttribute$, () => FilterAttribute$, () => FilterAttribute$, () => FilterAttribute$, () => FilterAttribute$, [() => RetrievalFilterList, 0], [() => RetrievalFilterList, 0]]
|
|
2683
3054
|
];
|
|
2684
3055
|
export var RetrieveAndGenerateStreamResponseOutput$ = [4, n0, _RAGSRO,
|
|
2685
|
-
{ [
|
|
3056
|
+
{ [_str]: 1 },
|
|
2686
3057
|
[_o, _cit, _g, _iSE, _vE, _rNFE, _sQEE, _tEh, _aDE, _cE, _dFE, _bGE],
|
|
2687
3058
|
[[() => RetrieveAndGenerateOutputEvent$, 0], [() => CitationEvent$, 0], () => GuardrailEvent$, [() => InternalServerException$, 0], [() => ValidationException$, 0], [() => ResourceNotFoundException$, 0], [() => ServiceQuotaExceededException$, 0], [() => ThrottlingException$, 0], [() => AccessDeniedException$, 0], [() => ConflictException$, 0], [() => DependencyFailedException$, 0], [() => BadGatewayException$, 0]]
|
|
2688
3059
|
];
|
|
3060
|
+
export var RetrieverConfiguration$ = [4, n0, _RCet,
|
|
3061
|
+
0,
|
|
3062
|
+
[_kBn],
|
|
3063
|
+
[[() => KnowledgeBaseRetrieverConfiguration$, 0]]
|
|
3064
|
+
];
|
|
2689
3065
|
export var RoutingClassifierTrace$ = [4, n0, _RCT,
|
|
2690
3066
|
8,
|
|
2691
3067
|
[_iInvo, _ob, _mII, _mIO],
|
|
@@ -2701,6 +3077,9 @@ export var TraceElements$ = [4, n0, _TEr,
|
|
|
2701
3077
|
[_aT],
|
|
2702
3078
|
[[() => AgentTraces, 0]]
|
|
2703
3079
|
];
|
|
3080
|
+
export var AgenticRetrieveStream$ = [9, n0, _ARS,
|
|
3081
|
+
{ [_h]: ["POST", "/agenticRetrieveStream", 200] }, () => AgenticRetrieveStreamRequest$, () => AgenticRetrieveStreamResponse$
|
|
3082
|
+
];
|
|
2704
3083
|
export var CreateInvocation$ = [9, n0, _CIr,
|
|
2705
3084
|
{ [_h]: ["PUT", "/sessions/{sessionIdentifier}/invocations/", 201] }, () => CreateInvocationRequest$, () => CreateInvocationResponse$
|
|
2706
3085
|
];
|
|
@@ -2722,6 +3101,9 @@ export var GenerateQuery$ = [9, n0, _GQen,
|
|
|
2722
3101
|
export var GetAgentMemory$ = [9, n0, _GAM,
|
|
2723
3102
|
{ [_h]: ["GET", "/agents/{agentId}/agentAliases/{agentAliasId}/memories", 200] }, () => GetAgentMemoryRequest$, () => GetAgentMemoryResponse$
|
|
2724
3103
|
];
|
|
3104
|
+
export var GetDocumentContent$ = [9, n0, _GDC,
|
|
3105
|
+
{ [_h]: ["POST", "/knowledgebases/{knowledgeBaseId}/datasources/{dataSourceId}/documents/{documentId}/content", 200] }, () => GetDocumentContentRequest$, () => GetDocumentContentResponse$
|
|
3106
|
+
];
|
|
2725
3107
|
export var GetExecutionFlowSnapshot$ = [9, n0, _GEFS,
|
|
2726
3108
|
{ [_h]: ["GET", "/flows/{flowIdentifier}/aliases/{flowAliasIdentifier}/executions/{executionIdentifier}/flowsnapshot", 200] }, () => GetExecutionFlowSnapshotRequest$, () => GetExecutionFlowSnapshotResponse$
|
|
2727
3109
|
];
|