@aws-sdk/client-bedrock-agent-runtime 3.1069.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";
|
|
@@ -948,6 +1056,7 @@ var Name = [0, n0, _N, 8, 0];
|
|
|
948
1056
|
var OutputString = [0, n0, _OS, 8, 0];
|
|
949
1057
|
var PartBody = [0, n0, _PB, 8, 21];
|
|
950
1058
|
var Payload = [0, n0, _P, 8, 0];
|
|
1059
|
+
var PresignedUrl = [0, n0, _PU, 8, 0];
|
|
951
1060
|
var PromptText = [0, n0, _PT, 8, 0];
|
|
952
1061
|
var RationaleString = [0, n0, _RS, 8, 0];
|
|
953
1062
|
var ResourceDescription = [0, n0, _RD, 8, 0];
|
|
@@ -998,6 +1107,174 @@ const AgentCollaboratorOutputPayload$ = [3, n0, _ACOP,
|
|
|
998
1107
|
[0, [() => AgentCollaboratorPayloadString, 0], [() => ReturnControlPayload$, 0]]
|
|
999
1108
|
];
|
|
1000
1109
|
exports.AgentCollaboratorOutputPayload$ = AgentCollaboratorOutputPayload$;
|
|
1110
|
+
const AgenticRetrieveAction$ = [3, n0, _ARA,
|
|
1111
|
+
0,
|
|
1112
|
+
[_re, _fDE],
|
|
1113
|
+
[[() => AgenticRetrieveActionDetails$, 0], () => AgenticRetrieveFullDocExpansionDetails$]
|
|
1114
|
+
];
|
|
1115
|
+
exports.AgenticRetrieveAction$ = AgenticRetrieveAction$;
|
|
1116
|
+
const AgenticRetrieveActionDetails$ = [3, n0, _ARAD,
|
|
1117
|
+
0,
|
|
1118
|
+
[_iQ, _sR],
|
|
1119
|
+
[[() => AgenticRetrieveMessageContent$, 0], () => AgenticRetrieveSourceRetrieverList], 2
|
|
1120
|
+
];
|
|
1121
|
+
exports.AgenticRetrieveActionDetails$ = AgenticRetrieveActionDetails$;
|
|
1122
|
+
const AgenticRetrieveBedrockGuardrailConfiguration$ = [3, n0, _ARBGC,
|
|
1123
|
+
0,
|
|
1124
|
+
[_gI, _gV],
|
|
1125
|
+
[0, 0], 2
|
|
1126
|
+
];
|
|
1127
|
+
exports.AgenticRetrieveBedrockGuardrailConfiguration$ = AgenticRetrieveBedrockGuardrailConfiguration$;
|
|
1128
|
+
const AgenticRetrieveBedrockRerankingConfiguration$ = [3, n0, _ARBRC,
|
|
1129
|
+
0,
|
|
1130
|
+
[_mC],
|
|
1131
|
+
[() => AgenticRetrieveBedrockRerankingModelConfiguration$], 1
|
|
1132
|
+
];
|
|
1133
|
+
exports.AgenticRetrieveBedrockRerankingConfiguration$ = AgenticRetrieveBedrockRerankingConfiguration$;
|
|
1134
|
+
const AgenticRetrieveBedrockRerankingModelConfiguration$ = [3, n0, _ARBRMC,
|
|
1135
|
+
0,
|
|
1136
|
+
[_mA],
|
|
1137
|
+
[0], 1
|
|
1138
|
+
];
|
|
1139
|
+
exports.AgenticRetrieveBedrockRerankingModelConfiguration$ = AgenticRetrieveBedrockRerankingModelConfiguration$;
|
|
1140
|
+
const AgenticRetrieveCitation$ = [3, n0, _ARC,
|
|
1141
|
+
0,
|
|
1142
|
+
[_sI, _eI, _ref],
|
|
1143
|
+
[1, 1, () => AgenticRetrieveCitationReferenceList], 3
|
|
1144
|
+
];
|
|
1145
|
+
exports.AgenticRetrieveCitation$ = AgenticRetrieveCitation$;
|
|
1146
|
+
const AgenticRetrieveCitationReference$ = [3, n0, _ARCR,
|
|
1147
|
+
0,
|
|
1148
|
+
[_rI],
|
|
1149
|
+
[1], 1
|
|
1150
|
+
];
|
|
1151
|
+
exports.AgenticRetrieveCitationReference$ = AgenticRetrieveCitationReference$;
|
|
1152
|
+
const AgenticRetrieveConfiguration$ = [3, n0, _ARCg,
|
|
1153
|
+
0,
|
|
1154
|
+
[_fMT, _fMC, _rMT, _rC, _mAI],
|
|
1155
|
+
[0, () => FoundationModelConfiguration$, 0, () => AgenticRetrieveRerankingConfiguration$, 1]
|
|
1156
|
+
];
|
|
1157
|
+
exports.AgenticRetrieveConfiguration$ = AgenticRetrieveConfiguration$;
|
|
1158
|
+
const AgenticRetrieveFailure$ = [3, n0, _ARF,
|
|
1159
|
+
0,
|
|
1160
|
+
[_m],
|
|
1161
|
+
[0], 1
|
|
1162
|
+
];
|
|
1163
|
+
exports.AgenticRetrieveFailure$ = AgenticRetrieveFailure$;
|
|
1164
|
+
const AgenticRetrieveFullDocExpansionDetails$ = [3, n0, _ARFDED,
|
|
1165
|
+
0,
|
|
1166
|
+
[_dI, _sRo],
|
|
1167
|
+
[0, () => AgenticRetrieveSourceRetriever$]
|
|
1168
|
+
];
|
|
1169
|
+
exports.AgenticRetrieveFullDocExpansionDetails$ = AgenticRetrieveFullDocExpansionDetails$;
|
|
1170
|
+
const AgenticRetrieveGeneratedResponse$ = [3, n0, _ARGR,
|
|
1171
|
+
0,
|
|
1172
|
+
[_a, _ci],
|
|
1173
|
+
[0, () => AgenticRetrieveCitationList], 1
|
|
1174
|
+
];
|
|
1175
|
+
exports.AgenticRetrieveGeneratedResponse$ = AgenticRetrieveGeneratedResponse$;
|
|
1176
|
+
const AgenticRetrieveGuardrailWarning$ = [3, n0, _ARGW,
|
|
1177
|
+
0,
|
|
1178
|
+
[_id, _ve, _ac, _m],
|
|
1179
|
+
[0, 0, 0, 0], 3
|
|
1180
|
+
];
|
|
1181
|
+
exports.AgenticRetrieveGuardrailWarning$ = AgenticRetrieveGuardrailWarning$;
|
|
1182
|
+
const AgenticRetrieveMessage$ = [3, n0, _ARM,
|
|
1183
|
+
0,
|
|
1184
|
+
[_co, _ro],
|
|
1185
|
+
[[() => AgenticRetrieveMessageContent$, 0], 0], 2
|
|
1186
|
+
];
|
|
1187
|
+
exports.AgenticRetrieveMessage$ = AgenticRetrieveMessage$;
|
|
1188
|
+
const AgenticRetrieveMessageContent$ = [3, n0, _ARMC,
|
|
1189
|
+
8,
|
|
1190
|
+
[_t],
|
|
1191
|
+
[0]
|
|
1192
|
+
];
|
|
1193
|
+
exports.AgenticRetrieveMessageContent$ = AgenticRetrieveMessageContent$;
|
|
1194
|
+
const AgenticRetrievePolicyConfiguration$ = [3, n0, _ARPC,
|
|
1195
|
+
0,
|
|
1196
|
+
[_bGC],
|
|
1197
|
+
[() => AgenticRetrieveBedrockGuardrailConfiguration$]
|
|
1198
|
+
];
|
|
1199
|
+
exports.AgenticRetrievePolicyConfiguration$ = AgenticRetrievePolicyConfiguration$;
|
|
1200
|
+
const AgenticRetriever$ = [3, n0, _AR,
|
|
1201
|
+
0,
|
|
1202
|
+
[_con, _d],
|
|
1203
|
+
[[() => RetrieverConfiguration$, 0], 0], 1
|
|
1204
|
+
];
|
|
1205
|
+
exports.AgenticRetriever$ = AgenticRetriever$;
|
|
1206
|
+
const AgenticRetrieveRerankingConfiguration$ = [3, n0, _ARRC,
|
|
1207
|
+
0,
|
|
1208
|
+
[_ty, _bRC],
|
|
1209
|
+
[0, () => AgenticRetrieveBedrockRerankingConfiguration$], 1
|
|
1210
|
+
];
|
|
1211
|
+
exports.AgenticRetrieveRerankingConfiguration$ = AgenticRetrieveRerankingConfiguration$;
|
|
1212
|
+
const AgenticRetrieveResponseEvent$ = [3, n0, _ARRE,
|
|
1213
|
+
0,
|
|
1214
|
+
[_t],
|
|
1215
|
+
[0], 1
|
|
1216
|
+
];
|
|
1217
|
+
exports.AgenticRetrieveResponseEvent$ = AgenticRetrieveResponseEvent$;
|
|
1218
|
+
const AgenticRetrieveResultEvent$ = [3, n0, _ARREg,
|
|
1219
|
+
0,
|
|
1220
|
+
[_res, _gR, _nT],
|
|
1221
|
+
[() => AgenticRetrieveResults, () => AgenticRetrieveGeneratedResponse$, 0], 1
|
|
1222
|
+
];
|
|
1223
|
+
exports.AgenticRetrieveResultEvent$ = AgenticRetrieveResultEvent$;
|
|
1224
|
+
const AgenticRetrieveResultItem$ = [3, n0, _ARRI,
|
|
1225
|
+
0,
|
|
1226
|
+
[_co, _sRo, _me],
|
|
1227
|
+
[() => RetrievalContent$, () => AgenticRetrieveSourceRetriever$, 128 | 15], 2
|
|
1228
|
+
];
|
|
1229
|
+
exports.AgenticRetrieveResultItem$ = AgenticRetrieveResultItem$;
|
|
1230
|
+
const AgenticRetrieveSourceMetadata$ = [3, n0, _ARSM,
|
|
1231
|
+
0,
|
|
1232
|
+
[_ide, _rT],
|
|
1233
|
+
[0, 0]
|
|
1234
|
+
];
|
|
1235
|
+
exports.AgenticRetrieveSourceMetadata$ = AgenticRetrieveSourceMetadata$;
|
|
1236
|
+
const AgenticRetrieveSourceRetriever$ = [3, n0, _ARSR,
|
|
1237
|
+
0,
|
|
1238
|
+
[_ide],
|
|
1239
|
+
[0], 1
|
|
1240
|
+
];
|
|
1241
|
+
exports.AgenticRetrieveSourceRetriever$ = AgenticRetrieveSourceRetriever$;
|
|
1242
|
+
const AgenticRetrieveStreamRequest$ = [3, n0, _ARSRg,
|
|
1243
|
+
0,
|
|
1244
|
+
[_mes, _ret, _aRC, _pC, _nT, _uC, _gRe],
|
|
1245
|
+
[[() => AgenticRetrieveMessages, 0], [() => AgenticRetrievers, 0], () => AgenticRetrieveConfiguration$, () => AgenticRetrievePolicyConfiguration$, 0, [() => UserContext$, 0], 2], 3
|
|
1246
|
+
];
|
|
1247
|
+
exports.AgenticRetrieveStreamRequest$ = AgenticRetrieveStreamRequest$;
|
|
1248
|
+
const AgenticRetrieveStreamResponse$ = [3, n0, _ARSRge,
|
|
1249
|
+
0,
|
|
1250
|
+
[_st],
|
|
1251
|
+
[[() => AgenticRetrieveStreamResponseOutput$, 16]], 1
|
|
1252
|
+
];
|
|
1253
|
+
exports.AgenticRetrieveStreamResponse$ = AgenticRetrieveStreamResponse$;
|
|
1254
|
+
const AgenticRetrieveTraceEvent$ = [3, n0, _ARTE,
|
|
1255
|
+
0,
|
|
1256
|
+
[_id, _ti, _at],
|
|
1257
|
+
[0, 1, [() => AgenticRetrieveTraceEventAttributes$, 0]], 3
|
|
1258
|
+
];
|
|
1259
|
+
exports.AgenticRetrieveTraceEvent$ = AgenticRetrieveTraceEvent$;
|
|
1260
|
+
const AgenticRetrieveTraceEventAttributes$ = [3, n0, _ARTEA,
|
|
1261
|
+
0,
|
|
1262
|
+
[_ste, _sta, _m, _act, _w, _fa, _rM, _rR],
|
|
1263
|
+
[0, 0, 0, [() => AgenticRetrieveActions, 0], () => AgenticRetrieveWarnings, () => AgenticRetrieveFailures, () => AgenticRetrieveSourceMetadataList, () => AgenticRetrieveTraceResults], 3
|
|
1264
|
+
];
|
|
1265
|
+
exports.AgenticRetrieveTraceEventAttributes$ = AgenticRetrieveTraceEventAttributes$;
|
|
1266
|
+
const AgenticRetrieveTraceResultItem$ = [3, n0, _ARTRI,
|
|
1267
|
+
0,
|
|
1268
|
+
[_co, _me, _sRo],
|
|
1269
|
+
[() => RetrievalContent$, 128 | 15, () => AgenticRetrieveSourceRetriever$]
|
|
1270
|
+
];
|
|
1271
|
+
exports.AgenticRetrieveTraceResultItem$ = AgenticRetrieveTraceResultItem$;
|
|
1272
|
+
const AgenticRetrieveWarningMessage$ = [3, n0, _ARWM,
|
|
1273
|
+
0,
|
|
1274
|
+
[_m],
|
|
1275
|
+
[0], 1
|
|
1276
|
+
];
|
|
1277
|
+
exports.AgenticRetrieveWarningMessage$ = AgenticRetrieveWarningMessage$;
|
|
1001
1278
|
const AnalyzePromptEvent$ = [3, n0, _APE,
|
|
1002
1279
|
8,
|
|
1003
1280
|
[_m],
|
|
@@ -1022,7 +1299,7 @@ const ApiRequestBody$ = [3, n0, _ARB,
|
|
|
1022
1299
|
[() => ApiContentMap]
|
|
1023
1300
|
];
|
|
1024
1301
|
exports.ApiRequestBody$ = ApiRequestBody$;
|
|
1025
|
-
const ApiResult$ = [3, n0,
|
|
1302
|
+
const ApiResult$ = [3, n0, _ARp,
|
|
1026
1303
|
0,
|
|
1027
1304
|
[_aG, _hM, _aP, _cS, _rS, _hSC, _rBe, _aI],
|
|
1028
1305
|
[0, 0, [() => ApiPath, 0], 0, 0, 1, () => ResponseBody, 0], 1
|
|
@@ -1040,9 +1317,21 @@ const AudioSegment$ = [3, n0, _AS,
|
|
|
1040
1317
|
[0, 0], 1
|
|
1041
1318
|
];
|
|
1042
1319
|
exports.AudioSegment$ = AudioSegment$;
|
|
1320
|
+
const BedrockFoundationModelConfiguration$ = [3, n0, _BFMC,
|
|
1321
|
+
0,
|
|
1322
|
+
[_mC],
|
|
1323
|
+
[() => BedrockFoundationModelModelConfiguration$], 1
|
|
1324
|
+
];
|
|
1325
|
+
exports.BedrockFoundationModelConfiguration$ = BedrockFoundationModelConfiguration$;
|
|
1326
|
+
const BedrockFoundationModelModelConfiguration$ = [3, n0, _BFMMC,
|
|
1327
|
+
0,
|
|
1328
|
+
[_mA],
|
|
1329
|
+
[0], 1
|
|
1330
|
+
];
|
|
1331
|
+
exports.BedrockFoundationModelModelConfiguration$ = BedrockFoundationModelModelConfiguration$;
|
|
1043
1332
|
const BedrockModelConfigurations$ = [3, n0, _BMC,
|
|
1044
1333
|
0,
|
|
1045
|
-
[
|
|
1334
|
+
[_pCe],
|
|
1046
1335
|
[() => PerformanceConfiguration$]
|
|
1047
1336
|
];
|
|
1048
1337
|
exports.BedrockModelConfigurations$ = BedrockModelConfigurations$;
|
|
@@ -1060,7 +1349,7 @@ const BedrockRerankingModelConfiguration$ = [3, n0, _BRMC,
|
|
|
1060
1349
|
exports.BedrockRerankingModelConfiguration$ = BedrockRerankingModelConfiguration$;
|
|
1061
1350
|
const ByteContentDoc$ = [3, n0, _BCD,
|
|
1062
1351
|
0,
|
|
1063
|
-
[
|
|
1352
|
+
[_ide, _cT, _da],
|
|
1064
1353
|
[[() => Identifier, 0], 0, [() => ByteContentBlob, 0]], 3
|
|
1065
1354
|
];
|
|
1066
1355
|
exports.ByteContentDoc$ = ByteContentDoc$;
|
|
@@ -1072,13 +1361,13 @@ const ByteContentFile$ = [3, n0, _BCF,
|
|
|
1072
1361
|
exports.ByteContentFile$ = ByteContentFile$;
|
|
1073
1362
|
const Citation$ = [3, n0, _C,
|
|
1074
1363
|
0,
|
|
1075
|
-
[_gRP,
|
|
1364
|
+
[_gRP, _rRe],
|
|
1076
1365
|
[[() => GeneratedResponsePart$, 0], [() => RetrievedReferences, 0]]
|
|
1077
1366
|
];
|
|
1078
1367
|
exports.Citation$ = Citation$;
|
|
1079
1368
|
const CitationEvent$ = [3, n0, _CEi,
|
|
1080
1369
|
0,
|
|
1081
|
-
[_cit, _gRP,
|
|
1370
|
+
[_cit, _gRP, _rRe],
|
|
1082
1371
|
[[() => Citation$, 0], [() => GeneratedResponsePart$, 0], [() => RetrievedReferences, 0]]
|
|
1083
1372
|
];
|
|
1084
1373
|
exports.CitationEvent$ = CitationEvent$;
|
|
@@ -1126,13 +1415,13 @@ const ConversationHistory$ = [3, n0, _CH,
|
|
|
1126
1415
|
exports.ConversationHistory$ = ConversationHistory$;
|
|
1127
1416
|
const CreateInvocationRequest$ = [3, n0, _CIR,
|
|
1128
1417
|
0,
|
|
1129
|
-
[
|
|
1418
|
+
[_sIe, _iI, _d],
|
|
1130
1419
|
[[0, 1], 0, 0], 1
|
|
1131
1420
|
];
|
|
1132
1421
|
exports.CreateInvocationRequest$ = CreateInvocationRequest$;
|
|
1133
1422
|
const CreateInvocationResponse$ = [3, n0, _CIRr,
|
|
1134
1423
|
0,
|
|
1135
|
-
[
|
|
1424
|
+
[_sIes, _iI, _cA],
|
|
1136
1425
|
[0, 0, 5], 3
|
|
1137
1426
|
];
|
|
1138
1427
|
exports.CreateInvocationResponse$ = CreateInvocationResponse$;
|
|
@@ -1144,7 +1433,7 @@ const CreateSessionRequest$ = [3, n0, _CSR,
|
|
|
1144
1433
|
exports.CreateSessionRequest$ = CreateSessionRequest$;
|
|
1145
1434
|
const CreateSessionResponse$ = [3, n0, _CSRr,
|
|
1146
1435
|
0,
|
|
1147
|
-
[
|
|
1436
|
+
[_sIes, _sA, _sS, _cA],
|
|
1148
1437
|
[0, 0, 0, 5], 4
|
|
1149
1438
|
];
|
|
1150
1439
|
exports.CreateSessionResponse$ = CreateSessionResponse$;
|
|
@@ -1168,8 +1457,8 @@ const CustomOrchestrationTraceEvent$ = [3, n0, _COTE,
|
|
|
1168
1457
|
exports.CustomOrchestrationTraceEvent$ = CustomOrchestrationTraceEvent$;
|
|
1169
1458
|
const DeleteAgentMemoryRequest$ = [3, n0, _DAMR,
|
|
1170
1459
|
0,
|
|
1171
|
-
[_aI, _aAI, _mI,
|
|
1172
|
-
[[0, 1], [0, 1], [0, { [_hQ]: _mI }], [0, { [_hQ]:
|
|
1460
|
+
[_aI, _aAI, _mI, _sIes],
|
|
1461
|
+
[[0, 1], [0, 1], [0, { [_hQ]: _mI }], [0, { [_hQ]: _sIes }]], 2
|
|
1173
1462
|
];
|
|
1174
1463
|
exports.DeleteAgentMemoryRequest$ = DeleteAgentMemoryRequest$;
|
|
1175
1464
|
const DeleteAgentMemoryResponse$ = [3, n0, _DAMRe,
|
|
@@ -1180,7 +1469,7 @@ const DeleteAgentMemoryResponse$ = [3, n0, _DAMRe,
|
|
|
1180
1469
|
exports.DeleteAgentMemoryResponse$ = DeleteAgentMemoryResponse$;
|
|
1181
1470
|
const DeleteSessionRequest$ = [3, n0, _DSR,
|
|
1182
1471
|
0,
|
|
1183
|
-
[
|
|
1472
|
+
[_sIe],
|
|
1184
1473
|
[[0, 1]], 1
|
|
1185
1474
|
];
|
|
1186
1475
|
exports.DeleteSessionRequest$ = DeleteSessionRequest$;
|
|
@@ -1192,13 +1481,13 @@ const DeleteSessionResponse$ = [3, n0, _DSRe,
|
|
|
1192
1481
|
exports.DeleteSessionResponse$ = DeleteSessionResponse$;
|
|
1193
1482
|
const EndSessionRequest$ = [3, n0, _ESR,
|
|
1194
1483
|
0,
|
|
1195
|
-
[
|
|
1484
|
+
[_sIe],
|
|
1196
1485
|
[[0, 1]], 1
|
|
1197
1486
|
];
|
|
1198
1487
|
exports.EndSessionRequest$ = EndSessionRequest$;
|
|
1199
1488
|
const EndSessionResponse$ = [3, n0, _ESRn,
|
|
1200
1489
|
0,
|
|
1201
|
-
[
|
|
1490
|
+
[_sIes, _sA, _sS],
|
|
1202
1491
|
[0, 0, 0], 3
|
|
1203
1492
|
];
|
|
1204
1493
|
exports.EndSessionResponse$ = EndSessionResponse$;
|
|
@@ -1210,7 +1499,7 @@ const ExternalSource$ = [3, n0, _ES,
|
|
|
1210
1499
|
exports.ExternalSource$ = ExternalSource$;
|
|
1211
1500
|
const ExternalSourcesGenerationConfiguration$ = [3, n0, _ESGC,
|
|
1212
1501
|
0,
|
|
1213
|
-
[_pT, _gC, _iC, _aMRF,
|
|
1502
|
+
[_pT, _gC, _iC, _aMRF, _pCe],
|
|
1214
1503
|
[[() => PromptTemplate$, 0], () => GuardrailConfiguration$, () => InferenceConfig$, 128 | 15, () => PerformanceConfiguration$]
|
|
1215
1504
|
];
|
|
1216
1505
|
exports.ExternalSourcesGenerationConfiguration$ = ExternalSourcesGenerationConfiguration$;
|
|
@@ -1282,7 +1571,7 @@ const FlowExecutionOutputEvent$ = [3, n0, _FEOE,
|
|
|
1282
1571
|
exports.FlowExecutionOutputEvent$ = FlowExecutionOutputEvent$;
|
|
1283
1572
|
const FlowExecutionSummary$ = [3, n0, _FES,
|
|
1284
1573
|
0,
|
|
1285
|
-
[_eA, _fAI, _fI, _fV,
|
|
1574
|
+
[_eA, _fAI, _fI, _fV, _sta, _cA, _eAn],
|
|
1286
1575
|
[0, 0, 0, 0, 0, 5, 5], 6
|
|
1287
1576
|
];
|
|
1288
1577
|
exports.FlowExecutionSummary$ = FlowExecutionSummary$;
|
|
@@ -1306,13 +1595,13 @@ const FlowInputField$ = [3, n0, _FIF,
|
|
|
1306
1595
|
exports.FlowInputField$ = FlowInputField$;
|
|
1307
1596
|
const FlowMultiTurnInputRequestEvent$ = [3, n0, _FMTIRE,
|
|
1308
1597
|
8,
|
|
1309
|
-
[_nN,
|
|
1598
|
+
[_nN, _nTo, _co],
|
|
1310
1599
|
[0, 0, () => FlowMultiTurnInputContent$], 3
|
|
1311
1600
|
];
|
|
1312
1601
|
exports.FlowMultiTurnInputRequestEvent$ = FlowMultiTurnInputRequestEvent$;
|
|
1313
1602
|
const FlowOutputEvent$ = [3, n0, _FOE,
|
|
1314
1603
|
8,
|
|
1315
|
-
[_nN,
|
|
1604
|
+
[_nN, _nTo, _co],
|
|
1316
1605
|
[0, 0, () => FlowOutputContent$], 3
|
|
1317
1606
|
];
|
|
1318
1607
|
exports.FlowOutputEvent$ = FlowOutputEvent$;
|
|
@@ -1348,7 +1637,7 @@ const FlowTraceEvent$ = [3, n0, _FTE,
|
|
|
1348
1637
|
exports.FlowTraceEvent$ = FlowTraceEvent$;
|
|
1349
1638
|
const FlowTraceNodeActionEvent$ = [3, n0, _FTNAE,
|
|
1350
1639
|
8,
|
|
1351
|
-
[_nN, _ti,
|
|
1640
|
+
[_nN, _ti, _rIe, _sN, _oN, _oR, _oRp],
|
|
1352
1641
|
[0, 5, 0, 0, 0, 15, 15], 5
|
|
1353
1642
|
];
|
|
1354
1643
|
exports.FlowTraceNodeActionEvent$ = FlowTraceNodeActionEvent$;
|
|
@@ -1394,9 +1683,15 @@ const FlowTraceNodeOutputNext$ = [3, n0, _FTNON,
|
|
|
1394
1683
|
[0, 0], 2
|
|
1395
1684
|
];
|
|
1396
1685
|
exports.FlowTraceNodeOutputNext$ = FlowTraceNodeOutputNext$;
|
|
1686
|
+
const FoundationModelConfiguration$ = [3, n0, _FMC,
|
|
1687
|
+
0,
|
|
1688
|
+
[_ty, _bFMC],
|
|
1689
|
+
[0, () => BedrockFoundationModelConfiguration$], 1
|
|
1690
|
+
];
|
|
1691
|
+
exports.FoundationModelConfiguration$ = FoundationModelConfiguration$;
|
|
1397
1692
|
const FunctionDefinition$ = [3, n0, _FD,
|
|
1398
1693
|
0,
|
|
1399
|
-
[_n, _d, _p,
|
|
1694
|
+
[_n, _d, _p, _rCe],
|
|
1400
1695
|
[[() => ResourceName, 0], 0, () => ParameterMap, 0], 1
|
|
1401
1696
|
];
|
|
1402
1697
|
exports.FunctionDefinition$ = FunctionDefinition$;
|
|
@@ -1444,25 +1739,37 @@ const GenerateQueryResponse$ = [3, n0, _GQRe,
|
|
|
1444
1739
|
exports.GenerateQueryResponse$ = GenerateQueryResponse$;
|
|
1445
1740
|
const GenerationConfiguration$ = [3, n0, _GC,
|
|
1446
1741
|
0,
|
|
1447
|
-
[_pT, _gC, _iC, _aMRF,
|
|
1742
|
+
[_pT, _gC, _iC, _aMRF, _pCe],
|
|
1448
1743
|
[[() => PromptTemplate$, 0], () => GuardrailConfiguration$, () => InferenceConfig$, 128 | 15, () => PerformanceConfiguration$]
|
|
1449
1744
|
];
|
|
1450
1745
|
exports.GenerationConfiguration$ = GenerationConfiguration$;
|
|
1451
1746
|
const GetAgentMemoryRequest$ = [3, n0, _GAMR,
|
|
1452
1747
|
0,
|
|
1453
|
-
[_aI, _aAI, _mTe, _mI,
|
|
1454
|
-
[[0, 1], [0, 1], [0, { [_hQ]: _mTe }], [0, { [_hQ]: _mI }], [0, { [_hQ]:
|
|
1748
|
+
[_aI, _aAI, _mTe, _mI, _nT, _mIa],
|
|
1749
|
+
[[0, 1], [0, 1], [0, { [_hQ]: _mTe }], [0, { [_hQ]: _mI }], [0, { [_hQ]: _nT }], [1, { [_hQ]: _mIa }]], 4
|
|
1455
1750
|
];
|
|
1456
1751
|
exports.GetAgentMemoryRequest$ = GetAgentMemoryRequest$;
|
|
1457
1752
|
const GetAgentMemoryResponse$ = [3, n0, _GAMRe,
|
|
1458
1753
|
0,
|
|
1459
|
-
[
|
|
1754
|
+
[_nT, _mCe],
|
|
1460
1755
|
[0, () => Memories]
|
|
1461
1756
|
];
|
|
1462
1757
|
exports.GetAgentMemoryResponse$ = GetAgentMemoryResponse$;
|
|
1758
|
+
const GetDocumentContentRequest$ = [3, n0, _GDCR,
|
|
1759
|
+
0,
|
|
1760
|
+
[_kBI, _dSI, _dI, _oF, _uC],
|
|
1761
|
+
[[0, 1], [0, 1], [0, 1], 0, [() => UserContext$, 0]], 3
|
|
1762
|
+
];
|
|
1763
|
+
exports.GetDocumentContentRequest$ = GetDocumentContentRequest$;
|
|
1764
|
+
const GetDocumentContentResponse$ = [3, n0, _GDCRe,
|
|
1765
|
+
0,
|
|
1766
|
+
[_mTi, _pU, _dCL],
|
|
1767
|
+
[0, [() => PresignedUrl, 0], 1], 2
|
|
1768
|
+
];
|
|
1769
|
+
exports.GetDocumentContentResponse$ = GetDocumentContentResponse$;
|
|
1463
1770
|
const GetExecutionFlowSnapshotRequest$ = [3, n0, _GEFSR,
|
|
1464
1771
|
0,
|
|
1465
|
-
[_fI, _fAI,
|
|
1772
|
+
[_fI, _fAI, _eIx],
|
|
1466
1773
|
[[0, 1], [0, 1], [0, 1]], 3
|
|
1467
1774
|
];
|
|
1468
1775
|
exports.GetExecutionFlowSnapshotRequest$ = GetExecutionFlowSnapshotRequest$;
|
|
@@ -1474,19 +1781,19 @@ const GetExecutionFlowSnapshotResponse$ = [3, n0, _GEFSRe,
|
|
|
1474
1781
|
exports.GetExecutionFlowSnapshotResponse$ = GetExecutionFlowSnapshotResponse$;
|
|
1475
1782
|
const GetFlowExecutionRequest$ = [3, n0, _GFER,
|
|
1476
1783
|
0,
|
|
1477
|
-
[_fI, _fAI,
|
|
1784
|
+
[_fI, _fAI, _eIx],
|
|
1478
1785
|
[[0, 1], [0, 1], [0, 1]], 3
|
|
1479
1786
|
];
|
|
1480
1787
|
exports.GetFlowExecutionRequest$ = GetFlowExecutionRequest$;
|
|
1481
1788
|
const GetFlowExecutionResponse$ = [3, n0, _GFERe,
|
|
1482
1789
|
0,
|
|
1483
|
-
[_eA,
|
|
1790
|
+
[_eA, _sta, _sAt, _fAI, _fI, _fV, _eAn, _er],
|
|
1484
1791
|
[0, 0, 5, 0, 0, 0, 5, () => FlowExecutionErrors], 6
|
|
1485
1792
|
];
|
|
1486
1793
|
exports.GetFlowExecutionResponse$ = GetFlowExecutionResponse$;
|
|
1487
1794
|
const GetInvocationStepRequest$ = [3, n0, _GISR,
|
|
1488
1795
|
0,
|
|
1489
|
-
[_iIn, _iSI,
|
|
1796
|
+
[_iIn, _iSI, _sIe],
|
|
1490
1797
|
[0, [0, 1], [0, 1]], 3
|
|
1491
1798
|
];
|
|
1492
1799
|
exports.GetInvocationStepRequest$ = GetInvocationStepRequest$;
|
|
@@ -1498,13 +1805,13 @@ const GetInvocationStepResponse$ = [3, n0, _GISRe,
|
|
|
1498
1805
|
exports.GetInvocationStepResponse$ = GetInvocationStepResponse$;
|
|
1499
1806
|
const GetSessionRequest$ = [3, n0, _GSR,
|
|
1500
1807
|
0,
|
|
1501
|
-
[
|
|
1808
|
+
[_sIe],
|
|
1502
1809
|
[[0, 1]], 1
|
|
1503
1810
|
];
|
|
1504
1811
|
exports.GetSessionRequest$ = GetSessionRequest$;
|
|
1505
1812
|
const GetSessionResponse$ = [3, n0, _GSRe,
|
|
1506
1813
|
0,
|
|
1507
|
-
[
|
|
1814
|
+
[_sIes, _sA, _sS, _cA, _lUA, _sM, _eKA],
|
|
1508
1815
|
[0, 0, 0, 5, 5, 128 | 0, 0], 5
|
|
1509
1816
|
];
|
|
1510
1817
|
exports.GetSessionResponse$ = GetSessionResponse$;
|
|
@@ -1528,7 +1835,7 @@ const GuardrailConfigurationWithArn$ = [3, n0, _GCWA,
|
|
|
1528
1835
|
exports.GuardrailConfigurationWithArn$ = GuardrailConfigurationWithArn$;
|
|
1529
1836
|
const GuardrailContentFilter$ = [3, n0, _GCF,
|
|
1530
1837
|
8,
|
|
1531
|
-
[_ty,
|
|
1838
|
+
[_ty, _conf, _ac],
|
|
1532
1839
|
[0, 0, 0]
|
|
1533
1840
|
];
|
|
1534
1841
|
exports.GuardrailContentFilter$ = GuardrailContentFilter$;
|
|
@@ -1540,43 +1847,43 @@ const GuardrailContentPolicyAssessment$ = [3, n0, _GCPA,
|
|
|
1540
1847
|
exports.GuardrailContentPolicyAssessment$ = GuardrailContentPolicyAssessment$;
|
|
1541
1848
|
const GuardrailCustomWord$ = [3, n0, _GCW,
|
|
1542
1849
|
8,
|
|
1543
|
-
[_ma,
|
|
1850
|
+
[_ma, _ac],
|
|
1544
1851
|
[0, 0]
|
|
1545
1852
|
];
|
|
1546
1853
|
exports.GuardrailCustomWord$ = GuardrailCustomWord$;
|
|
1547
1854
|
const GuardrailEvent$ = [3, n0, _GE,
|
|
1548
1855
|
0,
|
|
1549
|
-
[
|
|
1856
|
+
[_ac],
|
|
1550
1857
|
[0]
|
|
1551
1858
|
];
|
|
1552
1859
|
exports.GuardrailEvent$ = GuardrailEvent$;
|
|
1553
1860
|
const GuardrailManagedWord$ = [3, n0, _GMW,
|
|
1554
1861
|
8,
|
|
1555
|
-
[_ma, _ty,
|
|
1862
|
+
[_ma, _ty, _ac],
|
|
1556
1863
|
[0, 0, 0]
|
|
1557
1864
|
];
|
|
1558
1865
|
exports.GuardrailManagedWord$ = GuardrailManagedWord$;
|
|
1559
1866
|
const GuardrailPiiEntityFilter$ = [3, n0, _GPEF,
|
|
1560
1867
|
8,
|
|
1561
|
-
[_ty, _ma,
|
|
1868
|
+
[_ty, _ma, _ac],
|
|
1562
1869
|
[0, 0, 0]
|
|
1563
1870
|
];
|
|
1564
1871
|
exports.GuardrailPiiEntityFilter$ = GuardrailPiiEntityFilter$;
|
|
1565
1872
|
const GuardrailRegexFilter$ = [3, n0, _GRF,
|
|
1566
1873
|
8,
|
|
1567
|
-
[_n,
|
|
1874
|
+
[_n, _reg, _ma, _ac],
|
|
1568
1875
|
[0, 0, 0, 0]
|
|
1569
1876
|
];
|
|
1570
1877
|
exports.GuardrailRegexFilter$ = GuardrailRegexFilter$;
|
|
1571
1878
|
const GuardrailSensitiveInformationPolicyAssessment$ = [3, n0, _GSIPA,
|
|
1572
1879
|
8,
|
|
1573
|
-
[_pE,
|
|
1880
|
+
[_pE, _rege],
|
|
1574
1881
|
[[() => GuardrailPiiEntityFilterList, 0], [() => GuardrailRegexFilterList, 0]]
|
|
1575
1882
|
];
|
|
1576
1883
|
exports.GuardrailSensitiveInformationPolicyAssessment$ = GuardrailSensitiveInformationPolicyAssessment$;
|
|
1577
1884
|
const GuardrailTopic$ = [3, n0, _GT,
|
|
1578
1885
|
8,
|
|
1579
|
-
[_n, _ty,
|
|
1886
|
+
[_n, _ty, _ac],
|
|
1580
1887
|
[0, 0, 0]
|
|
1581
1888
|
];
|
|
1582
1889
|
exports.GuardrailTopic$ = GuardrailTopic$;
|
|
@@ -1588,7 +1895,7 @@ const GuardrailTopicPolicyAssessment$ = [3, n0, _GTPA,
|
|
|
1588
1895
|
exports.GuardrailTopicPolicyAssessment$ = GuardrailTopicPolicyAssessment$;
|
|
1589
1896
|
const GuardrailTrace$ = [3, n0, _GTu,
|
|
1590
1897
|
8,
|
|
1591
|
-
[
|
|
1898
|
+
[_ac, _tI, _iA, _oA, _me],
|
|
1592
1899
|
[0, 0, [() => GuardrailAssessmentList, 0], [() => GuardrailAssessmentList, 0], [() => Metadata$, 0]]
|
|
1593
1900
|
];
|
|
1594
1901
|
exports.GuardrailTrace$ = GuardrailTrace$;
|
|
@@ -1636,7 +1943,7 @@ const InlineAgentFilePart$ = [3, n0, _IAFP,
|
|
|
1636
1943
|
exports.InlineAgentFilePart$ = InlineAgentFilePart$;
|
|
1637
1944
|
const InlineAgentPayloadPart$ = [3, n0, _IAPP,
|
|
1638
1945
|
8,
|
|
1639
|
-
[_by,
|
|
1946
|
+
[_by, _att],
|
|
1640
1947
|
[[() => PartBody, 0], [() => Attribution$, 0]]
|
|
1641
1948
|
];
|
|
1642
1949
|
exports.InlineAgentPayloadPart$ = InlineAgentPayloadPart$;
|
|
@@ -1648,13 +1955,13 @@ const InlineAgentReturnControlPayload$ = [3, n0, _IARCP,
|
|
|
1648
1955
|
exports.InlineAgentReturnControlPayload$ = InlineAgentReturnControlPayload$;
|
|
1649
1956
|
const InlineAgentTracePart$ = [3, n0, _IATP,
|
|
1650
1957
|
8,
|
|
1651
|
-
[
|
|
1958
|
+
[_sIes, _tra, _cCa, _eTv, _cN],
|
|
1652
1959
|
[0, [() => Trace$, 0], () => CallerChain, 5, [() => Name, 0]]
|
|
1653
1960
|
];
|
|
1654
1961
|
exports.InlineAgentTracePart$ = InlineAgentTracePart$;
|
|
1655
1962
|
const InlineBedrockModelConfigurations$ = [3, n0, _IBMC,
|
|
1656
1963
|
0,
|
|
1657
|
-
[
|
|
1964
|
+
[_pCe],
|
|
1658
1965
|
[() => PerformanceConfiguration$]
|
|
1659
1966
|
];
|
|
1660
1967
|
exports.InlineBedrockModelConfigurations$ = InlineBedrockModelConfigurations$;
|
|
@@ -1666,7 +1973,7 @@ const InlineSessionState$ = [3, n0, _ISS,
|
|
|
1666
1973
|
exports.InlineSessionState$ = InlineSessionState$;
|
|
1667
1974
|
const InputFile$ = [3, n0, _IF,
|
|
1668
1975
|
0,
|
|
1669
|
-
[_n, _sou,
|
|
1976
|
+
[_n, _sou, _uCs],
|
|
1670
1977
|
[0, [() => FileSource$, 0], 0], 3
|
|
1671
1978
|
];
|
|
1672
1979
|
exports.InputFile$ = InputFile$;
|
|
@@ -1684,67 +1991,67 @@ const InvocationInput$ = [3, n0, _IInv,
|
|
|
1684
1991
|
exports.InvocationInput$ = InvocationInput$;
|
|
1685
1992
|
const InvocationStep$ = [3, n0, _IS,
|
|
1686
1993
|
0,
|
|
1687
|
-
[
|
|
1994
|
+
[_sIes, _iI, _iSI, _iST, _pa],
|
|
1688
1995
|
[0, 0, 0, 5, [() => InvocationStepPayload$, 0]], 5
|
|
1689
1996
|
];
|
|
1690
1997
|
exports.InvocationStep$ = InvocationStep$;
|
|
1691
1998
|
const InvocationStepSummary$ = [3, n0, _ISSn,
|
|
1692
1999
|
0,
|
|
1693
|
-
[
|
|
2000
|
+
[_sIes, _iI, _iSI, _iST],
|
|
1694
2001
|
[0, 0, 0, 5], 4
|
|
1695
2002
|
];
|
|
1696
2003
|
exports.InvocationStepSummary$ = InvocationStepSummary$;
|
|
1697
2004
|
const InvocationSummary$ = [3, n0, _ISn,
|
|
1698
2005
|
0,
|
|
1699
|
-
[
|
|
2006
|
+
[_sIes, _iI, _cA],
|
|
1700
2007
|
[0, 0, 5], 3
|
|
1701
2008
|
];
|
|
1702
2009
|
exports.InvocationSummary$ = InvocationSummary$;
|
|
1703
2010
|
const InvokeAgentRequest$ = [3, n0, _IAR,
|
|
1704
2011
|
0,
|
|
1705
|
-
[_aI, _aAI,
|
|
2012
|
+
[_aI, _aAI, _sIes, _sSe, _eS, _eTn, _iTn, _mI, _bMC, _sCt, _pCC, _sAo],
|
|
1706
2013
|
[[0, 1], [0, 1], [0, 1], [() => SessionState$, 0], 2, 2, [() => InputText, 0], 0, () => BedrockModelConfigurations$, () => StreamingConfigurations$, () => PromptCreationConfigurations$, [0, { [_hH]: _xasa }]], 3
|
|
1707
2014
|
];
|
|
1708
2015
|
exports.InvokeAgentRequest$ = InvokeAgentRequest$;
|
|
1709
2016
|
const InvokeAgentResponse$ = [3, n0, _IARn,
|
|
1710
2017
|
0,
|
|
1711
|
-
[_com, _cT,
|
|
2018
|
+
[_com, _cT, _sIes, _mI],
|
|
1712
2019
|
[[() => ResponseStream$, 16], [0, { [_hH]: _xabact }], [0, { [_hH]: _xabasi }], [0, { [_hH]: _xabami }]], 3
|
|
1713
2020
|
];
|
|
1714
2021
|
exports.InvokeAgentResponse$ = InvokeAgentResponse$;
|
|
1715
2022
|
const InvokeFlowRequest$ = [3, n0, _IFR,
|
|
1716
2023
|
0,
|
|
1717
|
-
[_fI, _fAI, _inp, _eTn, _mPC,
|
|
2024
|
+
[_fI, _fAI, _inp, _eTn, _mPC, _eIxe],
|
|
1718
2025
|
[[0, 1], [0, 1], [() => FlowInputs, 0], 2, () => ModelPerformanceConfiguration$, 0], 3
|
|
1719
2026
|
];
|
|
1720
2027
|
exports.InvokeFlowRequest$ = InvokeFlowRequest$;
|
|
1721
2028
|
const InvokeFlowResponse$ = [3, n0, _IFRn,
|
|
1722
2029
|
0,
|
|
1723
|
-
[_rSe,
|
|
2030
|
+
[_rSe, _eIxe],
|
|
1724
2031
|
[[() => FlowResponseStream$, 16], [0, { [_hH]: _xabfei }]], 1
|
|
1725
2032
|
];
|
|
1726
2033
|
exports.InvokeFlowResponse$ = InvokeFlowResponse$;
|
|
1727
2034
|
const InvokeInlineAgentRequest$ = [3, n0, _IIAR,
|
|
1728
2035
|
0,
|
|
1729
|
-
[_fM, _in,
|
|
2036
|
+
[_fM, _in, _sIes, _cEKA, _iSTTLIS, _aGc, _kB, _gC, _pOC, _aC, _cC, _aN, _eS, _eTn, _iTn, _sCt, _pCC, _iSS, _col, _bMC, _oT, _cO],
|
|
1730
2037
|
[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
|
|
1731
2038
|
];
|
|
1732
2039
|
exports.InvokeInlineAgentRequest$ = InvokeInlineAgentRequest$;
|
|
1733
2040
|
const InvokeInlineAgentResponse$ = [3, n0, _IIARn,
|
|
1734
2041
|
0,
|
|
1735
|
-
[_com, _cT,
|
|
2042
|
+
[_com, _cT, _sIes],
|
|
1736
2043
|
[[() => InlineAgentResponseStream$, 16], [0, { [_hH]: _xabact }], [0, { [_hH]: _xabasi }]], 3
|
|
1737
2044
|
];
|
|
1738
2045
|
exports.InvokeInlineAgentResponse$ = InvokeInlineAgentResponse$;
|
|
1739
2046
|
const KnowledgeBase$ = [3, n0, _KB,
|
|
1740
2047
|
0,
|
|
1741
|
-
[_kBI, _d,
|
|
2048
|
+
[_kBI, _d, _rCet],
|
|
1742
2049
|
[0, [() => ResourceDescription, 0], [() => KnowledgeBaseRetrievalConfiguration$, 0]], 2
|
|
1743
2050
|
];
|
|
1744
2051
|
exports.KnowledgeBase$ = KnowledgeBase$;
|
|
1745
2052
|
const KnowledgeBaseConfiguration$ = [3, n0, _KBC,
|
|
1746
2053
|
0,
|
|
1747
|
-
[_kBI,
|
|
2054
|
+
[_kBI, _rCet],
|
|
1748
2055
|
[0, [() => KnowledgeBaseRetrievalConfiguration$, 0]], 2
|
|
1749
2056
|
];
|
|
1750
2057
|
exports.KnowledgeBaseConfiguration$ = KnowledgeBaseConfiguration$;
|
|
@@ -1756,7 +2063,7 @@ const KnowledgeBaseLookupInput$ = [3, n0, _KBLI,
|
|
|
1756
2063
|
exports.KnowledgeBaseLookupInput$ = KnowledgeBaseLookupInput$;
|
|
1757
2064
|
const KnowledgeBaseLookupOutput$ = [3, n0, _KBLO,
|
|
1758
2065
|
0,
|
|
1759
|
-
[
|
|
2066
|
+
[_rRe, _me],
|
|
1760
2067
|
[[() => RetrievedReferences, 0], [() => Metadata$, 0]]
|
|
1761
2068
|
];
|
|
1762
2069
|
exports.KnowledgeBaseLookupOutput$ = KnowledgeBaseLookupOutput$;
|
|
@@ -1768,85 +2075,91 @@ const KnowledgeBaseQuery$ = [3, n0, _KBQ,
|
|
|
1768
2075
|
exports.KnowledgeBaseQuery$ = KnowledgeBaseQuery$;
|
|
1769
2076
|
const KnowledgeBaseRetrievalConfiguration$ = [3, n0, _KBRC,
|
|
1770
2077
|
0,
|
|
1771
|
-
[_vSC],
|
|
1772
|
-
[[() => KnowledgeBaseVectorSearchConfiguration$, 0]
|
|
2078
|
+
[_vSC, _mSC],
|
|
2079
|
+
[[() => KnowledgeBaseVectorSearchConfiguration$, 0], [() => ManagedSearchConfiguration$, 0]]
|
|
1773
2080
|
];
|
|
1774
2081
|
exports.KnowledgeBaseRetrievalConfiguration$ = KnowledgeBaseRetrievalConfiguration$;
|
|
1775
2082
|
const KnowledgeBaseRetrievalResult$ = [3, n0, _KBRR,
|
|
1776
2083
|
0,
|
|
1777
|
-
[_co, _l, _sc, _me],
|
|
1778
|
-
[[() => RetrievalResultContent$, 0], [() => RetrievalResultLocation$, 0], 1, [() => RetrievalResultMetadata, 0]], 1
|
|
2084
|
+
[_co, _l, _sc, _me, _dI],
|
|
2085
|
+
[[() => RetrievalResultContent$, 0], [() => RetrievalResultLocation$, 0], 1, [() => RetrievalResultMetadata, 0], 0], 1
|
|
1779
2086
|
];
|
|
1780
2087
|
exports.KnowledgeBaseRetrievalResult$ = KnowledgeBaseRetrievalResult$;
|
|
1781
2088
|
const KnowledgeBaseRetrieveAndGenerateConfiguration$ = [3, n0, _KBRAGC,
|
|
1782
2089
|
0,
|
|
1783
|
-
[_kBI, _mA,
|
|
2090
|
+
[_kBI, _mA, _rCet, _gCe, _oC],
|
|
1784
2091
|
[0, 0, [() => KnowledgeBaseRetrievalConfiguration$, 0], [() => GenerationConfiguration$, 0], [() => OrchestrationConfiguration$, 0]], 2
|
|
1785
2092
|
];
|
|
1786
2093
|
exports.KnowledgeBaseRetrieveAndGenerateConfiguration$ = KnowledgeBaseRetrieveAndGenerateConfiguration$;
|
|
2094
|
+
const KnowledgeBaseRetrieverConfiguration$ = [3, n0, _KBRCn,
|
|
2095
|
+
0,
|
|
2096
|
+
[_kBI, _rO],
|
|
2097
|
+
[0, [() => RetrievalOverrides$, 0]], 1
|
|
2098
|
+
];
|
|
2099
|
+
exports.KnowledgeBaseRetrieverConfiguration$ = KnowledgeBaseRetrieverConfiguration$;
|
|
1787
2100
|
const KnowledgeBaseVectorSearchConfiguration$ = [3, n0, _KBVSC,
|
|
1788
2101
|
0,
|
|
1789
|
-
[_nOR, _oST, _filt,
|
|
2102
|
+
[_nOR, _oST, _filt, _rC, _iFC],
|
|
1790
2103
|
[1, 0, [() => RetrievalFilter$, 0], [() => VectorSearchRerankingConfiguration$, 0], [() => ImplicitFilterConfiguration$, 0]]
|
|
1791
2104
|
];
|
|
1792
2105
|
exports.KnowledgeBaseVectorSearchConfiguration$ = KnowledgeBaseVectorSearchConfiguration$;
|
|
1793
2106
|
const ListFlowExecutionEventsRequest$ = [3, n0, _LFEER,
|
|
1794
2107
|
0,
|
|
1795
|
-
[_fI, _fAI,
|
|
1796
|
-
[[0, 1], [0, 1], [0, 1], [0, { [_hQ]: _eTve }], [1, { [_hQ]: _mR }], [0, { [_hQ]:
|
|
2108
|
+
[_fI, _fAI, _eIx, _eTve, _mR, _nT],
|
|
2109
|
+
[[0, 1], [0, 1], [0, 1], [0, { [_hQ]: _eTve }], [1, { [_hQ]: _mR }], [0, { [_hQ]: _nT }]], 4
|
|
1797
2110
|
];
|
|
1798
2111
|
exports.ListFlowExecutionEventsRequest$ = ListFlowExecutionEventsRequest$;
|
|
1799
2112
|
const ListFlowExecutionEventsResponse$ = [3, n0, _LFEERi,
|
|
1800
2113
|
0,
|
|
1801
|
-
[_fEE,
|
|
2114
|
+
[_fEE, _nT],
|
|
1802
2115
|
[[() => FlowExecutionEvents, 0], 0], 1
|
|
1803
2116
|
];
|
|
1804
2117
|
exports.ListFlowExecutionEventsResponse$ = ListFlowExecutionEventsResponse$;
|
|
1805
2118
|
const ListFlowExecutionsRequest$ = [3, n0, _LFER,
|
|
1806
2119
|
0,
|
|
1807
|
-
[_fI, _fAI, _mR,
|
|
1808
|
-
[[0, 1], [0, { [_hQ]: _fAI }], [1, { [_hQ]: _mR }], [0, { [_hQ]:
|
|
2120
|
+
[_fI, _fAI, _mR, _nT],
|
|
2121
|
+
[[0, 1], [0, { [_hQ]: _fAI }], [1, { [_hQ]: _mR }], [0, { [_hQ]: _nT }]], 1
|
|
1809
2122
|
];
|
|
1810
2123
|
exports.ListFlowExecutionsRequest$ = ListFlowExecutionsRequest$;
|
|
1811
2124
|
const ListFlowExecutionsResponse$ = [3, n0, _LFERi,
|
|
1812
2125
|
0,
|
|
1813
|
-
[_fES,
|
|
2126
|
+
[_fES, _nT],
|
|
1814
2127
|
[() => FlowExecutionSummaries, 0], 1
|
|
1815
2128
|
];
|
|
1816
2129
|
exports.ListFlowExecutionsResponse$ = ListFlowExecutionsResponse$;
|
|
1817
2130
|
const ListInvocationsRequest$ = [3, n0, _LIR,
|
|
1818
2131
|
0,
|
|
1819
|
-
[
|
|
1820
|
-
[[0, 1], [0, { [_hQ]:
|
|
2132
|
+
[_sIe, _nT, _mR],
|
|
2133
|
+
[[0, 1], [0, { [_hQ]: _nT }], [1, { [_hQ]: _mR }]], 1
|
|
1821
2134
|
];
|
|
1822
2135
|
exports.ListInvocationsRequest$ = ListInvocationsRequest$;
|
|
1823
2136
|
const ListInvocationsResponse$ = [3, n0, _LIRi,
|
|
1824
2137
|
0,
|
|
1825
|
-
[_iSn,
|
|
2138
|
+
[_iSn, _nT],
|
|
1826
2139
|
[() => InvocationSummaries, 0], 1
|
|
1827
2140
|
];
|
|
1828
2141
|
exports.ListInvocationsResponse$ = ListInvocationsResponse$;
|
|
1829
2142
|
const ListInvocationStepsRequest$ = [3, n0, _LISR,
|
|
1830
2143
|
0,
|
|
1831
|
-
[
|
|
1832
|
-
[[0, 1], 0, [0, { [_hQ]:
|
|
2144
|
+
[_sIe, _iIn, _nT, _mR],
|
|
2145
|
+
[[0, 1], 0, [0, { [_hQ]: _nT }], [1, { [_hQ]: _mR }]], 1
|
|
1833
2146
|
];
|
|
1834
2147
|
exports.ListInvocationStepsRequest$ = ListInvocationStepsRequest$;
|
|
1835
2148
|
const ListInvocationStepsResponse$ = [3, n0, _LISRi,
|
|
1836
2149
|
0,
|
|
1837
|
-
[_iSSn,
|
|
2150
|
+
[_iSSn, _nT],
|
|
1838
2151
|
[() => InvocationStepSummaries, 0], 1
|
|
1839
2152
|
];
|
|
1840
2153
|
exports.ListInvocationStepsResponse$ = ListInvocationStepsResponse$;
|
|
1841
2154
|
const ListSessionsRequest$ = [3, n0, _LSR,
|
|
1842
2155
|
0,
|
|
1843
|
-
[_mR,
|
|
1844
|
-
[[1, { [_hQ]: _mR }], [0, { [_hQ]:
|
|
2156
|
+
[_mR, _nT],
|
|
2157
|
+
[[1, { [_hQ]: _mR }], [0, { [_hQ]: _nT }]]
|
|
1845
2158
|
];
|
|
1846
2159
|
exports.ListSessionsRequest$ = ListSessionsRequest$;
|
|
1847
2160
|
const ListSessionsResponse$ = [3, n0, _LSRi,
|
|
1848
2161
|
0,
|
|
1849
|
-
[_sSes,
|
|
2162
|
+
[_sSes, _nT],
|
|
1850
2163
|
[() => SessionSummaries, 0], 1
|
|
1851
2164
|
];
|
|
1852
2165
|
exports.ListSessionsResponse$ = ListSessionsResponse$;
|
|
@@ -1862,9 +2175,33 @@ const ListTagsForResourceResponse$ = [3, n0, _LTFRRi,
|
|
|
1862
2175
|
[128 | 0]
|
|
1863
2176
|
];
|
|
1864
2177
|
exports.ListTagsForResourceResponse$ = ListTagsForResourceResponse$;
|
|
2178
|
+
const ManagedSearchBedrockRerankingConfiguration$ = [3, n0, _MSBRC,
|
|
2179
|
+
0,
|
|
2180
|
+
[_mC, _nORR, _mCet],
|
|
2181
|
+
[() => ManagedSearchBedrockRerankingModelConfiguration$, 1, [() => MetadataConfigurationForReranking$, 0]], 1
|
|
2182
|
+
];
|
|
2183
|
+
exports.ManagedSearchBedrockRerankingConfiguration$ = ManagedSearchBedrockRerankingConfiguration$;
|
|
2184
|
+
const ManagedSearchBedrockRerankingModelConfiguration$ = [3, n0, _MSBRMC,
|
|
2185
|
+
0,
|
|
2186
|
+
[_mA, _aMRF],
|
|
2187
|
+
[0, 128 | 15], 1
|
|
2188
|
+
];
|
|
2189
|
+
exports.ManagedSearchBedrockRerankingModelConfiguration$ = ManagedSearchBedrockRerankingModelConfiguration$;
|
|
2190
|
+
const ManagedSearchConfiguration$ = [3, n0, _MSC,
|
|
2191
|
+
0,
|
|
2192
|
+
[_nOR, _filt, _rMT, _rC],
|
|
2193
|
+
[1, [() => RetrievalFilter$, 0], 0, [() => ManagedSearchRerankingConfiguration$, 0]]
|
|
2194
|
+
];
|
|
2195
|
+
exports.ManagedSearchConfiguration$ = ManagedSearchConfiguration$;
|
|
2196
|
+
const ManagedSearchRerankingConfiguration$ = [3, n0, _MSRC,
|
|
2197
|
+
0,
|
|
2198
|
+
[_ty, _bRC],
|
|
2199
|
+
[0, [() => ManagedSearchBedrockRerankingConfiguration$, 0]], 1
|
|
2200
|
+
];
|
|
2201
|
+
exports.ManagedSearchRerankingConfiguration$ = ManagedSearchRerankingConfiguration$;
|
|
1865
2202
|
const MemorySessionSummary$ = [3, n0, _MSS,
|
|
1866
2203
|
0,
|
|
1867
|
-
[_mI,
|
|
2204
|
+
[_mI, _sIes, _sST, _sET, _sTu],
|
|
1868
2205
|
[0, 0, 5, 5, 0]
|
|
1869
2206
|
];
|
|
1870
2207
|
exports.MemorySessionSummary$ = MemorySessionSummary$;
|
|
@@ -1900,13 +2237,13 @@ const ModelInvocationInput$ = [3, n0, _MII,
|
|
|
1900
2237
|
exports.ModelInvocationInput$ = ModelInvocationInput$;
|
|
1901
2238
|
const ModelPerformanceConfiguration$ = [3, n0, _MPC,
|
|
1902
2239
|
0,
|
|
1903
|
-
[
|
|
2240
|
+
[_pCe],
|
|
1904
2241
|
[() => PerformanceConfiguration$]
|
|
1905
2242
|
];
|
|
1906
2243
|
exports.ModelPerformanceConfiguration$ = ModelPerformanceConfiguration$;
|
|
1907
2244
|
const NodeActionEvent$ = [3, n0, _NAE,
|
|
1908
2245
|
8,
|
|
1909
|
-
[_nN, _ti,
|
|
2246
|
+
[_nN, _ti, _rIe, _sN, _oN, _oR, _oRp],
|
|
1910
2247
|
[0, 5, 0, 0, 0, 15, 15], 5
|
|
1911
2248
|
];
|
|
1912
2249
|
exports.NodeActionEvent$ = NodeActionEvent$;
|
|
@@ -1966,7 +2303,7 @@ const NodeOutputNext$ = [3, n0, _NON,
|
|
|
1966
2303
|
exports.NodeOutputNext$ = NodeOutputNext$;
|
|
1967
2304
|
const Observation$ = [3, n0, _O,
|
|
1968
2305
|
8,
|
|
1969
|
-
[_tI, _ty, _aGIO, _aCIO, _kBLO, _fRi,
|
|
2306
|
+
[_tI, _ty, _aGIO, _aCIO, _kBLO, _fRi, _rRep, _cIIO],
|
|
1970
2307
|
[0, 0, [() => ActionGroupInvocationOutput$, 0], [() => AgentCollaboratorInvocationOutput$, 0], [() => KnowledgeBaseLookupOutput$, 0], [() => FinalResponse$, 0], [() => RepromptResponse$, 0], [() => CodeInterpreterInvocationOutput$, 0]]
|
|
1971
2308
|
];
|
|
1972
2309
|
exports.Observation$ = Observation$;
|
|
@@ -1990,7 +2327,7 @@ const OptimizePromptResponse$ = [3, n0, _OPRp,
|
|
|
1990
2327
|
exports.OptimizePromptResponse$ = OptimizePromptResponse$;
|
|
1991
2328
|
const OrchestrationConfiguration$ = [3, n0, _OC,
|
|
1992
2329
|
0,
|
|
1993
|
-
[_pT, _iC, _aMRF, _qTC,
|
|
2330
|
+
[_pT, _iC, _aMRF, _qTC, _pCe],
|
|
1994
2331
|
[[() => PromptTemplate$, 0], () => InferenceConfig$, 128 | 15, () => QueryTransformationConfiguration$, () => PerformanceConfiguration$]
|
|
1995
2332
|
];
|
|
1996
2333
|
exports.OrchestrationConfiguration$ = OrchestrationConfiguration$;
|
|
@@ -2020,7 +2357,7 @@ const ParameterDetail$ = [3, n0, _PD,
|
|
|
2020
2357
|
exports.ParameterDetail$ = ParameterDetail$;
|
|
2021
2358
|
const PayloadPart$ = [3, n0, _PP,
|
|
2022
2359
|
8,
|
|
2023
|
-
[_by,
|
|
2360
|
+
[_by, _att],
|
|
2024
2361
|
[[() => PartBody, 0], [() => Attribution$, 0]]
|
|
2025
2362
|
];
|
|
2026
2363
|
exports.PayloadPart$ = PayloadPart$;
|
|
@@ -2086,7 +2423,7 @@ const PropertyParameters$ = [3, n0, _PPr,
|
|
|
2086
2423
|
exports.PropertyParameters$ = PropertyParameters$;
|
|
2087
2424
|
const PutInvocationStepRequest$ = [3, n0, _PISR,
|
|
2088
2425
|
0,
|
|
2089
|
-
[
|
|
2426
|
+
[_sIe, _iIn, _iST, _pa, _iSI],
|
|
2090
2427
|
[[0, 1], 0, 5, [() => InvocationStepPayload$, 0], 0], 4
|
|
2091
2428
|
];
|
|
2092
2429
|
exports.PutInvocationStepRequest$ = PutInvocationStepRequest$;
|
|
@@ -2158,13 +2495,13 @@ const RerankQuery$ = [3, n0, _RQ,
|
|
|
2158
2495
|
exports.RerankQuery$ = RerankQuery$;
|
|
2159
2496
|
const RerankRequest$ = [3, n0, _RRer,
|
|
2160
2497
|
0,
|
|
2161
|
-
[_q, _so,
|
|
2498
|
+
[_q, _so, _rC, _nT],
|
|
2162
2499
|
[[() => RerankQueriesList, 0], [() => RerankSourcesList, 0], () => RerankingConfiguration$, 0], 3
|
|
2163
2500
|
];
|
|
2164
2501
|
exports.RerankRequest$ = RerankRequest$;
|
|
2165
2502
|
const RerankResponse$ = [3, n0, _RRera,
|
|
2166
2503
|
0,
|
|
2167
|
-
[_res,
|
|
2504
|
+
[_res, _nT],
|
|
2168
2505
|
[[() => RerankResultsList, 0], 0], 1
|
|
2169
2506
|
];
|
|
2170
2507
|
exports.RerankResponse$ = RerankResponse$;
|
|
@@ -2186,6 +2523,18 @@ const RerankTextDocument$ = [3, n0, _RTD,
|
|
|
2186
2523
|
[0]
|
|
2187
2524
|
];
|
|
2188
2525
|
exports.RerankTextDocument$ = RerankTextDocument$;
|
|
2526
|
+
const RetrievalContent$ = [3, n0, _RCe,
|
|
2527
|
+
0,
|
|
2528
|
+
[_mTi, _bC, _t],
|
|
2529
|
+
[0, 21, 0], 1
|
|
2530
|
+
];
|
|
2531
|
+
exports.RetrievalContent$ = RetrievalContent$;
|
|
2532
|
+
const RetrievalOverrides$ = [3, n0, _RO,
|
|
2533
|
+
0,
|
|
2534
|
+
[_filt, _mNOR],
|
|
2535
|
+
[[() => RetrievalFilter$, 0], 1]
|
|
2536
|
+
];
|
|
2537
|
+
exports.RetrievalOverrides$ = RetrievalOverrides$;
|
|
2189
2538
|
const RetrievalResultConfluenceLocation$ = [3, n0, _RRCL,
|
|
2190
2539
|
0,
|
|
2191
2540
|
[_ur],
|
|
@@ -2206,10 +2555,16 @@ const RetrievalResultContentColumn$ = [3, n0, _RRCC,
|
|
|
2206
2555
|
exports.RetrievalResultContentColumn$ = RetrievalResultContentColumn$;
|
|
2207
2556
|
const RetrievalResultCustomDocumentLocation$ = [3, n0, _RRCDL,
|
|
2208
2557
|
0,
|
|
2209
|
-
[
|
|
2558
|
+
[_id],
|
|
2210
2559
|
[0]
|
|
2211
2560
|
];
|
|
2212
2561
|
exports.RetrievalResultCustomDocumentLocation$ = RetrievalResultCustomDocumentLocation$;
|
|
2562
|
+
const RetrievalResultGoogleDriveLocation$ = [3, n0, _RRGDL,
|
|
2563
|
+
0,
|
|
2564
|
+
[_ur],
|
|
2565
|
+
[0]
|
|
2566
|
+
];
|
|
2567
|
+
exports.RetrievalResultGoogleDriveLocation$ = RetrievalResultGoogleDriveLocation$;
|
|
2213
2568
|
const RetrievalResultKendraDocumentLocation$ = [3, n0, _RRKDL,
|
|
2214
2569
|
0,
|
|
2215
2570
|
[_uri],
|
|
@@ -2218,10 +2573,16 @@ const RetrievalResultKendraDocumentLocation$ = [3, n0, _RRKDL,
|
|
|
2218
2573
|
exports.RetrievalResultKendraDocumentLocation$ = RetrievalResultKendraDocumentLocation$;
|
|
2219
2574
|
const RetrievalResultLocation$ = [3, n0, _RRL,
|
|
2220
2575
|
8,
|
|
2221
|
-
[_ty, _sL, _wL, _cL, _sLa, _sPL, _cDL, _kDL, _sLq],
|
|
2222
|
-
[0, () => RetrievalResultS3Location$, () => RetrievalResultWebLocation$, () => RetrievalResultConfluenceLocation$, () => RetrievalResultSalesforceLocation$, () => RetrievalResultSharePointLocation$, () => RetrievalResultCustomDocumentLocation$, () => RetrievalResultKendraDocumentLocation$, () => RetrievalResultSqlLocation$], 1
|
|
2576
|
+
[_ty, _sL, _wL, _cL, _sLa, _sPL, _cDL, _kDL, _sLq, _oDL, _gDL],
|
|
2577
|
+
[0, () => RetrievalResultS3Location$, () => RetrievalResultWebLocation$, () => RetrievalResultConfluenceLocation$, () => RetrievalResultSalesforceLocation$, () => RetrievalResultSharePointLocation$, () => RetrievalResultCustomDocumentLocation$, () => RetrievalResultKendraDocumentLocation$, () => RetrievalResultSqlLocation$, () => RetrievalResultOneDriveLocation$, () => RetrievalResultGoogleDriveLocation$], 1
|
|
2223
2578
|
];
|
|
2224
2579
|
exports.RetrievalResultLocation$ = RetrievalResultLocation$;
|
|
2580
|
+
const RetrievalResultOneDriveLocation$ = [3, n0, _RRODL,
|
|
2581
|
+
0,
|
|
2582
|
+
[_ur],
|
|
2583
|
+
[0]
|
|
2584
|
+
];
|
|
2585
|
+
exports.RetrievalResultOneDriveLocation$ = RetrievalResultOneDriveLocation$;
|
|
2225
2586
|
const RetrievalResultS3Location$ = [3, n0, _RRSL,
|
|
2226
2587
|
0,
|
|
2227
2588
|
[_uri],
|
|
@@ -2278,13 +2639,13 @@ const RetrieveAndGenerateOutputEvent$ = [3, n0, _RAGOE,
|
|
|
2278
2639
|
exports.RetrieveAndGenerateOutputEvent$ = RetrieveAndGenerateOutputEvent$;
|
|
2279
2640
|
const RetrieveAndGenerateRequest$ = [3, n0, _RAGR,
|
|
2280
2641
|
0,
|
|
2281
|
-
[_i,
|
|
2282
|
-
[[() => RetrieveAndGenerateInput$, 0], 0, [() => RetrieveAndGenerateConfiguration$, 0], () => RetrieveAndGenerateSessionConfiguration
|
|
2642
|
+
[_i, _sIes, _rAGC, _sCe, _uC],
|
|
2643
|
+
[[() => RetrieveAndGenerateInput$, 0], 0, [() => RetrieveAndGenerateConfiguration$, 0], () => RetrieveAndGenerateSessionConfiguration$, [() => UserContext$, 0]], 1
|
|
2283
2644
|
];
|
|
2284
2645
|
exports.RetrieveAndGenerateRequest$ = RetrieveAndGenerateRequest$;
|
|
2285
2646
|
const RetrieveAndGenerateResponse$ = [3, n0, _RAGRe,
|
|
2286
2647
|
0,
|
|
2287
|
-
[
|
|
2648
|
+
[_sIes, _o, _ci, _gA],
|
|
2288
2649
|
[0, [() => RetrieveAndGenerateOutput$, 0], [() => Citations, 0], 0], 2
|
|
2289
2650
|
];
|
|
2290
2651
|
exports.RetrieveAndGenerateResponse$ = RetrieveAndGenerateResponse$;
|
|
@@ -2296,13 +2657,13 @@ const RetrieveAndGenerateSessionConfiguration$ = [3, n0, _RAGSC,
|
|
|
2296
2657
|
exports.RetrieveAndGenerateSessionConfiguration$ = RetrieveAndGenerateSessionConfiguration$;
|
|
2297
2658
|
const RetrieveAndGenerateStreamRequest$ = [3, n0, _RAGSR,
|
|
2298
2659
|
0,
|
|
2299
|
-
[_i,
|
|
2300
|
-
[[() => RetrieveAndGenerateInput$, 0], 0, [() => RetrieveAndGenerateConfiguration$, 0], () => RetrieveAndGenerateSessionConfiguration
|
|
2660
|
+
[_i, _sIes, _rAGC, _sCe, _uC],
|
|
2661
|
+
[[() => RetrieveAndGenerateInput$, 0], 0, [() => RetrieveAndGenerateConfiguration$, 0], () => RetrieveAndGenerateSessionConfiguration$, [() => UserContext$, 0]], 1
|
|
2301
2662
|
];
|
|
2302
2663
|
exports.RetrieveAndGenerateStreamRequest$ = RetrieveAndGenerateStreamRequest$;
|
|
2303
2664
|
const RetrieveAndGenerateStreamResponse$ = [3, n0, _RAGSRe,
|
|
2304
2665
|
0,
|
|
2305
|
-
[
|
|
2666
|
+
[_st, _sIes],
|
|
2306
2667
|
[[() => RetrieveAndGenerateStreamResponseOutput$, 16], [0, { [_hH]: _xabkbsi }]], 2
|
|
2307
2668
|
];
|
|
2308
2669
|
exports.RetrieveAndGenerateStreamResponse$ = RetrieveAndGenerateStreamResponse$;
|
|
@@ -2314,13 +2675,13 @@ const RetrievedReference$ = [3, n0, _RRet,
|
|
|
2314
2675
|
exports.RetrievedReference$ = RetrievedReference$;
|
|
2315
2676
|
const RetrieveRequest$ = [3, n0, _RRetr,
|
|
2316
2677
|
0,
|
|
2317
|
-
[_kBI, _rQ,
|
|
2318
|
-
[[0, 1], [() => KnowledgeBaseQuery$, 0], [() => KnowledgeBaseRetrievalConfiguration$, 0], () => GuardrailConfiguration$, 0], 2
|
|
2678
|
+
[_kBI, _rQ, _rCet, _gC, _nT, _uC],
|
|
2679
|
+
[[0, 1], [() => KnowledgeBaseQuery$, 0], [() => KnowledgeBaseRetrievalConfiguration$, 0], () => GuardrailConfiguration$, 0, [() => UserContext$, 0]], 2
|
|
2319
2680
|
];
|
|
2320
2681
|
exports.RetrieveRequest$ = RetrieveRequest$;
|
|
2321
2682
|
const RetrieveResponse$ = [3, n0, _RRetri,
|
|
2322
2683
|
0,
|
|
2323
|
-
[_rRet, _gA,
|
|
2684
|
+
[_rRet, _gA, _nT],
|
|
2324
2685
|
[[() => KnowledgeBaseRetrievalResults, 0], 0, 0], 1
|
|
2325
2686
|
];
|
|
2326
2687
|
exports.RetrieveResponse$ = RetrieveResponse$;
|
|
@@ -2380,13 +2741,13 @@ const SessionState$ = [3, n0, _SS,
|
|
|
2380
2741
|
exports.SessionState$ = SessionState$;
|
|
2381
2742
|
const SessionSummary$ = [3, n0, _SSe,
|
|
2382
2743
|
0,
|
|
2383
|
-
[
|
|
2744
|
+
[_sIes, _sA, _sS, _cA, _lUA],
|
|
2384
2745
|
[0, 0, 0, 5, 5], 5
|
|
2385
2746
|
];
|
|
2386
2747
|
exports.SessionSummary$ = SessionSummary$;
|
|
2387
2748
|
const Span$ = [3, n0, _Sp,
|
|
2388
2749
|
0,
|
|
2389
|
-
[
|
|
2750
|
+
[_star, _en],
|
|
2390
2751
|
[1, 1]
|
|
2391
2752
|
];
|
|
2392
2753
|
exports.Span$ = Span$;
|
|
@@ -2404,13 +2765,13 @@ const StartFlowExecutionResponse$ = [3, n0, _SFERt,
|
|
|
2404
2765
|
exports.StartFlowExecutionResponse$ = StartFlowExecutionResponse$;
|
|
2405
2766
|
const StopFlowExecutionRequest$ = [3, n0, _SFERto,
|
|
2406
2767
|
0,
|
|
2407
|
-
[_fI, _fAI,
|
|
2768
|
+
[_fI, _fAI, _eIx],
|
|
2408
2769
|
[[0, 1], [0, 1], [0, 1]], 3
|
|
2409
2770
|
];
|
|
2410
2771
|
exports.StopFlowExecutionRequest$ = StopFlowExecutionRequest$;
|
|
2411
2772
|
const StopFlowExecutionResponse$ = [3, n0, _SFERtop,
|
|
2412
2773
|
0,
|
|
2413
|
-
[
|
|
2774
|
+
[_sta, _eA],
|
|
2414
2775
|
[0, 0], 1
|
|
2415
2776
|
];
|
|
2416
2777
|
exports.StopFlowExecutionResponse$ = StopFlowExecutionResponse$;
|
|
@@ -2464,7 +2825,7 @@ const TextToSqlKnowledgeBaseConfiguration$ = [3, n0, _TTSKBC,
|
|
|
2464
2825
|
exports.TextToSqlKnowledgeBaseConfiguration$ = TextToSqlKnowledgeBaseConfiguration$;
|
|
2465
2826
|
const TracePart$ = [3, n0, _TPr,
|
|
2466
2827
|
8,
|
|
2467
|
-
[
|
|
2828
|
+
[_sIes, _tra, _cCa, _eTv, _cN, _aI, _aAI, _aV],
|
|
2468
2829
|
[0, [() => Trace$, 0], () => CallerChain, 5, [() => Name, 0], 0, 0, 0]
|
|
2469
2830
|
];
|
|
2470
2831
|
exports.TracePart$ = TracePart$;
|
|
@@ -2488,13 +2849,13 @@ const UntagResourceResponse$ = [3, n0, _URRn,
|
|
|
2488
2849
|
exports.UntagResourceResponse$ = UntagResourceResponse$;
|
|
2489
2850
|
const UpdateSessionRequest$ = [3, n0, _USR,
|
|
2490
2851
|
0,
|
|
2491
|
-
[
|
|
2852
|
+
[_sIe, _sM],
|
|
2492
2853
|
[[0, 1], 128 | 0], 1
|
|
2493
2854
|
];
|
|
2494
2855
|
exports.UpdateSessionRequest$ = UpdateSessionRequest$;
|
|
2495
2856
|
const UpdateSessionResponse$ = [3, n0, _USRp,
|
|
2496
2857
|
0,
|
|
2497
|
-
[
|
|
2858
|
+
[_sIes, _sA, _sS, _cA, _lUA],
|
|
2498
2859
|
[0, 0, 0, 5, 5], 5
|
|
2499
2860
|
];
|
|
2500
2861
|
exports.UpdateSessionResponse$ = UpdateSessionResponse$;
|
|
@@ -2504,6 +2865,12 @@ const Usage$ = [3, n0, _U,
|
|
|
2504
2865
|
[1, 1]
|
|
2505
2866
|
];
|
|
2506
2867
|
exports.Usage$ = Usage$;
|
|
2868
|
+
const UserContext$ = [3, n0, _UC,
|
|
2869
|
+
8,
|
|
2870
|
+
[_uI],
|
|
2871
|
+
[0], 1
|
|
2872
|
+
];
|
|
2873
|
+
exports.UserContext$ = UserContext$;
|
|
2507
2874
|
const VectorSearchBedrockRerankingConfiguration$ = [3, n0, _VSBRC,
|
|
2508
2875
|
0,
|
|
2509
2876
|
[_mC, _nORR, _mCet],
|
|
@@ -2532,6 +2899,42 @@ var AgentActionGroups = [1, n0, _AAGg,
|
|
|
2532
2899
|
0, [() => AgentActionGroup$,
|
|
2533
2900
|
0]
|
|
2534
2901
|
];
|
|
2902
|
+
var AgenticRetrieveActions = [1, n0, _ARAg,
|
|
2903
|
+
0, [() => AgenticRetrieveAction$,
|
|
2904
|
+
0]
|
|
2905
|
+
];
|
|
2906
|
+
var AgenticRetrieveCitationList = [1, n0, _ARCL,
|
|
2907
|
+
0, () => AgenticRetrieveCitation$
|
|
2908
|
+
];
|
|
2909
|
+
var AgenticRetrieveCitationReferenceList = [1, n0, _ARCRL,
|
|
2910
|
+
0, () => AgenticRetrieveCitationReference$
|
|
2911
|
+
];
|
|
2912
|
+
var AgenticRetrieveFailures = [1, n0, _ARFg,
|
|
2913
|
+
0, () => AgenticRetrieveFailure$
|
|
2914
|
+
];
|
|
2915
|
+
var AgenticRetrieveMessages = [1, n0, _ARMg,
|
|
2916
|
+
0, [() => AgenticRetrieveMessage$,
|
|
2917
|
+
0]
|
|
2918
|
+
];
|
|
2919
|
+
var AgenticRetrieveResults = [1, n0, _ARR,
|
|
2920
|
+
0, () => AgenticRetrieveResultItem$
|
|
2921
|
+
];
|
|
2922
|
+
var AgenticRetrievers = [1, n0, _ARg,
|
|
2923
|
+
0, [() => AgenticRetriever$,
|
|
2924
|
+
0]
|
|
2925
|
+
];
|
|
2926
|
+
var AgenticRetrieveSourceMetadataList = [1, n0, _ARSML,
|
|
2927
|
+
0, () => AgenticRetrieveSourceMetadata$
|
|
2928
|
+
];
|
|
2929
|
+
var AgenticRetrieveSourceRetrieverList = [1, n0, _ARSRL,
|
|
2930
|
+
0, () => AgenticRetrieveSourceRetriever$
|
|
2931
|
+
];
|
|
2932
|
+
var AgenticRetrieveTraceResults = [1, n0, _ARTR,
|
|
2933
|
+
0, () => AgenticRetrieveTraceResultItem$
|
|
2934
|
+
];
|
|
2935
|
+
var AgenticRetrieveWarnings = [1, n0, _ARW,
|
|
2936
|
+
0, () => AgenticRetrieveWarning$
|
|
2937
|
+
];
|
|
2535
2938
|
var AgentTraces = [1, n0, _AT,
|
|
2536
2939
|
0, [() => TracePart$,
|
|
2537
2940
|
0]
|
|
@@ -2760,6 +3163,7 @@ var StopSequences = 64 | 0;
|
|
|
2760
3163
|
var TagKeyList = 64 | 0;
|
|
2761
3164
|
var ActionGroupSignatureParams = 128 | 0;
|
|
2762
3165
|
var AdditionalModelRequestFields = 128 | 15;
|
|
3166
|
+
var AgenticRetrieveMetadata = 128 | 15;
|
|
2763
3167
|
var ApiContentMap = [2, n0, _ACM,
|
|
2764
3168
|
0, 0, () => PropertyParameters$
|
|
2765
3169
|
];
|
|
@@ -2785,6 +3189,18 @@ const ActionGroupExecutor$ = [4, n0, _AGE,
|
|
|
2785
3189
|
[0, 0]
|
|
2786
3190
|
];
|
|
2787
3191
|
exports.ActionGroupExecutor$ = ActionGroupExecutor$;
|
|
3192
|
+
const AgenticRetrieveStreamResponseOutput$ = [4, n0, _ARSRO,
|
|
3193
|
+
{ [_str]: 1 },
|
|
3194
|
+
[_resu, _tEr, _rE, _iSE, _vE, _rNFE, _sQEE, _tEh, _aDE, _cE, _dFE, _bGE],
|
|
3195
|
+
[() => AgenticRetrieveResultEvent$, [() => AgenticRetrieveTraceEvent$, 0], () => AgenticRetrieveResponseEvent$, [() => InternalServerException$, 0], [() => ValidationException$, 0], [() => ResourceNotFoundException$, 0], [() => ServiceQuotaExceededException$, 0], [() => ThrottlingException$, 0], [() => AccessDeniedException$, 0], [() => ConflictException$, 0], [() => DependencyFailedException$, 0], [() => BadGatewayException$, 0]]
|
|
3196
|
+
];
|
|
3197
|
+
exports.AgenticRetrieveStreamResponseOutput$ = AgenticRetrieveStreamResponseOutput$;
|
|
3198
|
+
const AgenticRetrieveWarning$ = [4, n0, _ARWg,
|
|
3199
|
+
0,
|
|
3200
|
+
[_m, _g],
|
|
3201
|
+
[() => AgenticRetrieveWarningMessage$, () => AgenticRetrieveGuardrailWarning$]
|
|
3202
|
+
];
|
|
3203
|
+
exports.AgenticRetrieveWarning$ = AgenticRetrieveWarning$;
|
|
2788
3204
|
const APISchema$ = [4, n0, _APIS,
|
|
2789
3205
|
0,
|
|
2790
3206
|
[_s_, _pa],
|
|
@@ -2840,7 +3256,7 @@ const FlowOutputContent$ = [4, n0, _FOC,
|
|
|
2840
3256
|
];
|
|
2841
3257
|
exports.FlowOutputContent$ = FlowOutputContent$;
|
|
2842
3258
|
const FlowResponseStream$ = [4, n0, _FRSl,
|
|
2843
|
-
{ [
|
|
3259
|
+
{ [_str]: 1 },
|
|
2844
3260
|
[_fOE, _fCE, _fTE, _iSE, _vE, _rNFE, _sQEE, _tEh, _aDE, _cE, _dFE, _bGE, _fMTIRE],
|
|
2845
3261
|
[[() => 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]]
|
|
2846
3262
|
];
|
|
@@ -2882,8 +3298,8 @@ const ImageSource$ = [4, n0, _ISm,
|
|
|
2882
3298
|
];
|
|
2883
3299
|
exports.ImageSource$ = ImageSource$;
|
|
2884
3300
|
const InlineAgentResponseStream$ = [4, n0, _IARS,
|
|
2885
|
-
{ [
|
|
2886
|
-
[_ch, _tra,
|
|
3301
|
+
{ [_str]: 1 },
|
|
3302
|
+
[_ch, _tra, _rCetu, _iSE, _vE, _rNFE, _sQEE, _tEh, _aDE, _cE, _dFE, _bGE, _fi],
|
|
2887
3303
|
[[() => 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]]
|
|
2888
3304
|
];
|
|
2889
3305
|
exports.InlineAgentResponseStream$ = InlineAgentResponseStream$;
|
|
@@ -2936,7 +3352,7 @@ const OptimizedPrompt$ = [4, n0, _OP,
|
|
|
2936
3352
|
];
|
|
2937
3353
|
exports.OptimizedPrompt$ = OptimizedPrompt$;
|
|
2938
3354
|
const OptimizedPromptStream$ = [4, n0, _OPS,
|
|
2939
|
-
{ [
|
|
3355
|
+
{ [_str]: 1 },
|
|
2940
3356
|
[_oPE, _aPE, _iSE, _tEh, _vE, _dFE, _aDE, _bGE],
|
|
2941
3357
|
[[() => OptimizedPromptEvent$, 0], [() => AnalyzePromptEvent$, 0], [() => InternalServerException$, 0], [() => ThrottlingException$, 0], [() => ValidationException$, 0], [() => DependencyFailedException$, 0], [() => AccessDeniedException$, 0], [() => BadGatewayException$, 0]]
|
|
2942
3358
|
];
|
|
@@ -2967,7 +3383,7 @@ const PreProcessingTrace$ = [4, n0, _PPTr,
|
|
|
2967
3383
|
exports.PreProcessingTrace$ = PreProcessingTrace$;
|
|
2968
3384
|
const ReasoningContentBlock$ = [4, n0, _RCB,
|
|
2969
3385
|
8,
|
|
2970
|
-
[
|
|
3386
|
+
[_rTe, _rCed],
|
|
2971
3387
|
[[() => ReasoningTextBlock$, 0], 21]
|
|
2972
3388
|
];
|
|
2973
3389
|
exports.ReasoningContentBlock$ = ReasoningContentBlock$;
|
|
@@ -2978,8 +3394,8 @@ const RerankingMetadataSelectiveModeConfiguration$ = [4, n0, _RMSMC,
|
|
|
2978
3394
|
];
|
|
2979
3395
|
exports.RerankingMetadataSelectiveModeConfiguration$ = RerankingMetadataSelectiveModeConfiguration$;
|
|
2980
3396
|
const ResponseStream$ = [4, n0, _RSes,
|
|
2981
|
-
{ [
|
|
2982
|
-
[_ch, _tra,
|
|
3397
|
+
{ [_str]: 1 },
|
|
3398
|
+
[_ch, _tra, _rCetu, _iSE, _vE, _rNFE, _sQEE, _tEh, _aDE, _cE, _dFE, _bGE, _mNRE, _fi],
|
|
2983
3399
|
[[() => 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]]
|
|
2984
3400
|
];
|
|
2985
3401
|
exports.ResponseStream$ = ResponseStream$;
|
|
@@ -2990,11 +3406,17 @@ const RetrievalFilter$ = [4, n0, _RF,
|
|
|
2990
3406
|
];
|
|
2991
3407
|
exports.RetrievalFilter$ = RetrievalFilter$;
|
|
2992
3408
|
const RetrieveAndGenerateStreamResponseOutput$ = [4, n0, _RAGSRO,
|
|
2993
|
-
{ [
|
|
3409
|
+
{ [_str]: 1 },
|
|
2994
3410
|
[_o, _cit, _g, _iSE, _vE, _rNFE, _sQEE, _tEh, _aDE, _cE, _dFE, _bGE],
|
|
2995
3411
|
[[() => RetrieveAndGenerateOutputEvent$, 0], [() => CitationEvent$, 0], () => GuardrailEvent$, [() => InternalServerException$, 0], [() => ValidationException$, 0], [() => ResourceNotFoundException$, 0], [() => ServiceQuotaExceededException$, 0], [() => ThrottlingException$, 0], [() => AccessDeniedException$, 0], [() => ConflictException$, 0], [() => DependencyFailedException$, 0], [() => BadGatewayException$, 0]]
|
|
2996
3412
|
];
|
|
2997
3413
|
exports.RetrieveAndGenerateStreamResponseOutput$ = RetrieveAndGenerateStreamResponseOutput$;
|
|
3414
|
+
const RetrieverConfiguration$ = [4, n0, _RCet,
|
|
3415
|
+
0,
|
|
3416
|
+
[_kBn],
|
|
3417
|
+
[[() => KnowledgeBaseRetrieverConfiguration$, 0]]
|
|
3418
|
+
];
|
|
3419
|
+
exports.RetrieverConfiguration$ = RetrieverConfiguration$;
|
|
2998
3420
|
const RoutingClassifierTrace$ = [4, n0, _RCT,
|
|
2999
3421
|
8,
|
|
3000
3422
|
[_iInvo, _ob, _mII, _mIO],
|
|
@@ -3013,6 +3435,9 @@ const TraceElements$ = [4, n0, _TEr,
|
|
|
3013
3435
|
[[() => AgentTraces, 0]]
|
|
3014
3436
|
];
|
|
3015
3437
|
exports.TraceElements$ = TraceElements$;
|
|
3438
|
+
exports.AgenticRetrieveStream$ = [9, n0, _ARS,
|
|
3439
|
+
{ [_h]: ["POST", "/agenticRetrieveStream", 200] }, () => AgenticRetrieveStreamRequest$, () => AgenticRetrieveStreamResponse$
|
|
3440
|
+
];
|
|
3016
3441
|
exports.CreateInvocation$ = [9, n0, _CIr,
|
|
3017
3442
|
{ [_h]: ["PUT", "/sessions/{sessionIdentifier}/invocations/", 201] }, () => CreateInvocationRequest$, () => CreateInvocationResponse$
|
|
3018
3443
|
];
|
|
@@ -3034,6 +3459,9 @@ exports.GenerateQuery$ = [9, n0, _GQen,
|
|
|
3034
3459
|
exports.GetAgentMemory$ = [9, n0, _GAM,
|
|
3035
3460
|
{ [_h]: ["GET", "/agents/{agentId}/agentAliases/{agentAliasId}/memories", 200] }, () => GetAgentMemoryRequest$, () => GetAgentMemoryResponse$
|
|
3036
3461
|
];
|
|
3462
|
+
exports.GetDocumentContent$ = [9, n0, _GDC,
|
|
3463
|
+
{ [_h]: ["POST", "/knowledgebases/{knowledgeBaseId}/datasources/{dataSourceId}/documents/{documentId}/content", 200] }, () => GetDocumentContentRequest$, () => GetDocumentContentResponse$
|
|
3464
|
+
];
|
|
3037
3465
|
exports.GetExecutionFlowSnapshot$ = [9, n0, _GEFS,
|
|
3038
3466
|
{ [_h]: ["GET", "/flows/{flowIdentifier}/aliases/{flowAliasIdentifier}/executions/{executionIdentifier}/flowsnapshot", 200] }, () => GetExecutionFlowSnapshotRequest$, () => GetExecutionFlowSnapshotResponse$
|
|
3039
3467
|
];
|