@qqbrowser/openclaw-qbot 0.10.19 → 0.10.20
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/build-info.json +3 -3
- package/dist/canvas-host/a2ui/.bundle.hash +1 -1
- package/node_modules/@aws-sdk/client-bedrock-runtime/dist-cjs/auth/httpAuthSchemeProvider.js +11 -17
- package/node_modules/@aws-sdk/client-bedrock-runtime/dist-cjs/endpoint/bdd.js +2 -5
- package/node_modules/@aws-sdk/client-bedrock-runtime/dist-cjs/endpoint/endpointResolver.js +7 -11
- package/node_modules/@aws-sdk/client-bedrock-runtime/dist-cjs/index.js +147 -99
- package/node_modules/@aws-sdk/client-bedrock-runtime/dist-cjs/models/BedrockRuntimeServiceException.js +4 -8
- package/node_modules/@aws-sdk/client-bedrock-runtime/dist-cjs/models/errors.js +25 -40
- package/node_modules/@aws-sdk/client-bedrock-runtime/dist-cjs/runtimeConfig.browser.js +27 -31
- package/node_modules/@aws-sdk/client-bedrock-runtime/dist-cjs/runtimeConfig.js +40 -44
- package/node_modules/@aws-sdk/client-bedrock-runtime/dist-cjs/runtimeConfig.native.js +6 -9
- package/node_modules/@aws-sdk/client-bedrock-runtime/dist-cjs/runtimeConfig.shared.js +22 -26
- package/node_modules/@aws-sdk/client-bedrock-runtime/dist-cjs/schemas/schemas_0.js +688 -315
- package/node_modules/@aws-sdk/client-bedrock-runtime/dist-es/BedrockRuntime.js +2 -0
- package/node_modules/@aws-sdk/client-bedrock-runtime/dist-es/commands/InvokeGuardrailChecksCommand.js +16 -0
- package/node_modules/@aws-sdk/client-bedrock-runtime/dist-es/commands/index.js +1 -0
- package/node_modules/@aws-sdk/client-bedrock-runtime/dist-es/models/enums.js +50 -0
- package/node_modules/@aws-sdk/client-bedrock-runtime/dist-es/schemas/schemas_0.js +204 -16
- package/node_modules/@aws-sdk/client-bedrock-runtime/package.json +18 -18
- package/node_modules/@aws-sdk/core/dist-cjs/index.js +45 -50
- package/node_modules/@aws-sdk/core/dist-cjs/submodules/account-id-endpoint/index.js +2 -4
- package/node_modules/@aws-sdk/core/dist-cjs/submodules/client/index.browser.js +21 -22
- package/node_modules/@aws-sdk/core/dist-cjs/submodules/client/index.js +51 -51
- package/node_modules/@aws-sdk/core/dist-cjs/submodules/client/index.native.js +21 -22
- package/node_modules/@aws-sdk/core/dist-cjs/submodules/httpAuthSchemes/index.js +19 -21
- package/node_modules/@aws-sdk/core/dist-cjs/submodules/protocols/index.js +107 -109
- package/node_modules/@aws-sdk/core/dist-cjs/submodules/util/index.js +2 -4
- package/node_modules/@aws-sdk/core/package.json +8 -8
- package/node_modules/@aws-sdk/credential-provider-env/dist-cjs/index.js +4 -6
- package/node_modules/@aws-sdk/credential-provider-env/package.json +6 -6
- package/node_modules/@aws-sdk/credential-provider-http/dist-cjs/fromHttp/checkUrl.js +3 -7
- package/node_modules/@aws-sdk/credential-provider-http/dist-cjs/fromHttp/fromHttp.browser.js +12 -16
- package/node_modules/@aws-sdk/credential-provider-http/dist-cjs/fromHttp/fromHttp.js +16 -21
- package/node_modules/@aws-sdk/credential-provider-http/dist-cjs/fromHttp/requestHelpers.js +14 -18
- package/node_modules/@aws-sdk/credential-provider-http/dist-cjs/fromHttp/retry-wrapper.js +1 -5
- package/node_modules/@aws-sdk/credential-provider-http/dist-cjs/index.browser.js +2 -5
- package/node_modules/@aws-sdk/credential-provider-http/dist-cjs/index.js +2 -7
- package/node_modules/@aws-sdk/credential-provider-http/package.json +6 -6
- package/node_modules/@aws-sdk/credential-provider-ini/dist-cjs/index.js +47 -41
- package/node_modules/@aws-sdk/credential-provider-ini/dist-es/resolveProcessCredentials.js +8 -4
- package/node_modules/@aws-sdk/credential-provider-ini/dist-es/resolveWebIdentityCredentials.js +14 -10
- package/node_modules/@aws-sdk/credential-provider-ini/package.json +13 -13
- package/node_modules/@aws-sdk/credential-provider-login/dist-cjs/index.js +31 -33
- package/node_modules/@aws-sdk/credential-provider-login/package.json +7 -7
- package/node_modules/@aws-sdk/credential-provider-node/dist-cjs/index.js +16 -18
- package/node_modules/@aws-sdk/credential-provider-node/package.json +11 -11
- package/node_modules/@aws-sdk/credential-provider-process/dist-cjs/index.js +11 -13
- package/node_modules/@aws-sdk/credential-provider-process/package.json +6 -6
- package/node_modules/@aws-sdk/credential-provider-sso/dist-cjs/index.js +22 -24
- package/node_modules/@aws-sdk/credential-provider-sso/dist-cjs/loadSso-BGYXHf8s.js +3 -0
- package/node_modules/@aws-sdk/credential-provider-sso/package.json +8 -8
- package/node_modules/@aws-sdk/credential-provider-web-identity/dist-cjs/fromTokenFile.js +10 -14
- package/node_modules/@aws-sdk/credential-provider-web-identity/dist-cjs/fromWebToken.js +2 -6
- package/node_modules/@aws-sdk/credential-provider-web-identity/dist-cjs/index.js +3 -27
- package/node_modules/@aws-sdk/credential-provider-web-identity/package.json +7 -7
- package/node_modules/@aws-sdk/eventstream-handler-node/dist-cjs/index.js +7 -9
- package/node_modules/@aws-sdk/eventstream-handler-node/package.json +5 -5
- package/node_modules/@aws-sdk/middleware-eventstream/dist-cjs/index.js +3 -5
- package/node_modules/@aws-sdk/middleware-eventstream/package.json +5 -5
- package/node_modules/@aws-sdk/middleware-websocket/dist-cjs/index.js +16 -18
- package/node_modules/@aws-sdk/middleware-websocket/package.json +6 -6
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/index.js +0 -1
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/cognito-identity/index.js +82 -84
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/signin/index.js +158 -119
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso/index.js +80 -82
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso-oidc/index.js +80 -82
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/index.js +99 -101
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/commands/CreateOAuth2TokenCommand.js +4 -1
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/endpoint/bdd.js +70 -35
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/endpoint/endpointResolver.js +1 -1
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/models/enums.js +3 -0
- package/node_modules/@aws-sdk/nested-clients/package.json +9 -8
- package/node_modules/@aws-sdk/signature-v4-multi-region/dist-cjs/index.js +4 -6
- package/node_modules/@aws-sdk/signature-v4-multi-region/package.json +5 -5
- package/node_modules/@aws-sdk/token-providers/dist-cjs/index.js +26 -28
- package/node_modules/@aws-sdk/token-providers/package.json +7 -7
- package/node_modules/@aws-sdk/types/dist-cjs/index.js +7 -8
- package/node_modules/@aws-sdk/types/package.json +4 -4
- package/node_modules/@aws-sdk/util-locate-window/dist-cjs/index.js +0 -2
- package/node_modules/@aws-sdk/util-locate-window/package.json +4 -4
- package/node_modules/@aws-sdk/xml-builder/dist-cjs/index.js +2 -4
- package/node_modules/@aws-sdk/xml-builder/dist-cjs/xml-external/nodable_entities.js +4 -7
- package/node_modules/@aws-sdk/xml-builder/dist-cjs/xml-parser.browser.js +2 -5
- package/node_modules/@aws-sdk/xml-builder/dist-cjs/xml-parser.js +7 -10
- package/node_modules/@aws-sdk/xml-builder/package.json +4 -4
- package/node_modules/@nodable/entities/package.json +4 -1
- package/node_modules/@nodable/entities/src/EntityDecoder.js +104 -3
- package/node_modules/@nodable/entities/src/index.js +1 -1
- package/node_modules/@slack/oauth/node_modules/@slack/web-api/dist/chat-stream.js +8 -0
- package/node_modules/@slack/oauth/node_modules/@slack/web-api/package.json +1 -1
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/chat-stream.js +8 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/package.json +1 -1
- package/node_modules/@smithy/core/dist-cjs/index.js +13 -15
- package/node_modules/@smithy/core/dist-cjs/submodules/cbor/index.js +29 -31
- package/node_modules/@smithy/core/dist-cjs/submodules/checksum/index.browser.js +2 -4
- package/node_modules/@smithy/core/dist-cjs/submodules/checksum/index.js +7 -9
- package/node_modules/@smithy/core/dist-cjs/submodules/checksum/index.native.js +3 -5
- package/node_modules/@smithy/core/dist-cjs/submodules/client/index.js +22 -23
- package/node_modules/@smithy/core/dist-cjs/submodules/config/index.browser.js +10 -11
- package/node_modules/@smithy/core/dist-cjs/submodules/config/index.js +38 -39
- package/node_modules/@smithy/core/dist-cjs/submodules/config/index.native.js +10 -11
- package/node_modules/@smithy/core/dist-cjs/submodules/endpoints/index.browser.js +14 -17
- package/node_modules/@smithy/core/dist-cjs/submodules/endpoints/index.js +20 -23
- package/node_modules/@smithy/core/dist-cjs/submodules/event-streams/index.browser.js +9 -11
- package/node_modules/@smithy/core/dist-cjs/submodules/event-streams/index.js +11 -13
- package/node_modules/@smithy/core/dist-cjs/submodules/protocols/index.js +59 -60
- package/node_modules/@smithy/core/dist-cjs/submodules/retry/index.browser.js +26 -27
- package/node_modules/@smithy/core/dist-cjs/submodules/retry/index.js +28 -29
- package/node_modules/@smithy/core/dist-cjs/submodules/schema/index.js +5 -7
- package/node_modules/@smithy/core/dist-cjs/submodules/serde/index.browser.js +4 -6
- package/node_modules/@smithy/core/dist-cjs/submodules/serde/index.js +23 -25
- package/node_modules/@smithy/core/dist-cjs/submodules/serde/index.native.js +4 -6
- package/node_modules/@smithy/core/dist-cjs/submodules/transport/index.js +2 -4
- package/node_modules/@smithy/core/dist-es/legacy-root-exports/middleware-http-auth-scheme/httpAuthSchemeMiddleware.js +1 -1
- package/node_modules/@smithy/core/dist-es/legacy-root-exports/middleware-http-signing/httpSigningMiddleware.js +1 -1
- package/node_modules/@smithy/core/dist-es/submodules/cbor/SmithyRpcV2CborProtocol.js +1 -1
- package/node_modules/@smithy/core/dist-es/submodules/endpoints/middleware-endpoint/endpointMiddleware.js +1 -1
- package/node_modules/@smithy/core/dist-es/submodules/retry/middleware-retry/retry-pre-sra-deprecated/StandardRetryStrategy.js +2 -2
- package/node_modules/@smithy/core/dist-es/submodules/retry/util-retry/DefaultRateLimiter.js +1 -1
- package/node_modules/@smithy/core/package.json +18 -17
- package/node_modules/@smithy/credential-provider-imds/dist-cjs/index.js +23 -24
- package/node_modules/@smithy/credential-provider-imds/package.json +7 -7
- package/node_modules/@smithy/fetch-http-handler/dist-cjs/index.js +6 -8
- package/node_modules/@smithy/fetch-http-handler/package.json +10 -10
- package/node_modules/@smithy/node-http-handler/dist-cjs/index.js +11 -13
- package/node_modules/@smithy/node-http-handler/package.json +8 -8
- package/node_modules/@smithy/signature-v4/dist-cjs/index.js +27 -29
- package/node_modules/@smithy/signature-v4/package.json +7 -7
- package/node_modules/@smithy/types/dist-cjs/index.js +23 -18
- package/node_modules/@smithy/types/package.json +10 -10
- package/node_modules/axios/dist/axios.js +350 -134
- package/node_modules/axios/dist/axios.min.js +3 -3
- package/node_modules/axios/dist/browser/axios.cjs +355 -90
- package/node_modules/axios/dist/esm/axios.js +355 -90
- package/node_modules/axios/dist/esm/axios.min.js +2 -2
- package/node_modules/axios/dist/node/axios.cjs +399 -104
- package/node_modules/axios/index.d.cts +2 -0
- package/node_modules/axios/lib/adapters/fetch.js +113 -37
- package/node_modules/axios/lib/adapters/http.js +132 -43
- package/node_modules/axios/lib/core/Axios.js +3 -2
- package/node_modules/axios/lib/core/AxiosHeaders.js +10 -7
- package/node_modules/axios/lib/core/buildFullPath.js +29 -1
- package/node_modules/axios/lib/core/mergeConfig.js +34 -0
- package/node_modules/axios/lib/defaults/transitional.js +1 -0
- package/node_modules/axios/lib/env/data.js +1 -1
- package/node_modules/axios/lib/helpers/buildURL.js +5 -3
- package/node_modules/axios/lib/helpers/estimateDataURLDecodedBytes.js +16 -11
- package/node_modules/axios/lib/helpers/formDataToJSON.js +25 -3
- package/node_modules/axios/lib/helpers/resolveConfig.js +5 -3
- package/node_modules/axios/lib/helpers/shouldBypassProxy.js +33 -1
- package/node_modules/axios/lib/helpers/toFormData.js +40 -10
- package/node_modules/axios/lib/utils.js +75 -11
- package/node_modules/axios/package.json +1 -1
- package/node_modules/body-parser/index.js +4 -20
- package/node_modules/body-parser/lib/read.js +17 -17
- package/node_modules/body-parser/lib/types/json.js +60 -32
- package/node_modules/body-parser/lib/types/raw.js +3 -3
- package/node_modules/body-parser/lib/types/text.js +3 -3
- package/node_modules/body-parser/lib/types/urlencoded.js +16 -20
- package/node_modules/body-parser/lib/utils.js +18 -16
- package/node_modules/body-parser/node_modules/content-type/dist/index.js +170 -0
- package/node_modules/body-parser/node_modules/content-type/package.json +52 -0
- package/node_modules/body-parser/package.json +23 -10
- package/node_modules/form-data/lib/form_data.js +14 -2
- package/node_modules/form-data/package.json +7 -7
- package/node_modules/protobufjs/dist/light/protobuf.js +145 -188
- package/node_modules/protobufjs/dist/light/protobuf.min.js +3 -3
- package/node_modules/protobufjs/dist/minimal/protobuf.js +33 -76
- package/node_modules/protobufjs/dist/minimal/protobuf.min.js +3 -3
- package/node_modules/protobufjs/dist/protobuf.js +165 -208
- package/node_modules/protobufjs/dist/protobuf.min.js +3 -3
- package/node_modules/protobufjs/package.json +2 -3
- package/node_modules/protobufjs/src/util/minimal.js +0 -3
- package/package.json +1 -1
- package/skills/qqbrowser-skill/SKILL.md +90 -8
- package/node_modules/@aws-sdk/credential-provider-sso/dist-cjs/loadSso-BKDNrsal.js +0 -8
|
@@ -1,9 +1,3 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.DocumentPageLocation$ = exports.DocumentChunkLocation$ = exports.DocumentCharLocation$ = exports.DocumentBlock$ = exports.CountTokensResponse$ = exports.CountTokensRequest$ = exports.ConverseTrace$ = exports.ConverseTokensRequest$ = exports.ConverseStreamTrace$ = exports.ConverseStreamResponse$ = exports.ConverseStreamRequest$ = exports.ConverseStreamMetrics$ = exports.ConverseStreamMetadataEvent$ = exports.ConverseResponse$ = exports.ConverseRequest$ = exports.ConverseMetrics$ = exports.ContentBlockStopEvent$ = exports.ContentBlockStartEvent$ = exports.ContentBlockDeltaEvent$ = exports.CitationSourceContentDelta$ = exports.CitationsDelta$ = exports.CitationsContentBlock$ = exports.CitationsConfig$ = exports.Citation$ = exports.CachePointBlock$ = exports.CacheDetail$ = exports.BidirectionalOutputPayloadPart$ = exports.BidirectionalInputPayloadPart$ = exports.AutoToolChoice$ = exports.AudioBlock$ = exports.AsyncInvokeSummary$ = exports.AsyncInvokeS3OutputDataConfig$ = exports.ApplyGuardrailResponse$ = exports.ApplyGuardrailRequest$ = exports.AppliedGuardrailDetails$ = exports.AnyToolChoice$ = exports.errorTypeRegistries = exports.ValidationException$ = exports.ThrottlingException$ = exports.ServiceUnavailableException$ = exports.ServiceQuotaExceededException$ = exports.ResourceNotFoundException$ = exports.ModelTimeoutException$ = exports.ModelStreamErrorException$ = exports.ModelNotReadyException$ = exports.ModelErrorException$ = exports.InternalServerException$ = exports.ConflictException$ = exports.AccessDeniedException$ = exports.BedrockRuntimeServiceException$ = void 0;
|
|
4
|
-
exports.InvokeModelResponse$ = exports.InvokeModelRequest$ = exports.InferenceConfiguration$ = exports.ImageBlockStart$ = exports.ImageBlockDelta$ = exports.ImageBlock$ = exports.GuardrailWordPolicyAssessment$ = exports.GuardrailUsage$ = exports.GuardrailTraceAssessment$ = exports.GuardrailTopicPolicyAssessment$ = exports.GuardrailTopic$ = exports.GuardrailTextCharactersCoverage$ = exports.GuardrailTextBlock$ = exports.GuardrailStreamConfiguration$ = exports.GuardrailSensitiveInformationPolicyAssessment$ = exports.GuardrailRegexFilter$ = exports.GuardrailPiiEntityFilter$ = exports.GuardrailOutputContent$ = exports.GuardrailManagedWord$ = exports.GuardrailInvocationMetrics$ = exports.GuardrailImageCoverage$ = exports.GuardrailImageBlock$ = exports.GuardrailCustomWord$ = exports.GuardrailCoverage$ = exports.GuardrailConverseTextBlock$ = exports.GuardrailConverseImageBlock$ = exports.GuardrailContextualGroundingPolicyAssessment$ = exports.GuardrailContextualGroundingFilter$ = exports.GuardrailContentPolicyAssessment$ = exports.GuardrailContentFilter$ = exports.GuardrailConfiguration$ = exports.GuardrailAutomatedReasoningValidFinding$ = exports.GuardrailAutomatedReasoningTranslationOption$ = exports.GuardrailAutomatedReasoningTranslationAmbiguousFinding$ = exports.GuardrailAutomatedReasoningTranslation$ = exports.GuardrailAutomatedReasoningTooComplexFinding$ = exports.GuardrailAutomatedReasoningStatement$ = exports.GuardrailAutomatedReasoningScenario$ = exports.GuardrailAutomatedReasoningSatisfiableFinding$ = exports.GuardrailAutomatedReasoningRule$ = exports.GuardrailAutomatedReasoningPolicyAssessment$ = exports.GuardrailAutomatedReasoningNoTranslationsFinding$ = exports.GuardrailAutomatedReasoningLogicWarning$ = exports.GuardrailAutomatedReasoningInvalidFinding$ = exports.GuardrailAutomatedReasoningInputTextReference$ = exports.GuardrailAutomatedReasoningImpossibleFinding$ = exports.GuardrailAssessment$ = exports.GetAsyncInvokeResponse$ = exports.GetAsyncInvokeRequest$ = exports.ErrorBlock$ = void 0;
|
|
5
|
-
exports.DocumentSource$ = exports.DocumentContentBlock$ = exports.CountTokensInput$ = exports.ConverseStreamOutput$ = exports.ConverseOutput$ = exports.ContentBlockStart$ = exports.ContentBlockDelta$ = exports.ContentBlock$ = exports.CitationSourceContent$ = exports.CitationLocation$ = exports.CitationGeneratedContent$ = exports.AudioSource$ = exports.AsyncInvokeOutputDataConfig$ = exports.WebLocation$ = exports.VideoBlock$ = exports.ToolUseBlockStart$ = exports.ToolUseBlockDelta$ = exports.ToolUseBlock$ = exports.ToolSpecification$ = exports.ToolResultBlockStart$ = exports.ToolResultBlock$ = exports.ToolConfiguration$ = exports.TokenUsage$ = exports.Tag$ = exports.SystemTool$ = exports.StartAsyncInvokeResponse$ = exports.StartAsyncInvokeRequest$ = exports.SpecificToolChoice$ = exports.ServiceTier$ = exports.SearchResultLocation$ = exports.SearchResultContentBlock$ = exports.SearchResultBlock$ = exports.S3Location$ = exports.ReasoningTextBlock$ = exports.PromptRouterTrace$ = exports.PerformanceConfiguration$ = exports.PayloadPart$ = exports.OutputFormat$ = exports.OutputConfig$ = exports.MessageStopEvent$ = exports.MessageStartEvent$ = exports.Message$ = exports.ListAsyncInvokesResponse$ = exports.ListAsyncInvokesRequest$ = exports.JsonSchemaDefinition$ = exports.InvokeModelWithResponseStreamResponse$ = exports.InvokeModelWithResponseStreamRequest$ = exports.InvokeModelWithBidirectionalStreamResponse$ = exports.InvokeModelWithBidirectionalStreamRequest$ = exports.InvokeModelTokensRequest$ = void 0;
|
|
6
|
-
exports.StartAsyncInvoke$ = exports.ListAsyncInvokes$ = exports.InvokeModelWithResponseStream$ = exports.InvokeModelWithBidirectionalStream$ = exports.InvokeModel$ = exports.GetAsyncInvoke$ = exports.CountTokens$ = exports.ConverseStream$ = exports.Converse$ = exports.ApplyGuardrail$ = exports.VideoSource$ = exports.ToolResultContentBlock$ = exports.ToolResultBlockDelta$ = exports.ToolInputSchema$ = exports.ToolChoice$ = exports.Tool$ = exports.SystemContentBlock$ = exports.ResponseStream$ = exports.ReasoningContentBlockDelta$ = exports.ReasoningContentBlock$ = exports.PromptVariableValues$ = exports.OutputFormatStructure$ = exports.InvokeModelWithBidirectionalStreamOutput$ = exports.InvokeModelWithBidirectionalStreamInput$ = exports.ImageSource$ = exports.GuardrailImageSource$ = exports.GuardrailConverseImageSource$ = exports.GuardrailConverseContentBlock$ = exports.GuardrailContentBlock$ = exports.GuardrailAutomatedReasoningFinding$ = void 0;
|
|
7
1
|
const _A = "Accept";
|
|
8
2
|
const _AB = "AudioBlock";
|
|
9
3
|
const _ADE = "AccessDeniedException";
|
|
@@ -107,7 +101,17 @@ const _GARVF = "GuardrailAutomatedReasoningValidFinding";
|
|
|
107
101
|
const _GC = "GuardrailConfiguration";
|
|
108
102
|
const _GCB = "GuardrailContentBlock";
|
|
109
103
|
const _GCBL = "GuardrailContentBlockList";
|
|
110
|
-
const
|
|
104
|
+
const _GCC = "GuardrailChecksConfig";
|
|
105
|
+
const _GCCB = "GuardrailChecksContentBlock";
|
|
106
|
+
const _GCCBL = "GuardrailChecksContentBlockList";
|
|
107
|
+
const _GCCBu = "GuardrailConverseContentBlock";
|
|
108
|
+
const _GCCFC = "GuardrailChecksContentFilterConfig";
|
|
109
|
+
const _GCCFCC = "GuardrailChecksContentFilterCategoryConfig";
|
|
110
|
+
const _GCCFCCL = "GuardrailChecksContentFilterCategoryConfigList";
|
|
111
|
+
const _GCCFR = "GuardrailChecksContentFilterResult";
|
|
112
|
+
const _GCCFRE = "GuardrailChecksContentFilterResultEntry";
|
|
113
|
+
const _GCCFRL = "GuardrailChecksContentFilterResultList";
|
|
114
|
+
const _GCCFU = "GuardrailChecksContentFilterUsage";
|
|
111
115
|
const _GCF = "GuardrailContentFilter";
|
|
112
116
|
const _GCFL = "GuardrailContentFilterList";
|
|
113
117
|
const _GCGF = "GuardrailContextualGroundingFilter";
|
|
@@ -115,8 +119,27 @@ const _GCGFu = "GuardrailContextualGroundingFilters";
|
|
|
115
119
|
const _GCGPA = "GuardrailContextualGroundingPolicyAssessment";
|
|
116
120
|
const _GCIB = "GuardrailConverseImageBlock";
|
|
117
121
|
const _GCIS = "GuardrailConverseImageSource";
|
|
122
|
+
const _GCM = "GuardrailChecksMessage";
|
|
123
|
+
const _GCML = "GuardrailChecksMessageList";
|
|
118
124
|
const _GCPA = "GuardrailContentPolicyAssessment";
|
|
125
|
+
const _GCPAC = "GuardrailChecksPromptAttackConfig";
|
|
126
|
+
const _GCPACC = "GuardrailChecksPromptAttackCategoryConfig";
|
|
127
|
+
const _GCPACCL = "GuardrailChecksPromptAttackCategoryConfigList";
|
|
128
|
+
const _GCPAR = "GuardrailChecksPromptAttackResult";
|
|
129
|
+
const _GCPARE = "GuardrailChecksPromptAttackResultEntry";
|
|
130
|
+
const _GCPARL = "GuardrailChecksPromptAttackResultList";
|
|
131
|
+
const _GCPAU = "GuardrailChecksPromptAttackUsage";
|
|
132
|
+
const _GCR = "GuardrailChecksResults";
|
|
133
|
+
const _GCSIC = "GuardrailChecksSensitiveInformationConfig";
|
|
134
|
+
const _GCSIEC = "GuardrailChecksSensitiveInformationEntityConfig";
|
|
135
|
+
const _GCSIECL = "GuardrailChecksSensitiveInformationEntityConfigList";
|
|
136
|
+
const _GCSIR = "GuardrailChecksSensitiveInformationResult";
|
|
137
|
+
const _GCSIRE = "GuardrailChecksSensitiveInformationResultEntry";
|
|
138
|
+
const _GCSIRL = "GuardrailChecksSensitiveInformationResultList";
|
|
139
|
+
const _GCSIU = "GuardrailChecksSensitiveInformationUsage";
|
|
119
140
|
const _GCTB = "GuardrailConverseTextBlock";
|
|
141
|
+
const _GCTC = "GuardrailChecksTextContent";
|
|
142
|
+
const _GCUR = "GuardrailChecksUsageResults";
|
|
120
143
|
const _GCW = "GuardrailCustomWord";
|
|
121
144
|
const _GCWL = "GuardrailCustomWordList";
|
|
122
145
|
const _GCu = "GuardrailCoverage";
|
|
@@ -146,6 +169,9 @@ const _IB = "ImageBlock";
|
|
|
146
169
|
const _IBD = "ImageBlockDelta";
|
|
147
170
|
const _IBS = "ImageBlockStart";
|
|
148
171
|
const _IC = "InferenceConfiguration";
|
|
172
|
+
const _IGC = "InvokeGuardrailChecks";
|
|
173
|
+
const _IGCR = "InvokeGuardrailChecksRequest";
|
|
174
|
+
const _IGCRn = "InvokeGuardrailChecksResponse";
|
|
149
175
|
const _IM = "InvokeModel";
|
|
150
176
|
const _IMR = "InvokeModelRequest";
|
|
151
177
|
const _IMRn = "InvokeModelResponse";
|
|
@@ -252,6 +278,7 @@ const _au = "audio";
|
|
|
252
278
|
const _aut = "auto";
|
|
253
279
|
const _b = "bytes";
|
|
254
280
|
const _bO = "bucketOwner";
|
|
281
|
+
const _bOe = "beginOffset";
|
|
255
282
|
const _bo = "body";
|
|
256
283
|
const _c = "client";
|
|
257
284
|
const _cBD = "contentBlockDelta";
|
|
@@ -260,9 +287,11 @@ const _cBS = "contentBlockStart";
|
|
|
260
287
|
const _cBSo = "contentBlockStop";
|
|
261
288
|
const _cC = "citationsContent";
|
|
262
289
|
const _cD = "cacheDetails";
|
|
290
|
+
const _cF = "contentFilter";
|
|
263
291
|
const _cFS = "claimsFalseScenario";
|
|
264
292
|
const _cGP = "contextualGroundingPolicy";
|
|
265
293
|
const _cGPU = "contextualGroundingPolicyUnits";
|
|
294
|
+
const _cI = "contentIndex";
|
|
266
295
|
const _cP = "contentPolicy";
|
|
267
296
|
const _cPIU = "contentPolicyImageUnits";
|
|
268
297
|
const _cPU = "contentPolicyUnits";
|
|
@@ -270,11 +299,15 @@ const _cPa = "cachePoint";
|
|
|
270
299
|
const _cR = "contradictingRules";
|
|
271
300
|
const _cRIT = "cacheReadInputTokens";
|
|
272
301
|
const _cRT = "clientRequestToken";
|
|
302
|
+
const _cS = "confidenceScore";
|
|
273
303
|
const _cT = "contentType";
|
|
274
304
|
const _cTS = "claimsTrueScenario";
|
|
275
305
|
const _cW = "customWords";
|
|
276
306
|
const _cWIT = "cacheWriteInputTokens";
|
|
277
|
-
const
|
|
307
|
+
const _ca = "category";
|
|
308
|
+
const _cat = "categories";
|
|
309
|
+
const _ch = "checks";
|
|
310
|
+
const _chu = "chunk";
|
|
278
311
|
const _ci = "citations";
|
|
279
312
|
const _cit = "citation";
|
|
280
313
|
const _cl = "claims";
|
|
@@ -293,9 +326,11 @@ const _des = "description";
|
|
|
293
326
|
const _do = "domain";
|
|
294
327
|
const _doc = "document";
|
|
295
328
|
const _e = "error";
|
|
329
|
+
const _eO = "endOffset";
|
|
296
330
|
const _eT = "endTime";
|
|
297
331
|
const _en = "enabled";
|
|
298
332
|
const _end = "end";
|
|
333
|
+
const _ent = "entities";
|
|
299
334
|
const _f = "format";
|
|
300
335
|
const _fM = "failureMessage";
|
|
301
336
|
const _fS = "filterStrength";
|
|
@@ -345,6 +380,7 @@ const _lo = "logic";
|
|
|
345
380
|
const _m = "message";
|
|
346
381
|
const _mA = "modelArn";
|
|
347
382
|
const _mI = "modelId";
|
|
383
|
+
const _mIe = "messageIndex";
|
|
348
384
|
const _mIo = "modelInput";
|
|
349
385
|
const _mO = "modelOutput";
|
|
350
386
|
const _mR = "maxResults";
|
|
@@ -373,6 +409,7 @@ const _oT = "outputTokens";
|
|
|
373
409
|
const _op = "options";
|
|
374
410
|
const _ou = "output";
|
|
375
411
|
const _p = "premises";
|
|
412
|
+
const _pA = "promptAttack";
|
|
376
413
|
const _pC = "performanceConfig";
|
|
377
414
|
const _pCL = "performanceConfigLatency";
|
|
378
415
|
const _pE = "piiEntities";
|
|
@@ -380,18 +417,20 @@ const _pR = "promptRouter";
|
|
|
380
417
|
const _pV = "promptVariables";
|
|
381
418
|
const _pVA = "policyVersionArn";
|
|
382
419
|
const _q = "qualifiers";
|
|
383
|
-
const _r = "
|
|
420
|
+
const _r = "results";
|
|
384
421
|
const _rC = "reasoningContent";
|
|
385
422
|
const _rCe = "redactedContent";
|
|
386
423
|
const _rM = "requestMetadata";
|
|
387
424
|
const _rN = "resourceName";
|
|
388
425
|
const _rT = "reasoningText";
|
|
389
|
-
const _re = "
|
|
426
|
+
const _re = "regex";
|
|
427
|
+
const _reg = "regexes";
|
|
390
428
|
const _ro = "role";
|
|
391
429
|
const _s = "smithy.ts.sdk.synthetic.com.amazonaws.bedrockruntime";
|
|
392
430
|
const _sB = "sortBy";
|
|
393
431
|
const _sC = "sourceContent";
|
|
394
432
|
const _sE = "statusEquals";
|
|
433
|
+
const _sI = "sensitiveInformation";
|
|
395
434
|
const _sIP = "sensitiveInformationPolicy";
|
|
396
435
|
const _sIPFU = "sensitiveInformationPolicyFreeUnits";
|
|
397
436
|
const _sIPU = "sensitiveInformationPolicyUnits";
|
|
@@ -404,7 +443,8 @@ const _sRI = "searchResultIndex";
|
|
|
404
443
|
const _sRL = "searchResultLocation";
|
|
405
444
|
const _sRe = "searchResult";
|
|
406
445
|
const _sRu = "supportingRules";
|
|
407
|
-
const _sS = "
|
|
446
|
+
const _sS = "severityScore";
|
|
447
|
+
const _sSt = "stopSequences";
|
|
408
448
|
const _sT = "submitTime";
|
|
409
449
|
const _sTA = "submitTimeAfter";
|
|
410
450
|
const _sTB = "submitTimeBefore";
|
|
@@ -440,8 +480,9 @@ const _tPo = "topP";
|
|
|
440
480
|
const _tR = "toolResult";
|
|
441
481
|
const _tS = "toolSpec";
|
|
442
482
|
const _tT = "totalTokens";
|
|
443
|
-
const _tU = "
|
|
483
|
+
const _tU = "textUnits";
|
|
444
484
|
const _tUI = "toolUseId";
|
|
485
|
+
const _tUo = "toolUse";
|
|
445
486
|
const _ta = "tags";
|
|
446
487
|
const _te = "text";
|
|
447
488
|
const _tem = "temperature";
|
|
@@ -454,6 +495,7 @@ const _top = "topics";
|
|
|
454
495
|
const _tr = "trace";
|
|
455
496
|
const _tra = "translation";
|
|
456
497
|
const _tran = "translations";
|
|
498
|
+
const _tru = "truncated";
|
|
457
499
|
const _ty = "type";
|
|
458
500
|
const _u = "usage";
|
|
459
501
|
const _uC = "untranslatedClaims";
|
|
@@ -468,85 +510,98 @@ const _w = "web";
|
|
|
468
510
|
const _wP = "wordPolicy";
|
|
469
511
|
const _wPU = "wordPolicyUnits";
|
|
470
512
|
const n0 = "com.amazonaws.bedrockruntime";
|
|
471
|
-
const
|
|
472
|
-
const
|
|
473
|
-
const
|
|
474
|
-
const _s_registry =
|
|
475
|
-
|
|
476
|
-
|
|
477
|
-
|
|
478
|
-
|
|
513
|
+
const { TypeRegistry } = require("@smithy/core/schema");
|
|
514
|
+
const { BedrockRuntimeServiceException } = require("../models/BedrockRuntimeServiceException");
|
|
515
|
+
const { AccessDeniedException, ConflictException, InternalServerException, ModelErrorException, ModelNotReadyException, ModelStreamErrorException, ModelTimeoutException, ResourceNotFoundException, ServiceQuotaExceededException, ServiceUnavailableException, ThrottlingException, ValidationException } = require("../models/errors");
|
|
516
|
+
const _s_registry = TypeRegistry.for(_s);
|
|
517
|
+
const BedrockRuntimeServiceException$ = [-3, _s, "BedrockRuntimeServiceException", 0, [], []];
|
|
518
|
+
exports.BedrockRuntimeServiceException$ = BedrockRuntimeServiceException$;
|
|
519
|
+
_s_registry.registerError(BedrockRuntimeServiceException$, BedrockRuntimeServiceException);
|
|
520
|
+
const n0_registry = TypeRegistry.for(n0);
|
|
521
|
+
const AccessDeniedException$ = [-3, n0, _ADE,
|
|
479
522
|
{ [_e]: _c, [_hE]: 403 },
|
|
480
523
|
[_m],
|
|
481
524
|
[0]
|
|
482
525
|
];
|
|
483
|
-
|
|
484
|
-
|
|
526
|
+
exports.AccessDeniedException$ = AccessDeniedException$;
|
|
527
|
+
n0_registry.registerError(AccessDeniedException$, AccessDeniedException);
|
|
528
|
+
const ConflictException$ = [-3, n0, _CE,
|
|
485
529
|
{ [_e]: _c, [_hE]: 400 },
|
|
486
530
|
[_m],
|
|
487
531
|
[0]
|
|
488
532
|
];
|
|
489
|
-
|
|
490
|
-
|
|
533
|
+
exports.ConflictException$ = ConflictException$;
|
|
534
|
+
n0_registry.registerError(ConflictException$, ConflictException);
|
|
535
|
+
const InternalServerException$ = [-3, n0, _ISE,
|
|
491
536
|
{ [_e]: _se, [_hE]: 500 },
|
|
492
537
|
[_m],
|
|
493
538
|
[0]
|
|
494
539
|
];
|
|
495
|
-
|
|
496
|
-
|
|
540
|
+
exports.InternalServerException$ = InternalServerException$;
|
|
541
|
+
n0_registry.registerError(InternalServerException$, InternalServerException);
|
|
542
|
+
const ModelErrorException$ = [-3, n0, _MEE,
|
|
497
543
|
{ [_e]: _c, [_hE]: 424 },
|
|
498
544
|
[_m, _oSC, _rN],
|
|
499
545
|
[0, 1, 0]
|
|
500
546
|
];
|
|
501
|
-
|
|
502
|
-
|
|
547
|
+
exports.ModelErrorException$ = ModelErrorException$;
|
|
548
|
+
n0_registry.registerError(ModelErrorException$, ModelErrorException);
|
|
549
|
+
const ModelNotReadyException$ = [-3, n0, _MNRE,
|
|
503
550
|
{ [_e]: _c, [_hE]: 429 },
|
|
504
551
|
[_m],
|
|
505
552
|
[0]
|
|
506
553
|
];
|
|
507
|
-
|
|
508
|
-
|
|
554
|
+
exports.ModelNotReadyException$ = ModelNotReadyException$;
|
|
555
|
+
n0_registry.registerError(ModelNotReadyException$, ModelNotReadyException);
|
|
556
|
+
const ModelStreamErrorException$ = [-3, n0, _MSEE,
|
|
509
557
|
{ [_e]: _c, [_hE]: 424 },
|
|
510
558
|
[_m, _oSC, _oM],
|
|
511
559
|
[0, 1, 0]
|
|
512
560
|
];
|
|
513
|
-
|
|
514
|
-
|
|
561
|
+
exports.ModelStreamErrorException$ = ModelStreamErrorException$;
|
|
562
|
+
n0_registry.registerError(ModelStreamErrorException$, ModelStreamErrorException);
|
|
563
|
+
const ModelTimeoutException$ = [-3, n0, _MTE,
|
|
515
564
|
{ [_e]: _c, [_hE]: 408 },
|
|
516
565
|
[_m],
|
|
517
566
|
[0]
|
|
518
567
|
];
|
|
519
|
-
|
|
520
|
-
|
|
568
|
+
exports.ModelTimeoutException$ = ModelTimeoutException$;
|
|
569
|
+
n0_registry.registerError(ModelTimeoutException$, ModelTimeoutException);
|
|
570
|
+
const ResourceNotFoundException$ = [-3, n0, _RNFE,
|
|
521
571
|
{ [_e]: _c, [_hE]: 404 },
|
|
522
572
|
[_m],
|
|
523
573
|
[0]
|
|
524
574
|
];
|
|
525
|
-
|
|
526
|
-
|
|
575
|
+
exports.ResourceNotFoundException$ = ResourceNotFoundException$;
|
|
576
|
+
n0_registry.registerError(ResourceNotFoundException$, ResourceNotFoundException);
|
|
577
|
+
const ServiceQuotaExceededException$ = [-3, n0, _SQEE,
|
|
527
578
|
{ [_e]: _c, [_hE]: 400 },
|
|
528
579
|
[_m],
|
|
529
580
|
[0]
|
|
530
581
|
];
|
|
531
|
-
|
|
532
|
-
|
|
582
|
+
exports.ServiceQuotaExceededException$ = ServiceQuotaExceededException$;
|
|
583
|
+
n0_registry.registerError(ServiceQuotaExceededException$, ServiceQuotaExceededException);
|
|
584
|
+
const ServiceUnavailableException$ = [-3, n0, _SUE,
|
|
533
585
|
{ [_e]: _se, [_hE]: 503 },
|
|
534
586
|
[_m],
|
|
535
587
|
[0]
|
|
536
588
|
];
|
|
537
|
-
|
|
538
|
-
|
|
589
|
+
exports.ServiceUnavailableException$ = ServiceUnavailableException$;
|
|
590
|
+
n0_registry.registerError(ServiceUnavailableException$, ServiceUnavailableException);
|
|
591
|
+
const ThrottlingException$ = [-3, n0, _TE,
|
|
539
592
|
{ [_e]: _c, [_hE]: 429 },
|
|
540
593
|
[_m],
|
|
541
594
|
[0]
|
|
542
595
|
];
|
|
543
|
-
|
|
544
|
-
|
|
596
|
+
exports.ThrottlingException$ = ThrottlingException$;
|
|
597
|
+
n0_registry.registerError(ThrottlingException$, ThrottlingException);
|
|
598
|
+
const ValidationException$ = [-3, n0, _VE,
|
|
545
599
|
{ [_e]: _c, [_hE]: 400 },
|
|
546
600
|
[_m],
|
|
547
601
|
[0]
|
|
548
602
|
];
|
|
549
|
-
|
|
603
|
+
exports.ValidationException$ = ValidationException$;
|
|
604
|
+
n0_registry.registerError(ValidationException$, ValidationException);
|
|
550
605
|
exports.errorTypeRegistries = [
|
|
551
606
|
_s_registry,
|
|
552
607
|
n0_registry,
|
|
@@ -555,738 +610,1014 @@ var AsyncInvokeMessage = [0, n0, _AIM, 8, 0];
|
|
|
555
610
|
var Body = [0, n0, _B, 8, 21];
|
|
556
611
|
var GuardrailAutomatedReasoningStatementLogicContent = [0, n0, _GARSLC, 8, 0];
|
|
557
612
|
var GuardrailAutomatedReasoningStatementNaturalLanguageContent = [0, n0, _GARSNLC, 8, 0];
|
|
613
|
+
var GuardrailChecksTextContent = [0, n0, _GCTC, 8, 0];
|
|
558
614
|
var ModelInputPayload = [0, n0, _MIP, 8, 15];
|
|
559
615
|
var PartBody = [0, n0, _PB, 8, 21];
|
|
560
616
|
var RequestMetadataJson = [0, n0, _RMJ, 8, 0];
|
|
561
|
-
|
|
617
|
+
const AnyToolChoice$ = [3, n0, _ATC,
|
|
562
618
|
0,
|
|
563
619
|
[],
|
|
564
620
|
[]
|
|
565
621
|
];
|
|
566
|
-
exports.
|
|
622
|
+
exports.AnyToolChoice$ = AnyToolChoice$;
|
|
623
|
+
const AppliedGuardrailDetails$ = [3, n0, _AGD,
|
|
567
624
|
0,
|
|
568
625
|
[_gI, _gV, _gA, _gO, _gOu],
|
|
569
626
|
[0, 0, 0, 64 | 0, 0]
|
|
570
627
|
];
|
|
571
|
-
exports.
|
|
628
|
+
exports.AppliedGuardrailDetails$ = AppliedGuardrailDetails$;
|
|
629
|
+
const ApplyGuardrailRequest$ = [3, n0, _AGR,
|
|
572
630
|
0,
|
|
573
631
|
[_gIu, _gV, _so, _co, _oS],
|
|
574
632
|
[[0, 1], [0, 1], 0, [() => GuardrailContentBlockList, 0], 0], 4
|
|
575
633
|
];
|
|
576
|
-
exports.
|
|
634
|
+
exports.ApplyGuardrailRequest$ = ApplyGuardrailRequest$;
|
|
635
|
+
const ApplyGuardrailResponse$ = [3, n0, _AGRp,
|
|
577
636
|
0,
|
|
578
637
|
[_u, _a, _o, _as, _aR, _gC],
|
|
579
|
-
[() =>
|
|
638
|
+
[() => GuardrailUsage$, 0, () => GuardrailOutputContentList, [() => GuardrailAssessmentList, 0], 0, () => GuardrailCoverage$], 4
|
|
580
639
|
];
|
|
581
|
-
exports.
|
|
640
|
+
exports.ApplyGuardrailResponse$ = ApplyGuardrailResponse$;
|
|
641
|
+
const AsyncInvokeS3OutputDataConfig$ = [3, n0, _AISODC,
|
|
582
642
|
0,
|
|
583
643
|
[_sU, _kKI, _bO],
|
|
584
644
|
[0, 0, 0], 1
|
|
585
645
|
];
|
|
586
|
-
exports.
|
|
646
|
+
exports.AsyncInvokeS3OutputDataConfig$ = AsyncInvokeS3OutputDataConfig$;
|
|
647
|
+
const AsyncInvokeSummary$ = [3, n0, _AIS,
|
|
587
648
|
0,
|
|
588
649
|
[_iA, _mA, _sT, _oDC, _cRT, _st, _fM, _lMT, _eT],
|
|
589
|
-
[0, 0, 5, () =>
|
|
650
|
+
[0, 0, 5, () => AsyncInvokeOutputDataConfig$, 0, 0, [() => AsyncInvokeMessage, 0], 5, 5], 4
|
|
590
651
|
];
|
|
591
|
-
exports.
|
|
652
|
+
exports.AsyncInvokeSummary$ = AsyncInvokeSummary$;
|
|
653
|
+
const AudioBlock$ = [3, n0, _AB,
|
|
592
654
|
0,
|
|
593
655
|
[_f, _so, _e],
|
|
594
|
-
[0, [() =>
|
|
656
|
+
[0, [() => AudioSource$, 0], [() => ErrorBlock$, 0]], 2
|
|
595
657
|
];
|
|
596
|
-
exports.
|
|
658
|
+
exports.AudioBlock$ = AudioBlock$;
|
|
659
|
+
const AutoToolChoice$ = [3, n0, _ATCu,
|
|
597
660
|
0,
|
|
598
661
|
[],
|
|
599
662
|
[]
|
|
600
663
|
];
|
|
601
|
-
exports.
|
|
664
|
+
exports.AutoToolChoice$ = AutoToolChoice$;
|
|
665
|
+
const BidirectionalInputPayloadPart$ = [3, n0, _BIPP,
|
|
602
666
|
8,
|
|
603
667
|
[_b],
|
|
604
668
|
[[() => PartBody, 0]]
|
|
605
669
|
];
|
|
606
|
-
exports.
|
|
670
|
+
exports.BidirectionalInputPayloadPart$ = BidirectionalInputPayloadPart$;
|
|
671
|
+
const BidirectionalOutputPayloadPart$ = [3, n0, _BOPP,
|
|
607
672
|
8,
|
|
608
673
|
[_b],
|
|
609
674
|
[[() => PartBody, 0]]
|
|
610
675
|
];
|
|
611
|
-
exports.
|
|
676
|
+
exports.BidirectionalOutputPayloadPart$ = BidirectionalOutputPayloadPart$;
|
|
677
|
+
const CacheDetail$ = [3, n0, _CD,
|
|
612
678
|
0,
|
|
613
679
|
[_t, _iT],
|
|
614
680
|
[0, 1], 2
|
|
615
681
|
];
|
|
616
|
-
exports.
|
|
682
|
+
exports.CacheDetail$ = CacheDetail$;
|
|
683
|
+
const CachePointBlock$ = [3, n0, _CPB,
|
|
617
684
|
0,
|
|
618
685
|
[_ty, _t],
|
|
619
686
|
[0, 0], 1
|
|
620
687
|
];
|
|
621
|
-
exports.
|
|
688
|
+
exports.CachePointBlock$ = CachePointBlock$;
|
|
689
|
+
const Citation$ = [3, n0, _C,
|
|
622
690
|
0,
|
|
623
691
|
[_ti, _so, _sC, _l],
|
|
624
|
-
[0, 0, () => CitationSourceContentList, () =>
|
|
692
|
+
[0, 0, () => CitationSourceContentList, () => CitationLocation$]
|
|
625
693
|
];
|
|
626
|
-
exports.
|
|
694
|
+
exports.Citation$ = Citation$;
|
|
695
|
+
const CitationsConfig$ = [3, n0, _CC,
|
|
627
696
|
0,
|
|
628
697
|
[_en],
|
|
629
698
|
[2], 1
|
|
630
699
|
];
|
|
631
|
-
exports.
|
|
700
|
+
exports.CitationsConfig$ = CitationsConfig$;
|
|
701
|
+
const CitationsContentBlock$ = [3, n0, _CCB,
|
|
632
702
|
0,
|
|
633
703
|
[_co, _ci],
|
|
634
704
|
[() => CitationGeneratedContentList, () => Citations]
|
|
635
705
|
];
|
|
636
|
-
exports.
|
|
706
|
+
exports.CitationsContentBlock$ = CitationsContentBlock$;
|
|
707
|
+
const CitationsDelta$ = [3, n0, _CDi,
|
|
637
708
|
0,
|
|
638
709
|
[_ti, _so, _sC, _l],
|
|
639
|
-
[0, 0, () => CitationSourceContentListDelta, () =>
|
|
710
|
+
[0, 0, () => CitationSourceContentListDelta, () => CitationLocation$]
|
|
640
711
|
];
|
|
641
|
-
exports.
|
|
712
|
+
exports.CitationsDelta$ = CitationsDelta$;
|
|
713
|
+
const CitationSourceContentDelta$ = [3, n0, _CSCD,
|
|
642
714
|
0,
|
|
643
715
|
[_te],
|
|
644
716
|
[0]
|
|
645
717
|
];
|
|
646
|
-
exports.
|
|
718
|
+
exports.CitationSourceContentDelta$ = CitationSourceContentDelta$;
|
|
719
|
+
const ContentBlockDeltaEvent$ = [3, n0, _CBDE,
|
|
647
720
|
0,
|
|
648
721
|
[_d, _cBI],
|
|
649
|
-
[[() =>
|
|
722
|
+
[[() => ContentBlockDelta$, 0], 1], 2
|
|
650
723
|
];
|
|
651
|
-
exports.
|
|
724
|
+
exports.ContentBlockDeltaEvent$ = ContentBlockDeltaEvent$;
|
|
725
|
+
const ContentBlockStartEvent$ = [3, n0, _CBSE,
|
|
652
726
|
0,
|
|
653
727
|
[_sta, _cBI],
|
|
654
|
-
[() =>
|
|
728
|
+
[() => ContentBlockStart$, 1], 2
|
|
655
729
|
];
|
|
656
|
-
exports.
|
|
730
|
+
exports.ContentBlockStartEvent$ = ContentBlockStartEvent$;
|
|
731
|
+
const ContentBlockStopEvent$ = [3, n0, _CBSEo,
|
|
657
732
|
0,
|
|
658
733
|
[_cBI],
|
|
659
734
|
[1], 1
|
|
660
735
|
];
|
|
661
|
-
exports.
|
|
736
|
+
exports.ContentBlockStopEvent$ = ContentBlockStopEvent$;
|
|
737
|
+
const ConverseMetrics$ = [3, n0, _CM,
|
|
662
738
|
0,
|
|
663
739
|
[_lM],
|
|
664
740
|
[1], 1
|
|
665
741
|
];
|
|
666
|
-
exports.
|
|
742
|
+
exports.ConverseMetrics$ = ConverseMetrics$;
|
|
743
|
+
const ConverseRequest$ = [3, n0, _CR,
|
|
667
744
|
0,
|
|
668
745
|
[_mI, _me, _sy, _iC, _tC, _gCu, _aMRF, _pV, _aMRFP, _rM, _pC, _sTe, _oC],
|
|
669
|
-
[[0, 1], [() => Messages, 0], [() => SystemContentBlocks, 0], () =>
|
|
746
|
+
[[0, 1], [() => Messages, 0], [() => SystemContentBlocks, 0], () => InferenceConfiguration$, () => ToolConfiguration$, () => GuardrailConfiguration$, 15, [() => PromptVariableMap, 0], 64 | 0, [() => RequestMetadata, 0], () => PerformanceConfiguration$, () => ServiceTier$, [() => OutputConfig$, 0]], 1
|
|
670
747
|
];
|
|
671
|
-
exports.
|
|
748
|
+
exports.ConverseRequest$ = ConverseRequest$;
|
|
749
|
+
const ConverseResponse$ = [3, n0, _CRo,
|
|
672
750
|
0,
|
|
673
751
|
[_ou, _sR, _u, _met, _aMRFd, _tr, _pC, _sTe],
|
|
674
|
-
[[() =>
|
|
752
|
+
[[() => ConverseOutput$, 0], 0, () => TokenUsage$, () => ConverseMetrics$, 15, [() => ConverseTrace$, 0], () => PerformanceConfiguration$, () => ServiceTier$], 4
|
|
675
753
|
];
|
|
676
|
-
exports.
|
|
754
|
+
exports.ConverseResponse$ = ConverseResponse$;
|
|
755
|
+
const ConverseStreamMetadataEvent$ = [3, n0, _CSME,
|
|
677
756
|
0,
|
|
678
757
|
[_u, _met, _tr, _pC, _sTe],
|
|
679
|
-
[() =>
|
|
758
|
+
[() => TokenUsage$, () => ConverseStreamMetrics$, [() => ConverseStreamTrace$, 0], () => PerformanceConfiguration$, () => ServiceTier$], 2
|
|
680
759
|
];
|
|
681
|
-
exports.
|
|
760
|
+
exports.ConverseStreamMetadataEvent$ = ConverseStreamMetadataEvent$;
|
|
761
|
+
const ConverseStreamMetrics$ = [3, n0, _CSM,
|
|
682
762
|
0,
|
|
683
763
|
[_lM],
|
|
684
764
|
[1], 1
|
|
685
765
|
];
|
|
686
|
-
exports.
|
|
766
|
+
exports.ConverseStreamMetrics$ = ConverseStreamMetrics$;
|
|
767
|
+
const ConverseStreamRequest$ = [3, n0, _CSR,
|
|
687
768
|
0,
|
|
688
769
|
[_mI, _me, _sy, _iC, _tC, _gCu, _aMRF, _pV, _aMRFP, _rM, _pC, _sTe, _oC],
|
|
689
|
-
[[0, 1], [() => Messages, 0], [() => SystemContentBlocks, 0], () =>
|
|
770
|
+
[[0, 1], [() => Messages, 0], [() => SystemContentBlocks, 0], () => InferenceConfiguration$, () => ToolConfiguration$, () => GuardrailStreamConfiguration$, 15, [() => PromptVariableMap, 0], 64 | 0, [() => RequestMetadata, 0], () => PerformanceConfiguration$, () => ServiceTier$, [() => OutputConfig$, 0]], 1
|
|
690
771
|
];
|
|
691
|
-
exports.
|
|
772
|
+
exports.ConverseStreamRequest$ = ConverseStreamRequest$;
|
|
773
|
+
const ConverseStreamResponse$ = [3, n0, _CSRo,
|
|
692
774
|
0,
|
|
693
775
|
[_str],
|
|
694
|
-
[[() =>
|
|
776
|
+
[[() => ConverseStreamOutput$, 16]]
|
|
695
777
|
];
|
|
696
|
-
exports.
|
|
778
|
+
exports.ConverseStreamResponse$ = ConverseStreamResponse$;
|
|
779
|
+
const ConverseStreamTrace$ = [3, n0, _CST,
|
|
697
780
|
0,
|
|
698
781
|
[_g, _pR],
|
|
699
|
-
[[() =>
|
|
782
|
+
[[() => GuardrailTraceAssessment$, 0], () => PromptRouterTrace$]
|
|
700
783
|
];
|
|
701
|
-
exports.
|
|
784
|
+
exports.ConverseStreamTrace$ = ConverseStreamTrace$;
|
|
785
|
+
const ConverseTokensRequest$ = [3, n0, _CTR,
|
|
702
786
|
0,
|
|
703
787
|
[_me, _sy, _tC, _aMRF],
|
|
704
|
-
[[() => Messages, 0], [() => SystemContentBlocks, 0], () =>
|
|
788
|
+
[[() => Messages, 0], [() => SystemContentBlocks, 0], () => ToolConfiguration$, 15]
|
|
705
789
|
];
|
|
706
|
-
exports.
|
|
790
|
+
exports.ConverseTokensRequest$ = ConverseTokensRequest$;
|
|
791
|
+
const ConverseTrace$ = [3, n0, _CT,
|
|
707
792
|
0,
|
|
708
793
|
[_g, _pR],
|
|
709
|
-
[[() =>
|
|
794
|
+
[[() => GuardrailTraceAssessment$, 0], () => PromptRouterTrace$]
|
|
710
795
|
];
|
|
711
|
-
exports.
|
|
796
|
+
exports.ConverseTrace$ = ConverseTrace$;
|
|
797
|
+
const CountTokensRequest$ = [3, n0, _CTRo,
|
|
712
798
|
0,
|
|
713
799
|
[_mI, _i],
|
|
714
|
-
[[0, 1], [() =>
|
|
800
|
+
[[0, 1], [() => CountTokensInput$, 0]], 2
|
|
715
801
|
];
|
|
716
|
-
exports.
|
|
802
|
+
exports.CountTokensRequest$ = CountTokensRequest$;
|
|
803
|
+
const CountTokensResponse$ = [3, n0, _CTRou,
|
|
717
804
|
0,
|
|
718
805
|
[_iT],
|
|
719
806
|
[1], 1
|
|
720
807
|
];
|
|
721
|
-
exports.
|
|
808
|
+
exports.CountTokensResponse$ = CountTokensResponse$;
|
|
809
|
+
const DocumentBlock$ = [3, n0, _DB,
|
|
722
810
|
0,
|
|
723
811
|
[_n, _so, _f, _con, _ci],
|
|
724
|
-
[0, () =>
|
|
812
|
+
[0, () => DocumentSource$, 0, 0, () => CitationsConfig$], 2
|
|
725
813
|
];
|
|
726
|
-
exports.
|
|
814
|
+
exports.DocumentBlock$ = DocumentBlock$;
|
|
815
|
+
const DocumentCharLocation$ = [3, n0, _DCL,
|
|
727
816
|
0,
|
|
728
817
|
[_dI, _sta, _end],
|
|
729
818
|
[1, 1, 1]
|
|
730
819
|
];
|
|
731
|
-
exports.
|
|
820
|
+
exports.DocumentCharLocation$ = DocumentCharLocation$;
|
|
821
|
+
const DocumentChunkLocation$ = [3, n0, _DCLo,
|
|
732
822
|
0,
|
|
733
823
|
[_dI, _sta, _end],
|
|
734
824
|
[1, 1, 1]
|
|
735
825
|
];
|
|
736
|
-
exports.
|
|
826
|
+
exports.DocumentChunkLocation$ = DocumentChunkLocation$;
|
|
827
|
+
const DocumentPageLocation$ = [3, n0, _DPL,
|
|
737
828
|
0,
|
|
738
829
|
[_dI, _sta, _end],
|
|
739
830
|
[1, 1, 1]
|
|
740
831
|
];
|
|
741
|
-
exports.
|
|
832
|
+
exports.DocumentPageLocation$ = DocumentPageLocation$;
|
|
833
|
+
const ErrorBlock$ = [3, n0, _EB,
|
|
742
834
|
8,
|
|
743
835
|
[_m],
|
|
744
836
|
[0]
|
|
745
837
|
];
|
|
746
|
-
exports.
|
|
838
|
+
exports.ErrorBlock$ = ErrorBlock$;
|
|
839
|
+
const GetAsyncInvokeRequest$ = [3, n0, _GAIR,
|
|
747
840
|
0,
|
|
748
841
|
[_iA],
|
|
749
842
|
[[0, 1]], 1
|
|
750
843
|
];
|
|
751
|
-
exports.
|
|
844
|
+
exports.GetAsyncInvokeRequest$ = GetAsyncInvokeRequest$;
|
|
845
|
+
const GetAsyncInvokeResponse$ = [3, n0, _GAIRe,
|
|
752
846
|
0,
|
|
753
847
|
[_iA, _mA, _st, _sT, _oDC, _cRT, _fM, _lMT, _eT],
|
|
754
|
-
[0, 0, 0, 5, () =>
|
|
848
|
+
[0, 0, 0, 5, () => AsyncInvokeOutputDataConfig$, 0, [() => AsyncInvokeMessage, 0], 5, 5], 5
|
|
755
849
|
];
|
|
756
|
-
exports.
|
|
850
|
+
exports.GetAsyncInvokeResponse$ = GetAsyncInvokeResponse$;
|
|
851
|
+
const GuardrailAssessment$ = [3, n0, _GA,
|
|
757
852
|
0,
|
|
758
853
|
[_tP, _cP, _wP, _sIP, _cGP, _aRP, _iM, _aGD],
|
|
759
|
-
[() =>
|
|
854
|
+
[() => GuardrailTopicPolicyAssessment$, () => GuardrailContentPolicyAssessment$, () => GuardrailWordPolicyAssessment$, () => GuardrailSensitiveInformationPolicyAssessment$, () => GuardrailContextualGroundingPolicyAssessment$, [() => GuardrailAutomatedReasoningPolicyAssessment$, 0], () => GuardrailInvocationMetrics$, () => AppliedGuardrailDetails$]
|
|
760
855
|
];
|
|
761
|
-
exports.
|
|
856
|
+
exports.GuardrailAssessment$ = GuardrailAssessment$;
|
|
857
|
+
const GuardrailAutomatedReasoningImpossibleFinding$ = [3, n0, _GARIF,
|
|
762
858
|
0,
|
|
763
859
|
[_tra, _cR, _lW],
|
|
764
|
-
[[() =>
|
|
860
|
+
[[() => GuardrailAutomatedReasoningTranslation$, 0], () => GuardrailAutomatedReasoningRuleList, [() => GuardrailAutomatedReasoningLogicWarning$, 0]]
|
|
765
861
|
];
|
|
766
|
-
exports.
|
|
862
|
+
exports.GuardrailAutomatedReasoningImpossibleFinding$ = GuardrailAutomatedReasoningImpossibleFinding$;
|
|
863
|
+
const GuardrailAutomatedReasoningInputTextReference$ = [3, n0, _GARITR,
|
|
767
864
|
0,
|
|
768
865
|
[_te],
|
|
769
866
|
[[() => GuardrailAutomatedReasoningStatementNaturalLanguageContent, 0]]
|
|
770
867
|
];
|
|
771
|
-
exports.
|
|
868
|
+
exports.GuardrailAutomatedReasoningInputTextReference$ = GuardrailAutomatedReasoningInputTextReference$;
|
|
869
|
+
const GuardrailAutomatedReasoningInvalidFinding$ = [3, n0, _GARIFu,
|
|
772
870
|
0,
|
|
773
871
|
[_tra, _cR, _lW],
|
|
774
|
-
[[() =>
|
|
872
|
+
[[() => GuardrailAutomatedReasoningTranslation$, 0], () => GuardrailAutomatedReasoningRuleList, [() => GuardrailAutomatedReasoningLogicWarning$, 0]]
|
|
775
873
|
];
|
|
776
|
-
exports.
|
|
874
|
+
exports.GuardrailAutomatedReasoningInvalidFinding$ = GuardrailAutomatedReasoningInvalidFinding$;
|
|
875
|
+
const GuardrailAutomatedReasoningLogicWarning$ = [3, n0, _GARLW,
|
|
777
876
|
0,
|
|
778
877
|
[_ty, _p, _cl],
|
|
779
878
|
[0, [() => GuardrailAutomatedReasoningStatementList, 0], [() => GuardrailAutomatedReasoningStatementList, 0]]
|
|
780
879
|
];
|
|
781
|
-
exports.
|
|
880
|
+
exports.GuardrailAutomatedReasoningLogicWarning$ = GuardrailAutomatedReasoningLogicWarning$;
|
|
881
|
+
const GuardrailAutomatedReasoningNoTranslationsFinding$ = [3, n0, _GARNTF,
|
|
782
882
|
0,
|
|
783
883
|
[],
|
|
784
884
|
[]
|
|
785
885
|
];
|
|
786
|
-
exports.
|
|
886
|
+
exports.GuardrailAutomatedReasoningNoTranslationsFinding$ = GuardrailAutomatedReasoningNoTranslationsFinding$;
|
|
887
|
+
const GuardrailAutomatedReasoningPolicyAssessment$ = [3, n0, _GARPA,
|
|
787
888
|
0,
|
|
788
889
|
[_fi],
|
|
789
890
|
[[() => GuardrailAutomatedReasoningFindingList, 0]]
|
|
790
891
|
];
|
|
791
|
-
exports.
|
|
892
|
+
exports.GuardrailAutomatedReasoningPolicyAssessment$ = GuardrailAutomatedReasoningPolicyAssessment$;
|
|
893
|
+
const GuardrailAutomatedReasoningRule$ = [3, n0, _GARR,
|
|
792
894
|
0,
|
|
793
895
|
[_id, _pVA],
|
|
794
896
|
[0, 0]
|
|
795
897
|
];
|
|
796
|
-
exports.
|
|
898
|
+
exports.GuardrailAutomatedReasoningRule$ = GuardrailAutomatedReasoningRule$;
|
|
899
|
+
const GuardrailAutomatedReasoningSatisfiableFinding$ = [3, n0, _GARSF,
|
|
797
900
|
0,
|
|
798
901
|
[_tra, _cTS, _cFS, _lW],
|
|
799
|
-
[[() =>
|
|
902
|
+
[[() => GuardrailAutomatedReasoningTranslation$, 0], [() => GuardrailAutomatedReasoningScenario$, 0], [() => GuardrailAutomatedReasoningScenario$, 0], [() => GuardrailAutomatedReasoningLogicWarning$, 0]]
|
|
800
903
|
];
|
|
801
|
-
exports.
|
|
904
|
+
exports.GuardrailAutomatedReasoningSatisfiableFinding$ = GuardrailAutomatedReasoningSatisfiableFinding$;
|
|
905
|
+
const GuardrailAutomatedReasoningScenario$ = [3, n0, _GARS,
|
|
802
906
|
0,
|
|
803
907
|
[_stat],
|
|
804
908
|
[[() => GuardrailAutomatedReasoningStatementList, 0]]
|
|
805
909
|
];
|
|
806
|
-
exports.
|
|
910
|
+
exports.GuardrailAutomatedReasoningScenario$ = GuardrailAutomatedReasoningScenario$;
|
|
911
|
+
const GuardrailAutomatedReasoningStatement$ = [3, n0, _GARSu,
|
|
807
912
|
0,
|
|
808
913
|
[_lo, _nL],
|
|
809
914
|
[[() => GuardrailAutomatedReasoningStatementLogicContent, 0], [() => GuardrailAutomatedReasoningStatementNaturalLanguageContent, 0]]
|
|
810
915
|
];
|
|
811
|
-
exports.
|
|
916
|
+
exports.GuardrailAutomatedReasoningStatement$ = GuardrailAutomatedReasoningStatement$;
|
|
917
|
+
const GuardrailAutomatedReasoningTooComplexFinding$ = [3, n0, _GARTCF,
|
|
812
918
|
0,
|
|
813
919
|
[],
|
|
814
920
|
[]
|
|
815
921
|
];
|
|
816
|
-
exports.
|
|
922
|
+
exports.GuardrailAutomatedReasoningTooComplexFinding$ = GuardrailAutomatedReasoningTooComplexFinding$;
|
|
923
|
+
const GuardrailAutomatedReasoningTranslation$ = [3, n0, _GART,
|
|
817
924
|
0,
|
|
818
925
|
[_p, _cl, _uP, _uC, _conf],
|
|
819
926
|
[[() => GuardrailAutomatedReasoningStatementList, 0], [() => GuardrailAutomatedReasoningStatementList, 0], [() => GuardrailAutomatedReasoningInputTextReferenceList, 0], [() => GuardrailAutomatedReasoningInputTextReferenceList, 0], 1]
|
|
820
927
|
];
|
|
821
|
-
exports.
|
|
928
|
+
exports.GuardrailAutomatedReasoningTranslation$ = GuardrailAutomatedReasoningTranslation$;
|
|
929
|
+
const GuardrailAutomatedReasoningTranslationAmbiguousFinding$ = [3, n0, _GARTAF,
|
|
822
930
|
0,
|
|
823
931
|
[_op, _dS],
|
|
824
932
|
[[() => GuardrailAutomatedReasoningTranslationOptionList, 0], [() => GuardrailAutomatedReasoningDifferenceScenarioList, 0]]
|
|
825
933
|
];
|
|
826
|
-
exports.
|
|
934
|
+
exports.GuardrailAutomatedReasoningTranslationAmbiguousFinding$ = GuardrailAutomatedReasoningTranslationAmbiguousFinding$;
|
|
935
|
+
const GuardrailAutomatedReasoningTranslationOption$ = [3, n0, _GARTO,
|
|
827
936
|
0,
|
|
828
937
|
[_tran],
|
|
829
938
|
[[() => GuardrailAutomatedReasoningTranslationList, 0]]
|
|
830
939
|
];
|
|
831
|
-
exports.
|
|
940
|
+
exports.GuardrailAutomatedReasoningTranslationOption$ = GuardrailAutomatedReasoningTranslationOption$;
|
|
941
|
+
const GuardrailAutomatedReasoningValidFinding$ = [3, n0, _GARVF,
|
|
832
942
|
0,
|
|
833
943
|
[_tra, _cTS, _sRu, _lW],
|
|
834
|
-
[[() =>
|
|
944
|
+
[[() => GuardrailAutomatedReasoningTranslation$, 0], [() => GuardrailAutomatedReasoningScenario$, 0], () => GuardrailAutomatedReasoningRuleList, [() => GuardrailAutomatedReasoningLogicWarning$, 0]]
|
|
835
945
|
];
|
|
836
|
-
exports.
|
|
946
|
+
exports.GuardrailAutomatedReasoningValidFinding$ = GuardrailAutomatedReasoningValidFinding$;
|
|
947
|
+
const GuardrailChecksConfig$ = [3, n0, _GCC,
|
|
948
|
+
0,
|
|
949
|
+
[_cF, _pA, _sI],
|
|
950
|
+
[() => GuardrailChecksContentFilterConfig$, () => GuardrailChecksPromptAttackConfig$, () => GuardrailChecksSensitiveInformationConfig$]
|
|
951
|
+
];
|
|
952
|
+
exports.GuardrailChecksConfig$ = GuardrailChecksConfig$;
|
|
953
|
+
const GuardrailChecksContentFilterCategoryConfig$ = [3, n0, _GCCFCC,
|
|
954
|
+
0,
|
|
955
|
+
[_ca],
|
|
956
|
+
[0], 1
|
|
957
|
+
];
|
|
958
|
+
exports.GuardrailChecksContentFilterCategoryConfig$ = GuardrailChecksContentFilterCategoryConfig$;
|
|
959
|
+
const GuardrailChecksContentFilterConfig$ = [3, n0, _GCCFC,
|
|
960
|
+
0,
|
|
961
|
+
[_cat],
|
|
962
|
+
[() => GuardrailChecksContentFilterCategoryConfigList], 1
|
|
963
|
+
];
|
|
964
|
+
exports.GuardrailChecksContentFilterConfig$ = GuardrailChecksContentFilterConfig$;
|
|
965
|
+
const GuardrailChecksContentFilterResult$ = [3, n0, _GCCFR,
|
|
966
|
+
0,
|
|
967
|
+
[_r],
|
|
968
|
+
[() => GuardrailChecksContentFilterResultList], 1
|
|
969
|
+
];
|
|
970
|
+
exports.GuardrailChecksContentFilterResult$ = GuardrailChecksContentFilterResult$;
|
|
971
|
+
const GuardrailChecksContentFilterResultEntry$ = [3, n0, _GCCFRE,
|
|
972
|
+
0,
|
|
973
|
+
[_ca, _sS],
|
|
974
|
+
[0, 1], 2
|
|
975
|
+
];
|
|
976
|
+
exports.GuardrailChecksContentFilterResultEntry$ = GuardrailChecksContentFilterResultEntry$;
|
|
977
|
+
const GuardrailChecksContentFilterUsage$ = [3, n0, _GCCFU,
|
|
978
|
+
0,
|
|
979
|
+
[_tU],
|
|
980
|
+
[1], 1
|
|
981
|
+
];
|
|
982
|
+
exports.GuardrailChecksContentFilterUsage$ = GuardrailChecksContentFilterUsage$;
|
|
983
|
+
const GuardrailChecksMessage$ = [3, n0, _GCM,
|
|
984
|
+
0,
|
|
985
|
+
[_ro, _co],
|
|
986
|
+
[0, [() => GuardrailChecksContentBlockList, 0]], 2
|
|
987
|
+
];
|
|
988
|
+
exports.GuardrailChecksMessage$ = GuardrailChecksMessage$;
|
|
989
|
+
const GuardrailChecksPromptAttackCategoryConfig$ = [3, n0, _GCPACC,
|
|
990
|
+
0,
|
|
991
|
+
[_ca],
|
|
992
|
+
[0], 1
|
|
993
|
+
];
|
|
994
|
+
exports.GuardrailChecksPromptAttackCategoryConfig$ = GuardrailChecksPromptAttackCategoryConfig$;
|
|
995
|
+
const GuardrailChecksPromptAttackConfig$ = [3, n0, _GCPAC,
|
|
996
|
+
0,
|
|
997
|
+
[_cat],
|
|
998
|
+
[() => GuardrailChecksPromptAttackCategoryConfigList], 1
|
|
999
|
+
];
|
|
1000
|
+
exports.GuardrailChecksPromptAttackConfig$ = GuardrailChecksPromptAttackConfig$;
|
|
1001
|
+
const GuardrailChecksPromptAttackResult$ = [3, n0, _GCPAR,
|
|
1002
|
+
0,
|
|
1003
|
+
[_r],
|
|
1004
|
+
[() => GuardrailChecksPromptAttackResultList], 1
|
|
1005
|
+
];
|
|
1006
|
+
exports.GuardrailChecksPromptAttackResult$ = GuardrailChecksPromptAttackResult$;
|
|
1007
|
+
const GuardrailChecksPromptAttackResultEntry$ = [3, n0, _GCPARE,
|
|
1008
|
+
0,
|
|
1009
|
+
[_ca, _sS],
|
|
1010
|
+
[0, 1], 2
|
|
1011
|
+
];
|
|
1012
|
+
exports.GuardrailChecksPromptAttackResultEntry$ = GuardrailChecksPromptAttackResultEntry$;
|
|
1013
|
+
const GuardrailChecksPromptAttackUsage$ = [3, n0, _GCPAU,
|
|
1014
|
+
0,
|
|
1015
|
+
[_tU],
|
|
1016
|
+
[1], 1
|
|
1017
|
+
];
|
|
1018
|
+
exports.GuardrailChecksPromptAttackUsage$ = GuardrailChecksPromptAttackUsage$;
|
|
1019
|
+
const GuardrailChecksResults$ = [3, n0, _GCR,
|
|
1020
|
+
0,
|
|
1021
|
+
[_cF, _pA, _sI],
|
|
1022
|
+
[() => GuardrailChecksContentFilterResult$, () => GuardrailChecksPromptAttackResult$, () => GuardrailChecksSensitiveInformationResult$]
|
|
1023
|
+
];
|
|
1024
|
+
exports.GuardrailChecksResults$ = GuardrailChecksResults$;
|
|
1025
|
+
const GuardrailChecksSensitiveInformationConfig$ = [3, n0, _GCSIC,
|
|
1026
|
+
0,
|
|
1027
|
+
[_ent],
|
|
1028
|
+
[() => GuardrailChecksSensitiveInformationEntityConfigList], 1
|
|
1029
|
+
];
|
|
1030
|
+
exports.GuardrailChecksSensitiveInformationConfig$ = GuardrailChecksSensitiveInformationConfig$;
|
|
1031
|
+
const GuardrailChecksSensitiveInformationEntityConfig$ = [3, n0, _GCSIEC,
|
|
1032
|
+
0,
|
|
1033
|
+
[_ty],
|
|
1034
|
+
[0], 1
|
|
1035
|
+
];
|
|
1036
|
+
exports.GuardrailChecksSensitiveInformationEntityConfig$ = GuardrailChecksSensitiveInformationEntityConfig$;
|
|
1037
|
+
const GuardrailChecksSensitiveInformationResult$ = [3, n0, _GCSIR,
|
|
1038
|
+
0,
|
|
1039
|
+
[_r, _tru],
|
|
1040
|
+
[() => GuardrailChecksSensitiveInformationResultList, 2], 1
|
|
1041
|
+
];
|
|
1042
|
+
exports.GuardrailChecksSensitiveInformationResult$ = GuardrailChecksSensitiveInformationResult$;
|
|
1043
|
+
const GuardrailChecksSensitiveInformationResultEntry$ = [3, n0, _GCSIRE,
|
|
1044
|
+
0,
|
|
1045
|
+
[_ty, _cS, _bOe, _eO, _mIe, _cI],
|
|
1046
|
+
[0, 1, 1, 1, 1, 1], 6
|
|
1047
|
+
];
|
|
1048
|
+
exports.GuardrailChecksSensitiveInformationResultEntry$ = GuardrailChecksSensitiveInformationResultEntry$;
|
|
1049
|
+
const GuardrailChecksSensitiveInformationUsage$ = [3, n0, _GCSIU,
|
|
1050
|
+
0,
|
|
1051
|
+
[_tU],
|
|
1052
|
+
[1], 1
|
|
1053
|
+
];
|
|
1054
|
+
exports.GuardrailChecksSensitiveInformationUsage$ = GuardrailChecksSensitiveInformationUsage$;
|
|
1055
|
+
const GuardrailChecksUsageResults$ = [3, n0, _GCUR,
|
|
1056
|
+
0,
|
|
1057
|
+
[_cF, _pA, _sI],
|
|
1058
|
+
[() => GuardrailChecksContentFilterUsage$, () => GuardrailChecksPromptAttackUsage$, () => GuardrailChecksSensitiveInformationUsage$]
|
|
1059
|
+
];
|
|
1060
|
+
exports.GuardrailChecksUsageResults$ = GuardrailChecksUsageResults$;
|
|
1061
|
+
const GuardrailConfiguration$ = [3, n0, _GC,
|
|
837
1062
|
0,
|
|
838
1063
|
[_gIu, _gV, _tr],
|
|
839
1064
|
[0, 0, 0]
|
|
840
1065
|
];
|
|
841
|
-
exports.
|
|
1066
|
+
exports.GuardrailConfiguration$ = GuardrailConfiguration$;
|
|
1067
|
+
const GuardrailContentFilter$ = [3, n0, _GCF,
|
|
842
1068
|
0,
|
|
843
1069
|
[_ty, _conf, _a, _fS, _de],
|
|
844
1070
|
[0, 0, 0, 0, 2], 3
|
|
845
1071
|
];
|
|
846
|
-
exports.
|
|
1072
|
+
exports.GuardrailContentFilter$ = GuardrailContentFilter$;
|
|
1073
|
+
const GuardrailContentPolicyAssessment$ = [3, n0, _GCPA,
|
|
847
1074
|
0,
|
|
848
1075
|
[_fil],
|
|
849
1076
|
[() => GuardrailContentFilterList], 1
|
|
850
1077
|
];
|
|
851
|
-
exports.
|
|
1078
|
+
exports.GuardrailContentPolicyAssessment$ = GuardrailContentPolicyAssessment$;
|
|
1079
|
+
const GuardrailContextualGroundingFilter$ = [3, n0, _GCGF,
|
|
852
1080
|
0,
|
|
853
1081
|
[_ty, _th, _sc, _a, _de],
|
|
854
1082
|
[0, 1, 1, 0, 2], 4
|
|
855
1083
|
];
|
|
856
|
-
exports.
|
|
1084
|
+
exports.GuardrailContextualGroundingFilter$ = GuardrailContextualGroundingFilter$;
|
|
1085
|
+
const GuardrailContextualGroundingPolicyAssessment$ = [3, n0, _GCGPA,
|
|
857
1086
|
0,
|
|
858
1087
|
[_fil],
|
|
859
1088
|
[() => GuardrailContextualGroundingFilters]
|
|
860
1089
|
];
|
|
861
|
-
exports.
|
|
1090
|
+
exports.GuardrailContextualGroundingPolicyAssessment$ = GuardrailContextualGroundingPolicyAssessment$;
|
|
1091
|
+
const GuardrailConverseImageBlock$ = [3, n0, _GCIB,
|
|
862
1092
|
8,
|
|
863
1093
|
[_f, _so],
|
|
864
|
-
[0, [() =>
|
|
1094
|
+
[0, [() => GuardrailConverseImageSource$, 0]], 2
|
|
865
1095
|
];
|
|
866
|
-
exports.
|
|
1096
|
+
exports.GuardrailConverseImageBlock$ = GuardrailConverseImageBlock$;
|
|
1097
|
+
const GuardrailConverseTextBlock$ = [3, n0, _GCTB,
|
|
867
1098
|
0,
|
|
868
1099
|
[_te, _q],
|
|
869
1100
|
[0, 64 | 0], 1
|
|
870
1101
|
];
|
|
871
|
-
exports.
|
|
1102
|
+
exports.GuardrailConverseTextBlock$ = GuardrailConverseTextBlock$;
|
|
1103
|
+
const GuardrailCoverage$ = [3, n0, _GCu,
|
|
872
1104
|
0,
|
|
873
1105
|
[_tCe, _im],
|
|
874
|
-
[() =>
|
|
1106
|
+
[() => GuardrailTextCharactersCoverage$, () => GuardrailImageCoverage$]
|
|
875
1107
|
];
|
|
876
|
-
exports.
|
|
1108
|
+
exports.GuardrailCoverage$ = GuardrailCoverage$;
|
|
1109
|
+
const GuardrailCustomWord$ = [3, n0, _GCW,
|
|
877
1110
|
0,
|
|
878
1111
|
[_ma, _a, _de],
|
|
879
1112
|
[0, 0, 2], 2
|
|
880
1113
|
];
|
|
881
|
-
exports.
|
|
1114
|
+
exports.GuardrailCustomWord$ = GuardrailCustomWord$;
|
|
1115
|
+
const GuardrailImageBlock$ = [3, n0, _GIB,
|
|
882
1116
|
8,
|
|
883
1117
|
[_f, _so],
|
|
884
|
-
[0, [() =>
|
|
1118
|
+
[0, [() => GuardrailImageSource$, 0]], 2
|
|
885
1119
|
];
|
|
886
|
-
exports.
|
|
1120
|
+
exports.GuardrailImageBlock$ = GuardrailImageBlock$;
|
|
1121
|
+
const GuardrailImageCoverage$ = [3, n0, _GIC,
|
|
887
1122
|
0,
|
|
888
1123
|
[_gu, _to],
|
|
889
1124
|
[1, 1]
|
|
890
1125
|
];
|
|
891
|
-
exports.
|
|
1126
|
+
exports.GuardrailImageCoverage$ = GuardrailImageCoverage$;
|
|
1127
|
+
const GuardrailInvocationMetrics$ = [3, n0, _GIM,
|
|
892
1128
|
0,
|
|
893
1129
|
[_gPL, _u, _gC],
|
|
894
|
-
[1, () =>
|
|
1130
|
+
[1, () => GuardrailUsage$, () => GuardrailCoverage$]
|
|
895
1131
|
];
|
|
896
|
-
exports.
|
|
1132
|
+
exports.GuardrailInvocationMetrics$ = GuardrailInvocationMetrics$;
|
|
1133
|
+
const GuardrailManagedWord$ = [3, n0, _GMW,
|
|
897
1134
|
0,
|
|
898
1135
|
[_ma, _ty, _a, _de],
|
|
899
1136
|
[0, 0, 0, 2], 3
|
|
900
1137
|
];
|
|
901
|
-
exports.
|
|
1138
|
+
exports.GuardrailManagedWord$ = GuardrailManagedWord$;
|
|
1139
|
+
const GuardrailOutputContent$ = [3, n0, _GOC,
|
|
902
1140
|
0,
|
|
903
1141
|
[_te],
|
|
904
1142
|
[0]
|
|
905
1143
|
];
|
|
906
|
-
exports.
|
|
1144
|
+
exports.GuardrailOutputContent$ = GuardrailOutputContent$;
|
|
1145
|
+
const GuardrailPiiEntityFilter$ = [3, n0, _GPEF,
|
|
907
1146
|
0,
|
|
908
1147
|
[_ma, _ty, _a, _de],
|
|
909
1148
|
[0, 0, 0, 2], 3
|
|
910
1149
|
];
|
|
911
|
-
exports.
|
|
1150
|
+
exports.GuardrailPiiEntityFilter$ = GuardrailPiiEntityFilter$;
|
|
1151
|
+
const GuardrailRegexFilter$ = [3, n0, _GRF,
|
|
912
1152
|
0,
|
|
913
|
-
[_a, _n, _ma,
|
|
1153
|
+
[_a, _n, _ma, _re, _de],
|
|
914
1154
|
[0, 0, 0, 0, 2], 1
|
|
915
1155
|
];
|
|
916
|
-
exports.
|
|
1156
|
+
exports.GuardrailRegexFilter$ = GuardrailRegexFilter$;
|
|
1157
|
+
const GuardrailSensitiveInformationPolicyAssessment$ = [3, n0, _GSIPA,
|
|
917
1158
|
0,
|
|
918
|
-
[_pE,
|
|
1159
|
+
[_pE, _reg],
|
|
919
1160
|
[() => GuardrailPiiEntityFilterList, () => GuardrailRegexFilterList], 2
|
|
920
1161
|
];
|
|
921
|
-
exports.
|
|
1162
|
+
exports.GuardrailSensitiveInformationPolicyAssessment$ = GuardrailSensitiveInformationPolicyAssessment$;
|
|
1163
|
+
const GuardrailStreamConfiguration$ = [3, n0, _GSC,
|
|
922
1164
|
0,
|
|
923
1165
|
[_gIu, _gV, _tr, _sPM],
|
|
924
1166
|
[0, 0, 0, 0]
|
|
925
1167
|
];
|
|
926
|
-
exports.
|
|
1168
|
+
exports.GuardrailStreamConfiguration$ = GuardrailStreamConfiguration$;
|
|
1169
|
+
const GuardrailTextBlock$ = [3, n0, _GTB,
|
|
927
1170
|
0,
|
|
928
1171
|
[_te, _q],
|
|
929
1172
|
[0, 64 | 0], 1
|
|
930
1173
|
];
|
|
931
|
-
exports.
|
|
1174
|
+
exports.GuardrailTextBlock$ = GuardrailTextBlock$;
|
|
1175
|
+
const GuardrailTextCharactersCoverage$ = [3, n0, _GTCC,
|
|
932
1176
|
0,
|
|
933
1177
|
[_gu, _to],
|
|
934
1178
|
[1, 1]
|
|
935
1179
|
];
|
|
936
|
-
exports.
|
|
1180
|
+
exports.GuardrailTextCharactersCoverage$ = GuardrailTextCharactersCoverage$;
|
|
1181
|
+
const GuardrailTopic$ = [3, n0, _GT,
|
|
937
1182
|
0,
|
|
938
1183
|
[_n, _ty, _a, _de],
|
|
939
1184
|
[0, 0, 0, 2], 3
|
|
940
1185
|
];
|
|
941
|
-
exports.
|
|
1186
|
+
exports.GuardrailTopic$ = GuardrailTopic$;
|
|
1187
|
+
const GuardrailTopicPolicyAssessment$ = [3, n0, _GTPA,
|
|
942
1188
|
0,
|
|
943
1189
|
[_top],
|
|
944
1190
|
[() => GuardrailTopicList], 1
|
|
945
1191
|
];
|
|
946
|
-
exports.
|
|
1192
|
+
exports.GuardrailTopicPolicyAssessment$ = GuardrailTopicPolicyAssessment$;
|
|
1193
|
+
const GuardrailTraceAssessment$ = [3, n0, _GTA,
|
|
947
1194
|
0,
|
|
948
1195
|
[_mO, _iAn, _oA, _aR],
|
|
949
1196
|
[64 | 0, [() => GuardrailAssessmentMap, 0], [() => GuardrailAssessmentListMap, 0], 0]
|
|
950
1197
|
];
|
|
951
|
-
exports.
|
|
1198
|
+
exports.GuardrailTraceAssessment$ = GuardrailTraceAssessment$;
|
|
1199
|
+
const GuardrailUsage$ = [3, n0, _GU,
|
|
952
1200
|
0,
|
|
953
1201
|
[_tPU, _cPU, _wPU, _sIPU, _sIPFU, _cGPU, _cPIU, _aRPU, _aRPu],
|
|
954
1202
|
[1, 1, 1, 1, 1, 1, 1, 1, 1], 6
|
|
955
1203
|
];
|
|
956
|
-
exports.
|
|
1204
|
+
exports.GuardrailUsage$ = GuardrailUsage$;
|
|
1205
|
+
const GuardrailWordPolicyAssessment$ = [3, n0, _GWPA,
|
|
957
1206
|
0,
|
|
958
1207
|
[_cW, _mWL],
|
|
959
1208
|
[() => GuardrailCustomWordList, () => GuardrailManagedWordList], 2
|
|
960
1209
|
];
|
|
961
|
-
exports.
|
|
1210
|
+
exports.GuardrailWordPolicyAssessment$ = GuardrailWordPolicyAssessment$;
|
|
1211
|
+
const ImageBlock$ = [3, n0, _IB,
|
|
962
1212
|
0,
|
|
963
1213
|
[_f, _so, _e],
|
|
964
|
-
[0, [() =>
|
|
1214
|
+
[0, [() => ImageSource$, 0], [() => ErrorBlock$, 0]], 2
|
|
965
1215
|
];
|
|
966
|
-
exports.
|
|
1216
|
+
exports.ImageBlock$ = ImageBlock$;
|
|
1217
|
+
const ImageBlockDelta$ = [3, n0, _IBD,
|
|
967
1218
|
0,
|
|
968
1219
|
[_so, _e],
|
|
969
|
-
[[() =>
|
|
1220
|
+
[[() => ImageSource$, 0], [() => ErrorBlock$, 0]]
|
|
970
1221
|
];
|
|
971
|
-
exports.
|
|
1222
|
+
exports.ImageBlockDelta$ = ImageBlockDelta$;
|
|
1223
|
+
const ImageBlockStart$ = [3, n0, _IBS,
|
|
972
1224
|
0,
|
|
973
1225
|
[_f],
|
|
974
1226
|
[0], 1
|
|
975
1227
|
];
|
|
976
|
-
exports.
|
|
1228
|
+
exports.ImageBlockStart$ = ImageBlockStart$;
|
|
1229
|
+
const InferenceConfiguration$ = [3, n0, _IC,
|
|
977
1230
|
0,
|
|
978
|
-
[_mT, _tem, _tPo,
|
|
1231
|
+
[_mT, _tem, _tPo, _sSt],
|
|
979
1232
|
[1, 1, 1, 64 | 0]
|
|
980
1233
|
];
|
|
981
|
-
exports.
|
|
1234
|
+
exports.InferenceConfiguration$ = InferenceConfiguration$;
|
|
1235
|
+
const InvokeGuardrailChecksRequest$ = [3, n0, _IGCR,
|
|
1236
|
+
0,
|
|
1237
|
+
[_me, _ch],
|
|
1238
|
+
[[() => GuardrailChecksMessageList, 0], () => GuardrailChecksConfig$], 2
|
|
1239
|
+
];
|
|
1240
|
+
exports.InvokeGuardrailChecksRequest$ = InvokeGuardrailChecksRequest$;
|
|
1241
|
+
const InvokeGuardrailChecksResponse$ = [3, n0, _IGCRn,
|
|
1242
|
+
0,
|
|
1243
|
+
[_r, _u],
|
|
1244
|
+
[() => GuardrailChecksResults$, () => GuardrailChecksUsageResults$], 2
|
|
1245
|
+
];
|
|
1246
|
+
exports.InvokeGuardrailChecksResponse$ = InvokeGuardrailChecksResponse$;
|
|
1247
|
+
const InvokeModelRequest$ = [3, n0, _IMR,
|
|
982
1248
|
0,
|
|
983
1249
|
[_mI, _bo, _cT, _ac, _tr, _gIu, _gV, _pCL, _sTe, _rM],
|
|
984
1250
|
[[0, 1], [() => Body, 16], [0, { [_hH]: _CT_ }], [0, { [_hH]: _A }], [0, { [_hH]: _XABT }], [0, { [_hH]: _XABG }], [0, { [_hH]: _XABG_ }], [0, { [_hH]: _XABPL }], [0, { [_hH]: _XABST }], [() => RequestMetadataJson, { [_hH]: _XABRM }]], 1
|
|
985
1251
|
];
|
|
986
|
-
exports.
|
|
1252
|
+
exports.InvokeModelRequest$ = InvokeModelRequest$;
|
|
1253
|
+
const InvokeModelResponse$ = [3, n0, _IMRn,
|
|
987
1254
|
0,
|
|
988
1255
|
[_bo, _cT, _pCL, _sTe],
|
|
989
1256
|
[[() => Body, 16], [0, { [_hH]: _CT_ }], [0, { [_hH]: _XABPL }], [0, { [_hH]: _XABST }]], 2
|
|
990
1257
|
];
|
|
991
|
-
exports.
|
|
1258
|
+
exports.InvokeModelResponse$ = InvokeModelResponse$;
|
|
1259
|
+
const InvokeModelTokensRequest$ = [3, n0, _IMTR,
|
|
992
1260
|
0,
|
|
993
1261
|
[_bo],
|
|
994
1262
|
[[() => Body, 0]], 1
|
|
995
1263
|
];
|
|
996
|
-
exports.
|
|
1264
|
+
exports.InvokeModelTokensRequest$ = InvokeModelTokensRequest$;
|
|
1265
|
+
const InvokeModelWithBidirectionalStreamRequest$ = [3, n0, _IMWBSR,
|
|
997
1266
|
0,
|
|
998
1267
|
[_mI, _bo],
|
|
999
|
-
[[0, 1], [() =>
|
|
1268
|
+
[[0, 1], [() => InvokeModelWithBidirectionalStreamInput$, 16]], 2
|
|
1000
1269
|
];
|
|
1001
|
-
exports.
|
|
1270
|
+
exports.InvokeModelWithBidirectionalStreamRequest$ = InvokeModelWithBidirectionalStreamRequest$;
|
|
1271
|
+
const InvokeModelWithBidirectionalStreamResponse$ = [3, n0, _IMWBSRn,
|
|
1002
1272
|
0,
|
|
1003
1273
|
[_bo],
|
|
1004
|
-
[[() =>
|
|
1274
|
+
[[() => InvokeModelWithBidirectionalStreamOutput$, 16]], 1
|
|
1005
1275
|
];
|
|
1006
|
-
exports.
|
|
1276
|
+
exports.InvokeModelWithBidirectionalStreamResponse$ = InvokeModelWithBidirectionalStreamResponse$;
|
|
1277
|
+
const InvokeModelWithResponseStreamRequest$ = [3, n0, _IMWRSR,
|
|
1007
1278
|
0,
|
|
1008
1279
|
[_mI, _bo, _cT, _ac, _tr, _gIu, _gV, _pCL, _sTe, _rM],
|
|
1009
1280
|
[[0, 1], [() => Body, 16], [0, { [_hH]: _CT_ }], [0, { [_hH]: _XABA }], [0, { [_hH]: _XABT }], [0, { [_hH]: _XABG }], [0, { [_hH]: _XABG_ }], [0, { [_hH]: _XABPL }], [0, { [_hH]: _XABST }], [() => RequestMetadataJson, { [_hH]: _XABRM }]], 1
|
|
1010
1281
|
];
|
|
1011
|
-
exports.
|
|
1282
|
+
exports.InvokeModelWithResponseStreamRequest$ = InvokeModelWithResponseStreamRequest$;
|
|
1283
|
+
const InvokeModelWithResponseStreamResponse$ = [3, n0, _IMWRSRn,
|
|
1012
1284
|
0,
|
|
1013
1285
|
[_bo, _cT, _pCL, _sTe],
|
|
1014
|
-
[[() =>
|
|
1286
|
+
[[() => ResponseStream$, 16], [0, { [_hH]: _XABCT }], [0, { [_hH]: _XABPL }], [0, { [_hH]: _XABST }]], 2
|
|
1015
1287
|
];
|
|
1016
|
-
exports.
|
|
1288
|
+
exports.InvokeModelWithResponseStreamResponse$ = InvokeModelWithResponseStreamResponse$;
|
|
1289
|
+
const JsonSchemaDefinition$ = [3, n0, _JSD,
|
|
1017
1290
|
0,
|
|
1018
1291
|
[_sch, _n, _des],
|
|
1019
1292
|
[0, 0, 0], 1
|
|
1020
1293
|
];
|
|
1021
|
-
exports.
|
|
1294
|
+
exports.JsonSchemaDefinition$ = JsonSchemaDefinition$;
|
|
1295
|
+
const ListAsyncInvokesRequest$ = [3, n0, _LAIR,
|
|
1022
1296
|
0,
|
|
1023
1297
|
[_sTA, _sTB, _sE, _mR, _nT, _sB, _sO],
|
|
1024
1298
|
[[5, { [_hQ]: _sTA }], [5, { [_hQ]: _sTB }], [0, { [_hQ]: _sE }], [1, { [_hQ]: _mR }], [0, { [_hQ]: _nT }], [0, { [_hQ]: _sB }], [0, { [_hQ]: _sO }]]
|
|
1025
1299
|
];
|
|
1026
|
-
exports.
|
|
1300
|
+
exports.ListAsyncInvokesRequest$ = ListAsyncInvokesRequest$;
|
|
1301
|
+
const ListAsyncInvokesResponse$ = [3, n0, _LAIRi,
|
|
1027
1302
|
0,
|
|
1028
1303
|
[_nT, _aIS],
|
|
1029
1304
|
[0, [() => AsyncInvokeSummaries, 0]]
|
|
1030
1305
|
];
|
|
1031
|
-
exports.
|
|
1306
|
+
exports.ListAsyncInvokesResponse$ = ListAsyncInvokesResponse$;
|
|
1307
|
+
const Message$ = [3, n0, _M,
|
|
1032
1308
|
0,
|
|
1033
1309
|
[_ro, _co],
|
|
1034
1310
|
[0, [() => ContentBlocks, 0]], 2
|
|
1035
1311
|
];
|
|
1036
|
-
exports.
|
|
1312
|
+
exports.Message$ = Message$;
|
|
1313
|
+
const MessageStartEvent$ = [3, n0, _MSE,
|
|
1037
1314
|
0,
|
|
1038
1315
|
[_ro],
|
|
1039
1316
|
[0], 1
|
|
1040
1317
|
];
|
|
1041
|
-
exports.
|
|
1318
|
+
exports.MessageStartEvent$ = MessageStartEvent$;
|
|
1319
|
+
const MessageStopEvent$ = [3, n0, _MSEe,
|
|
1042
1320
|
0,
|
|
1043
1321
|
[_sR, _aMRFd],
|
|
1044
1322
|
[0, 15], 1
|
|
1045
1323
|
];
|
|
1046
|
-
exports.
|
|
1324
|
+
exports.MessageStopEvent$ = MessageStopEvent$;
|
|
1325
|
+
const OutputConfig$ = [3, n0, _OC,
|
|
1047
1326
|
0,
|
|
1048
1327
|
[_tF],
|
|
1049
|
-
[[() =>
|
|
1328
|
+
[[() => OutputFormat$, 0]]
|
|
1050
1329
|
];
|
|
1051
|
-
exports.
|
|
1330
|
+
exports.OutputConfig$ = OutputConfig$;
|
|
1331
|
+
const OutputFormat$ = [3, n0, _OF,
|
|
1052
1332
|
0,
|
|
1053
1333
|
[_ty, _stru],
|
|
1054
|
-
[0, [() =>
|
|
1334
|
+
[0, [() => OutputFormatStructure$, 0]], 2
|
|
1055
1335
|
];
|
|
1056
|
-
exports.
|
|
1336
|
+
exports.OutputFormat$ = OutputFormat$;
|
|
1337
|
+
const PayloadPart$ = [3, n0, _PP,
|
|
1057
1338
|
8,
|
|
1058
1339
|
[_b],
|
|
1059
1340
|
[[() => PartBody, 0]]
|
|
1060
1341
|
];
|
|
1061
|
-
exports.
|
|
1342
|
+
exports.PayloadPart$ = PayloadPart$;
|
|
1343
|
+
const PerformanceConfiguration$ = [3, n0, _PC,
|
|
1062
1344
|
0,
|
|
1063
1345
|
[_la],
|
|
1064
1346
|
[0]
|
|
1065
1347
|
];
|
|
1066
|
-
exports.
|
|
1348
|
+
exports.PerformanceConfiguration$ = PerformanceConfiguration$;
|
|
1349
|
+
const PromptRouterTrace$ = [3, n0, _PRT,
|
|
1067
1350
|
0,
|
|
1068
1351
|
[_iMI],
|
|
1069
1352
|
[0]
|
|
1070
1353
|
];
|
|
1071
|
-
exports.
|
|
1354
|
+
exports.PromptRouterTrace$ = PromptRouterTrace$;
|
|
1355
|
+
const ReasoningTextBlock$ = [3, n0, _RTB,
|
|
1072
1356
|
8,
|
|
1073
1357
|
[_te, _si],
|
|
1074
1358
|
[0, 0], 1
|
|
1075
1359
|
];
|
|
1076
|
-
exports.
|
|
1360
|
+
exports.ReasoningTextBlock$ = ReasoningTextBlock$;
|
|
1361
|
+
const S3Location$ = [3, n0, _SL,
|
|
1077
1362
|
0,
|
|
1078
1363
|
[_ur, _bO],
|
|
1079
1364
|
[0, 0], 1
|
|
1080
1365
|
];
|
|
1081
|
-
exports.
|
|
1366
|
+
exports.S3Location$ = S3Location$;
|
|
1367
|
+
const SearchResultBlock$ = [3, n0, _SRB,
|
|
1082
1368
|
0,
|
|
1083
1369
|
[_so, _ti, _co, _ci],
|
|
1084
|
-
[0, 0, () => SearchResultContentBlocks, () =>
|
|
1370
|
+
[0, 0, () => SearchResultContentBlocks, () => CitationsConfig$], 3
|
|
1085
1371
|
];
|
|
1086
|
-
exports.
|
|
1372
|
+
exports.SearchResultBlock$ = SearchResultBlock$;
|
|
1373
|
+
const SearchResultContentBlock$ = [3, n0, _SRCB,
|
|
1087
1374
|
0,
|
|
1088
1375
|
[_te],
|
|
1089
1376
|
[0], 1
|
|
1090
1377
|
];
|
|
1091
|
-
exports.
|
|
1378
|
+
exports.SearchResultContentBlock$ = SearchResultContentBlock$;
|
|
1379
|
+
const SearchResultLocation$ = [3, n0, _SRL,
|
|
1092
1380
|
0,
|
|
1093
1381
|
[_sRI, _sta, _end],
|
|
1094
1382
|
[1, 1, 1]
|
|
1095
1383
|
];
|
|
1096
|
-
exports.
|
|
1384
|
+
exports.SearchResultLocation$ = SearchResultLocation$;
|
|
1385
|
+
const ServiceTier$ = [3, n0, _ST,
|
|
1097
1386
|
0,
|
|
1098
1387
|
[_ty],
|
|
1099
1388
|
[0], 1
|
|
1100
1389
|
];
|
|
1101
|
-
exports.
|
|
1390
|
+
exports.ServiceTier$ = ServiceTier$;
|
|
1391
|
+
const SpecificToolChoice$ = [3, n0, _STC,
|
|
1102
1392
|
0,
|
|
1103
1393
|
[_n],
|
|
1104
1394
|
[0], 1
|
|
1105
1395
|
];
|
|
1106
|
-
exports.
|
|
1396
|
+
exports.SpecificToolChoice$ = SpecificToolChoice$;
|
|
1397
|
+
const StartAsyncInvokeRequest$ = [3, n0, _SAIR,
|
|
1107
1398
|
0,
|
|
1108
1399
|
[_mI, _mIo, _oDC, _cRT, _ta],
|
|
1109
|
-
[0, [() => ModelInputPayload, 0], () =>
|
|
1400
|
+
[0, [() => ModelInputPayload, 0], () => AsyncInvokeOutputDataConfig$, [0, 4], () => TagList], 3
|
|
1110
1401
|
];
|
|
1111
|
-
exports.
|
|
1402
|
+
exports.StartAsyncInvokeRequest$ = StartAsyncInvokeRequest$;
|
|
1403
|
+
const StartAsyncInvokeResponse$ = [3, n0, _SAIRt,
|
|
1112
1404
|
0,
|
|
1113
1405
|
[_iA],
|
|
1114
1406
|
[0], 1
|
|
1115
1407
|
];
|
|
1116
|
-
exports.
|
|
1408
|
+
exports.StartAsyncInvokeResponse$ = StartAsyncInvokeResponse$;
|
|
1409
|
+
const SystemTool$ = [3, n0, _STy,
|
|
1117
1410
|
0,
|
|
1118
1411
|
[_n],
|
|
1119
1412
|
[0], 1
|
|
1120
1413
|
];
|
|
1121
|
-
exports.
|
|
1414
|
+
exports.SystemTool$ = SystemTool$;
|
|
1415
|
+
const Tag$ = [3, n0, _T,
|
|
1122
1416
|
0,
|
|
1123
1417
|
[_k, _v],
|
|
1124
1418
|
[0, 0], 2
|
|
1125
1419
|
];
|
|
1126
|
-
exports.
|
|
1420
|
+
exports.Tag$ = Tag$;
|
|
1421
|
+
const TokenUsage$ = [3, n0, _TU,
|
|
1127
1422
|
0,
|
|
1128
1423
|
[_iT, _oT, _tT, _cRIT, _cWIT, _cD],
|
|
1129
1424
|
[1, 1, 1, 1, 1, () => CacheDetailsList], 3
|
|
1130
1425
|
];
|
|
1131
|
-
exports.
|
|
1426
|
+
exports.TokenUsage$ = TokenUsage$;
|
|
1427
|
+
const ToolConfiguration$ = [3, n0, _TC,
|
|
1132
1428
|
0,
|
|
1133
1429
|
[_too, _tCo],
|
|
1134
|
-
[() => Tools, () =>
|
|
1430
|
+
[() => Tools, () => ToolChoice$], 1
|
|
1135
1431
|
];
|
|
1136
|
-
exports.
|
|
1432
|
+
exports.ToolConfiguration$ = ToolConfiguration$;
|
|
1433
|
+
const ToolResultBlock$ = [3, n0, _TRB,
|
|
1137
1434
|
0,
|
|
1138
1435
|
[_tUI, _co, _st, _ty],
|
|
1139
1436
|
[0, [() => ToolResultContentBlocks, 0], 0, 0], 2
|
|
1140
1437
|
];
|
|
1141
|
-
exports.
|
|
1438
|
+
exports.ToolResultBlock$ = ToolResultBlock$;
|
|
1439
|
+
const ToolResultBlockStart$ = [3, n0, _TRBS,
|
|
1142
1440
|
0,
|
|
1143
1441
|
[_tUI, _ty, _st],
|
|
1144
1442
|
[0, 0, 0], 1
|
|
1145
1443
|
];
|
|
1146
|
-
exports.
|
|
1444
|
+
exports.ToolResultBlockStart$ = ToolResultBlockStart$;
|
|
1445
|
+
const ToolSpecification$ = [3, n0, _TS,
|
|
1147
1446
|
0,
|
|
1148
1447
|
[_n, _iS, _des, _stri],
|
|
1149
|
-
[0, () =>
|
|
1448
|
+
[0, () => ToolInputSchema$, 0, 2], 2
|
|
1150
1449
|
];
|
|
1151
|
-
exports.
|
|
1450
|
+
exports.ToolSpecification$ = ToolSpecification$;
|
|
1451
|
+
const ToolUseBlock$ = [3, n0, _TUB,
|
|
1152
1452
|
0,
|
|
1153
1453
|
[_tUI, _n, _i, _ty],
|
|
1154
1454
|
[0, 0, 15, 0], 3
|
|
1155
1455
|
];
|
|
1156
|
-
exports.
|
|
1456
|
+
exports.ToolUseBlock$ = ToolUseBlock$;
|
|
1457
|
+
const ToolUseBlockDelta$ = [3, n0, _TUBD,
|
|
1157
1458
|
0,
|
|
1158
1459
|
[_i],
|
|
1159
1460
|
[0], 1
|
|
1160
1461
|
];
|
|
1161
|
-
exports.
|
|
1462
|
+
exports.ToolUseBlockDelta$ = ToolUseBlockDelta$;
|
|
1463
|
+
const ToolUseBlockStart$ = [3, n0, _TUBS,
|
|
1162
1464
|
0,
|
|
1163
1465
|
[_tUI, _n, _ty],
|
|
1164
1466
|
[0, 0, 0], 2
|
|
1165
1467
|
];
|
|
1166
|
-
exports.
|
|
1468
|
+
exports.ToolUseBlockStart$ = ToolUseBlockStart$;
|
|
1469
|
+
const VideoBlock$ = [3, n0, _VB,
|
|
1167
1470
|
0,
|
|
1168
1471
|
[_f, _so],
|
|
1169
|
-
[0, () =>
|
|
1472
|
+
[0, () => VideoSource$], 2
|
|
1170
1473
|
];
|
|
1171
|
-
exports.
|
|
1474
|
+
exports.VideoBlock$ = VideoBlock$;
|
|
1475
|
+
const WebLocation$ = [3, n0, _WL,
|
|
1172
1476
|
0,
|
|
1173
1477
|
[_url, _do],
|
|
1174
1478
|
[0, 0]
|
|
1175
1479
|
];
|
|
1480
|
+
exports.WebLocation$ = WebLocation$;
|
|
1176
1481
|
var AdditionalModelResponseFieldPaths = 64 | 0;
|
|
1177
1482
|
var AsyncInvokeSummaries = [1, n0, _AISs,
|
|
1178
|
-
0, [() =>
|
|
1483
|
+
0, [() => AsyncInvokeSummary$,
|
|
1179
1484
|
0]
|
|
1180
1485
|
];
|
|
1181
1486
|
var CacheDetailsList = [1, n0, _CDL,
|
|
1182
|
-
0, () =>
|
|
1487
|
+
0, () => CacheDetail$
|
|
1183
1488
|
];
|
|
1184
1489
|
var CitationGeneratedContentList = [1, n0, _CGCL,
|
|
1185
|
-
0, () =>
|
|
1490
|
+
0, () => CitationGeneratedContent$
|
|
1186
1491
|
];
|
|
1187
1492
|
var Citations = [1, n0, _Ci,
|
|
1188
|
-
0, () =>
|
|
1493
|
+
0, () => Citation$
|
|
1189
1494
|
];
|
|
1190
1495
|
var CitationSourceContentList = [1, n0, _CSCL,
|
|
1191
|
-
0, () =>
|
|
1496
|
+
0, () => CitationSourceContent$
|
|
1192
1497
|
];
|
|
1193
1498
|
var CitationSourceContentListDelta = [1, n0, _CSCLD,
|
|
1194
|
-
0, () =>
|
|
1499
|
+
0, () => CitationSourceContentDelta$
|
|
1195
1500
|
];
|
|
1196
1501
|
var ContentBlocks = [1, n0, _CB,
|
|
1197
|
-
0, [() =>
|
|
1502
|
+
0, [() => ContentBlock$,
|
|
1198
1503
|
0]
|
|
1199
1504
|
];
|
|
1200
1505
|
var DocumentContentBlocks = [1, n0, _DCB,
|
|
1201
|
-
0, () =>
|
|
1506
|
+
0, () => DocumentContentBlock$
|
|
1202
1507
|
];
|
|
1203
1508
|
var GuardrailAssessmentList = [1, n0, _GAL,
|
|
1204
|
-
0, [() =>
|
|
1509
|
+
0, [() => GuardrailAssessment$,
|
|
1205
1510
|
0]
|
|
1206
1511
|
];
|
|
1207
1512
|
var GuardrailAutomatedReasoningDifferenceScenarioList = [1, n0, _GARDSL,
|
|
1208
|
-
0, [() =>
|
|
1513
|
+
0, [() => GuardrailAutomatedReasoningScenario$,
|
|
1209
1514
|
0]
|
|
1210
1515
|
];
|
|
1211
1516
|
var GuardrailAutomatedReasoningFindingList = [1, n0, _GARFL,
|
|
1212
|
-
0, [() =>
|
|
1517
|
+
0, [() => GuardrailAutomatedReasoningFinding$,
|
|
1213
1518
|
0]
|
|
1214
1519
|
];
|
|
1215
1520
|
var GuardrailAutomatedReasoningInputTextReferenceList = [1, n0, _GARITRL,
|
|
1216
|
-
0, [() =>
|
|
1521
|
+
0, [() => GuardrailAutomatedReasoningInputTextReference$,
|
|
1217
1522
|
0]
|
|
1218
1523
|
];
|
|
1219
1524
|
var GuardrailAutomatedReasoningRuleList = [1, n0, _GARRL,
|
|
1220
|
-
0, () =>
|
|
1525
|
+
0, () => GuardrailAutomatedReasoningRule$
|
|
1221
1526
|
];
|
|
1222
1527
|
var GuardrailAutomatedReasoningStatementList = [1, n0, _GARSL,
|
|
1223
|
-
0, [() =>
|
|
1528
|
+
0, [() => GuardrailAutomatedReasoningStatement$,
|
|
1224
1529
|
0]
|
|
1225
1530
|
];
|
|
1226
1531
|
var GuardrailAutomatedReasoningTranslationList = [1, n0, _GARTL,
|
|
1227
|
-
0, [() =>
|
|
1532
|
+
0, [() => GuardrailAutomatedReasoningTranslation$,
|
|
1228
1533
|
0]
|
|
1229
1534
|
];
|
|
1230
1535
|
var GuardrailAutomatedReasoningTranslationOptionList = [1, n0, _GARTOL,
|
|
1231
|
-
0, [() =>
|
|
1536
|
+
0, [() => GuardrailAutomatedReasoningTranslationOption$,
|
|
1537
|
+
0]
|
|
1538
|
+
];
|
|
1539
|
+
var GuardrailChecksContentBlockList = [1, n0, _GCCBL,
|
|
1540
|
+
0, [() => GuardrailChecksContentBlock$,
|
|
1541
|
+
0]
|
|
1542
|
+
];
|
|
1543
|
+
var GuardrailChecksContentFilterCategoryConfigList = [1, n0, _GCCFCCL,
|
|
1544
|
+
0, () => GuardrailChecksContentFilterCategoryConfig$
|
|
1545
|
+
];
|
|
1546
|
+
var GuardrailChecksContentFilterResultList = [1, n0, _GCCFRL,
|
|
1547
|
+
0, () => GuardrailChecksContentFilterResultEntry$
|
|
1548
|
+
];
|
|
1549
|
+
var GuardrailChecksMessageList = [1, n0, _GCML,
|
|
1550
|
+
0, [() => GuardrailChecksMessage$,
|
|
1232
1551
|
0]
|
|
1233
1552
|
];
|
|
1553
|
+
var GuardrailChecksPromptAttackCategoryConfigList = [1, n0, _GCPACCL,
|
|
1554
|
+
0, () => GuardrailChecksPromptAttackCategoryConfig$
|
|
1555
|
+
];
|
|
1556
|
+
var GuardrailChecksPromptAttackResultList = [1, n0, _GCPARL,
|
|
1557
|
+
0, () => GuardrailChecksPromptAttackResultEntry$
|
|
1558
|
+
];
|
|
1559
|
+
var GuardrailChecksSensitiveInformationEntityConfigList = [1, n0, _GCSIECL,
|
|
1560
|
+
0, () => GuardrailChecksSensitiveInformationEntityConfig$
|
|
1561
|
+
];
|
|
1562
|
+
var GuardrailChecksSensitiveInformationResultList = [1, n0, _GCSIRL,
|
|
1563
|
+
0, () => GuardrailChecksSensitiveInformationResultEntry$
|
|
1564
|
+
];
|
|
1234
1565
|
var GuardrailContentBlockList = [1, n0, _GCBL,
|
|
1235
|
-
0, [() =>
|
|
1566
|
+
0, [() => GuardrailContentBlock$,
|
|
1236
1567
|
0]
|
|
1237
1568
|
];
|
|
1238
1569
|
var GuardrailContentFilterList = [1, n0, _GCFL,
|
|
1239
|
-
0, () =>
|
|
1570
|
+
0, () => GuardrailContentFilter$
|
|
1240
1571
|
];
|
|
1241
1572
|
var GuardrailContentQualifierList = 64 | 0;
|
|
1242
1573
|
var GuardrailContextualGroundingFilters = [1, n0, _GCGFu,
|
|
1243
|
-
0, () =>
|
|
1574
|
+
0, () => GuardrailContextualGroundingFilter$
|
|
1244
1575
|
];
|
|
1245
1576
|
var GuardrailConverseContentQualifierList = 64 | 0;
|
|
1246
1577
|
var GuardrailCustomWordList = [1, n0, _GCWL,
|
|
1247
|
-
0, () =>
|
|
1578
|
+
0, () => GuardrailCustomWord$
|
|
1248
1579
|
];
|
|
1249
1580
|
var GuardrailManagedWordList = [1, n0, _GMWL,
|
|
1250
|
-
0, () =>
|
|
1581
|
+
0, () => GuardrailManagedWord$
|
|
1251
1582
|
];
|
|
1252
1583
|
var GuardrailOriginList = 64 | 0;
|
|
1253
1584
|
var GuardrailOutputContentList = [1, n0, _GOCL,
|
|
1254
|
-
0, () =>
|
|
1585
|
+
0, () => GuardrailOutputContent$
|
|
1255
1586
|
];
|
|
1256
1587
|
var GuardrailPiiEntityFilterList = [1, n0, _GPEFL,
|
|
1257
|
-
0, () =>
|
|
1588
|
+
0, () => GuardrailPiiEntityFilter$
|
|
1258
1589
|
];
|
|
1259
1590
|
var GuardrailRegexFilterList = [1, n0, _GRFL,
|
|
1260
|
-
0, () =>
|
|
1591
|
+
0, () => GuardrailRegexFilter$
|
|
1261
1592
|
];
|
|
1262
1593
|
var GuardrailTopicList = [1, n0, _GTL,
|
|
1263
|
-
0, () =>
|
|
1594
|
+
0, () => GuardrailTopic$
|
|
1264
1595
|
];
|
|
1265
1596
|
var Messages = [1, n0, _Me,
|
|
1266
|
-
0, [() =>
|
|
1597
|
+
0, [() => Message$,
|
|
1267
1598
|
0]
|
|
1268
1599
|
];
|
|
1269
1600
|
var ModelOutputs = 64 | 0;
|
|
1270
1601
|
var NonEmptyStringList = 64 | 0;
|
|
1271
1602
|
var SearchResultContentBlocks = [1, n0, _SRCBe,
|
|
1272
|
-
0, () =>
|
|
1603
|
+
0, () => SearchResultContentBlock$
|
|
1273
1604
|
];
|
|
1274
1605
|
var SystemContentBlocks = [1, n0, _SCB,
|
|
1275
|
-
0, [() =>
|
|
1606
|
+
0, [() => SystemContentBlock$,
|
|
1276
1607
|
0]
|
|
1277
1608
|
];
|
|
1278
1609
|
var TagList = [1, n0, _TL,
|
|
1279
|
-
0, () =>
|
|
1610
|
+
0, () => Tag$
|
|
1280
1611
|
];
|
|
1281
1612
|
var ToolResultBlocksDelta = [1, n0, _TRBD,
|
|
1282
|
-
0, () =>
|
|
1613
|
+
0, () => ToolResultBlockDelta$
|
|
1283
1614
|
];
|
|
1284
1615
|
var ToolResultContentBlocks = [1, n0, _TRCB,
|
|
1285
|
-
0, [() =>
|
|
1616
|
+
0, [() => ToolResultContentBlock$,
|
|
1286
1617
|
0]
|
|
1287
1618
|
];
|
|
1288
1619
|
var Tools = [1, n0, _To,
|
|
1289
|
-
0, () =>
|
|
1620
|
+
0, () => Tool$
|
|
1290
1621
|
];
|
|
1291
1622
|
var GuardrailAssessmentListMap = [2, n0, _GALM,
|
|
1292
1623
|
0, [0,
|
|
@@ -1297,207 +1628,249 @@ var GuardrailAssessmentListMap = [2, n0, _GALM,
|
|
|
1297
1628
|
var GuardrailAssessmentMap = [2, n0, _GAM,
|
|
1298
1629
|
0, [0,
|
|
1299
1630
|
0],
|
|
1300
|
-
[() =>
|
|
1631
|
+
[() => GuardrailAssessment$,
|
|
1301
1632
|
0]
|
|
1302
1633
|
];
|
|
1303
1634
|
var PromptVariableMap = [2, n0, _PVM,
|
|
1304
|
-
8, 0, () =>
|
|
1635
|
+
8, 0, () => PromptVariableValues$
|
|
1305
1636
|
];
|
|
1306
1637
|
var RequestMetadata = [2, n0, _RM,
|
|
1307
1638
|
8, 0, 0
|
|
1308
1639
|
];
|
|
1309
|
-
|
|
1640
|
+
const AsyncInvokeOutputDataConfig$ = [4, n0, _AIODC,
|
|
1310
1641
|
0,
|
|
1311
1642
|
[_sODC],
|
|
1312
|
-
[() =>
|
|
1643
|
+
[() => AsyncInvokeS3OutputDataConfig$]
|
|
1313
1644
|
];
|
|
1314
|
-
exports.
|
|
1645
|
+
exports.AsyncInvokeOutputDataConfig$ = AsyncInvokeOutputDataConfig$;
|
|
1646
|
+
const AudioSource$ = [4, n0, _AS,
|
|
1315
1647
|
8,
|
|
1316
1648
|
[_b, _sL],
|
|
1317
|
-
[21, () =>
|
|
1649
|
+
[21, () => S3Location$]
|
|
1318
1650
|
];
|
|
1319
|
-
exports.
|
|
1651
|
+
exports.AudioSource$ = AudioSource$;
|
|
1652
|
+
const CitationGeneratedContent$ = [4, n0, _CGC,
|
|
1320
1653
|
0,
|
|
1321
1654
|
[_te],
|
|
1322
1655
|
[0]
|
|
1323
1656
|
];
|
|
1324
|
-
exports.
|
|
1657
|
+
exports.CitationGeneratedContent$ = CitationGeneratedContent$;
|
|
1658
|
+
const CitationLocation$ = [4, n0, _CL,
|
|
1325
1659
|
0,
|
|
1326
1660
|
[_w, _dC, _dP, _dCo, _sRL],
|
|
1327
|
-
[() =>
|
|
1661
|
+
[() => WebLocation$, () => DocumentCharLocation$, () => DocumentPageLocation$, () => DocumentChunkLocation$, () => SearchResultLocation$]
|
|
1328
1662
|
];
|
|
1329
|
-
exports.
|
|
1663
|
+
exports.CitationLocation$ = CitationLocation$;
|
|
1664
|
+
const CitationSourceContent$ = [4, n0, _CSC,
|
|
1330
1665
|
0,
|
|
1331
1666
|
[_te],
|
|
1332
1667
|
[0]
|
|
1333
1668
|
];
|
|
1334
|
-
exports.
|
|
1669
|
+
exports.CitationSourceContent$ = CitationSourceContent$;
|
|
1670
|
+
const ContentBlock$ = [4, n0, _CBo,
|
|
1335
1671
|
0,
|
|
1336
|
-
[_te, _ima, _doc, _vi, _au,
|
|
1337
|
-
[0, [() =>
|
|
1672
|
+
[_te, _ima, _doc, _vi, _au, _tUo, _tR, _gCua, _cPa, _rC, _cC, _sRe],
|
|
1673
|
+
[0, [() => ImageBlock$, 0], () => DocumentBlock$, () => VideoBlock$, [() => AudioBlock$, 0], () => ToolUseBlock$, [() => ToolResultBlock$, 0], [() => GuardrailConverseContentBlock$, 0], () => CachePointBlock$, [() => ReasoningContentBlock$, 0], () => CitationsContentBlock$, () => SearchResultBlock$]
|
|
1338
1674
|
];
|
|
1339
|
-
exports.
|
|
1675
|
+
exports.ContentBlock$ = ContentBlock$;
|
|
1676
|
+
const ContentBlockDelta$ = [4, n0, _CBD,
|
|
1340
1677
|
0,
|
|
1341
|
-
[_te,
|
|
1342
|
-
[0, () =>
|
|
1678
|
+
[_te, _tUo, _tR, _rC, _cit, _ima],
|
|
1679
|
+
[0, () => ToolUseBlockDelta$, () => ToolResultBlocksDelta, [() => ReasoningContentBlockDelta$, 0], () => CitationsDelta$, [() => ImageBlockDelta$, 0]]
|
|
1343
1680
|
];
|
|
1344
|
-
exports.
|
|
1681
|
+
exports.ContentBlockDelta$ = ContentBlockDelta$;
|
|
1682
|
+
const ContentBlockStart$ = [4, n0, _CBS,
|
|
1345
1683
|
0,
|
|
1346
|
-
[
|
|
1347
|
-
[() =>
|
|
1684
|
+
[_tUo, _tR, _ima],
|
|
1685
|
+
[() => ToolUseBlockStart$, () => ToolResultBlockStart$, () => ImageBlockStart$]
|
|
1348
1686
|
];
|
|
1349
|
-
exports.
|
|
1687
|
+
exports.ContentBlockStart$ = ContentBlockStart$;
|
|
1688
|
+
const ConverseOutput$ = [4, n0, _CO,
|
|
1350
1689
|
0,
|
|
1351
1690
|
[_m],
|
|
1352
|
-
[[() =>
|
|
1691
|
+
[[() => Message$, 0]]
|
|
1353
1692
|
];
|
|
1354
|
-
exports.
|
|
1693
|
+
exports.ConverseOutput$ = ConverseOutput$;
|
|
1694
|
+
const ConverseStreamOutput$ = [4, n0, _CSO,
|
|
1355
1695
|
{ [_stre]: 1 },
|
|
1356
1696
|
[_mS, _cBS, _cBD, _cBSo, _mSe, _meta, _iSE, _mSEE, _vE, _tE, _sUE],
|
|
1357
|
-
[() =>
|
|
1697
|
+
[() => MessageStartEvent$, () => ContentBlockStartEvent$, [() => ContentBlockDeltaEvent$, 0], () => ContentBlockStopEvent$, () => MessageStopEvent$, [() => ConverseStreamMetadataEvent$, 0], [() => InternalServerException$, 0], [() => ModelStreamErrorException$, 0], [() => ValidationException$, 0], [() => ThrottlingException$, 0], [() => ServiceUnavailableException$, 0]]
|
|
1358
1698
|
];
|
|
1359
|
-
exports.
|
|
1699
|
+
exports.ConverseStreamOutput$ = ConverseStreamOutput$;
|
|
1700
|
+
const CountTokensInput$ = [4, n0, _CTI,
|
|
1360
1701
|
0,
|
|
1361
1702
|
[_iMn, _conv],
|
|
1362
|
-
[[() =>
|
|
1703
|
+
[[() => InvokeModelTokensRequest$, 0], [() => ConverseTokensRequest$, 0]]
|
|
1363
1704
|
];
|
|
1364
|
-
exports.
|
|
1705
|
+
exports.CountTokensInput$ = CountTokensInput$;
|
|
1706
|
+
const DocumentContentBlock$ = [4, n0, _DCBo,
|
|
1365
1707
|
0,
|
|
1366
1708
|
[_te],
|
|
1367
1709
|
[0]
|
|
1368
1710
|
];
|
|
1369
|
-
exports.
|
|
1711
|
+
exports.DocumentContentBlock$ = DocumentContentBlock$;
|
|
1712
|
+
const DocumentSource$ = [4, n0, _DS,
|
|
1370
1713
|
0,
|
|
1371
1714
|
[_b, _sL, _te, _co],
|
|
1372
|
-
[21, () =>
|
|
1715
|
+
[21, () => S3Location$, 0, () => DocumentContentBlocks]
|
|
1373
1716
|
];
|
|
1374
|
-
exports.
|
|
1717
|
+
exports.DocumentSource$ = DocumentSource$;
|
|
1718
|
+
const GuardrailAutomatedReasoningFinding$ = [4, n0, _GARF,
|
|
1375
1719
|
0,
|
|
1376
1720
|
[_va, _in, _sa, _imp, _tA, _tCoo, _nTo],
|
|
1377
|
-
[[() =>
|
|
1721
|
+
[[() => GuardrailAutomatedReasoningValidFinding$, 0], [() => GuardrailAutomatedReasoningInvalidFinding$, 0], [() => GuardrailAutomatedReasoningSatisfiableFinding$, 0], [() => GuardrailAutomatedReasoningImpossibleFinding$, 0], [() => GuardrailAutomatedReasoningTranslationAmbiguousFinding$, 0], () => GuardrailAutomatedReasoningTooComplexFinding$, () => GuardrailAutomatedReasoningNoTranslationsFinding$]
|
|
1378
1722
|
];
|
|
1379
|
-
exports.
|
|
1723
|
+
exports.GuardrailAutomatedReasoningFinding$ = GuardrailAutomatedReasoningFinding$;
|
|
1724
|
+
const GuardrailChecksContentBlock$ = [4, n0, _GCCB,
|
|
1725
|
+
0,
|
|
1726
|
+
[_te],
|
|
1727
|
+
[[() => GuardrailChecksTextContent, 0]]
|
|
1728
|
+
];
|
|
1729
|
+
exports.GuardrailChecksContentBlock$ = GuardrailChecksContentBlock$;
|
|
1730
|
+
const GuardrailContentBlock$ = [4, n0, _GCB,
|
|
1380
1731
|
0,
|
|
1381
1732
|
[_te, _ima],
|
|
1382
|
-
[() =>
|
|
1733
|
+
[() => GuardrailTextBlock$, [() => GuardrailImageBlock$, 0]]
|
|
1383
1734
|
];
|
|
1384
|
-
exports.
|
|
1735
|
+
exports.GuardrailContentBlock$ = GuardrailContentBlock$;
|
|
1736
|
+
const GuardrailConverseContentBlock$ = [4, n0, _GCCBu,
|
|
1385
1737
|
0,
|
|
1386
1738
|
[_te, _ima],
|
|
1387
|
-
[() =>
|
|
1739
|
+
[() => GuardrailConverseTextBlock$, [() => GuardrailConverseImageBlock$, 0]]
|
|
1388
1740
|
];
|
|
1389
|
-
exports.
|
|
1741
|
+
exports.GuardrailConverseContentBlock$ = GuardrailConverseContentBlock$;
|
|
1742
|
+
const GuardrailConverseImageSource$ = [4, n0, _GCIS,
|
|
1390
1743
|
8,
|
|
1391
1744
|
[_b],
|
|
1392
1745
|
[21]
|
|
1393
1746
|
];
|
|
1394
|
-
exports.
|
|
1747
|
+
exports.GuardrailConverseImageSource$ = GuardrailConverseImageSource$;
|
|
1748
|
+
const GuardrailImageSource$ = [4, n0, _GIS,
|
|
1395
1749
|
8,
|
|
1396
1750
|
[_b],
|
|
1397
1751
|
[21]
|
|
1398
1752
|
];
|
|
1399
|
-
exports.
|
|
1753
|
+
exports.GuardrailImageSource$ = GuardrailImageSource$;
|
|
1754
|
+
const ImageSource$ = [4, n0, _IS,
|
|
1400
1755
|
8,
|
|
1401
1756
|
[_b, _sL],
|
|
1402
|
-
[21, () =>
|
|
1757
|
+
[21, () => S3Location$]
|
|
1403
1758
|
];
|
|
1404
|
-
exports.
|
|
1759
|
+
exports.ImageSource$ = ImageSource$;
|
|
1760
|
+
const InvokeModelWithBidirectionalStreamInput$ = [4, n0, _IMWBSI,
|
|
1405
1761
|
{ [_stre]: 1 },
|
|
1406
|
-
[
|
|
1407
|
-
[[() =>
|
|
1762
|
+
[_chu],
|
|
1763
|
+
[[() => BidirectionalInputPayloadPart$, 0]]
|
|
1408
1764
|
];
|
|
1409
|
-
exports.
|
|
1765
|
+
exports.InvokeModelWithBidirectionalStreamInput$ = InvokeModelWithBidirectionalStreamInput$;
|
|
1766
|
+
const InvokeModelWithBidirectionalStreamOutput$ = [4, n0, _IMWBSO,
|
|
1410
1767
|
{ [_stre]: 1 },
|
|
1411
|
-
[
|
|
1412
|
-
[[() =>
|
|
1768
|
+
[_chu, _iSE, _mSEE, _vE, _tE, _mTE, _sUE],
|
|
1769
|
+
[[() => BidirectionalOutputPayloadPart$, 0], [() => InternalServerException$, 0], [() => ModelStreamErrorException$, 0], [() => ValidationException$, 0], [() => ThrottlingException$, 0], [() => ModelTimeoutException$, 0], [() => ServiceUnavailableException$, 0]]
|
|
1413
1770
|
];
|
|
1414
|
-
exports.
|
|
1771
|
+
exports.InvokeModelWithBidirectionalStreamOutput$ = InvokeModelWithBidirectionalStreamOutput$;
|
|
1772
|
+
const OutputFormatStructure$ = [4, n0, _OFS,
|
|
1415
1773
|
8,
|
|
1416
1774
|
[_jS],
|
|
1417
|
-
[() =>
|
|
1775
|
+
[() => JsonSchemaDefinition$]
|
|
1418
1776
|
];
|
|
1419
|
-
exports.
|
|
1777
|
+
exports.OutputFormatStructure$ = OutputFormatStructure$;
|
|
1778
|
+
const PromptVariableValues$ = [4, n0, _PVV,
|
|
1420
1779
|
0,
|
|
1421
1780
|
[_te],
|
|
1422
1781
|
[0]
|
|
1423
1782
|
];
|
|
1424
|
-
exports.
|
|
1783
|
+
exports.PromptVariableValues$ = PromptVariableValues$;
|
|
1784
|
+
const ReasoningContentBlock$ = [4, n0, _RCB,
|
|
1425
1785
|
8,
|
|
1426
1786
|
[_rT, _rCe],
|
|
1427
|
-
[[() =>
|
|
1787
|
+
[[() => ReasoningTextBlock$, 0], 21]
|
|
1428
1788
|
];
|
|
1429
|
-
exports.
|
|
1789
|
+
exports.ReasoningContentBlock$ = ReasoningContentBlock$;
|
|
1790
|
+
const ReasoningContentBlockDelta$ = [4, n0, _RCBD,
|
|
1430
1791
|
8,
|
|
1431
1792
|
[_te, _rCe, _si],
|
|
1432
1793
|
[0, 21, 0]
|
|
1433
1794
|
];
|
|
1434
|
-
exports.
|
|
1795
|
+
exports.ReasoningContentBlockDelta$ = ReasoningContentBlockDelta$;
|
|
1796
|
+
const ResponseStream$ = [4, n0, _RS,
|
|
1435
1797
|
{ [_stre]: 1 },
|
|
1436
|
-
[
|
|
1437
|
-
[[() =>
|
|
1798
|
+
[_chu, _iSE, _mSEE, _vE, _tE, _mTE, _sUE],
|
|
1799
|
+
[[() => PayloadPart$, 0], [() => InternalServerException$, 0], [() => ModelStreamErrorException$, 0], [() => ValidationException$, 0], [() => ThrottlingException$, 0], [() => ModelTimeoutException$, 0], [() => ServiceUnavailableException$, 0]]
|
|
1438
1800
|
];
|
|
1439
|
-
exports.
|
|
1801
|
+
exports.ResponseStream$ = ResponseStream$;
|
|
1802
|
+
const SystemContentBlock$ = [4, n0, _SCBy,
|
|
1440
1803
|
0,
|
|
1441
1804
|
[_te, _gCua, _cPa],
|
|
1442
|
-
[0, [() =>
|
|
1805
|
+
[0, [() => GuardrailConverseContentBlock$, 0], () => CachePointBlock$]
|
|
1443
1806
|
];
|
|
1444
|
-
exports.
|
|
1807
|
+
exports.SystemContentBlock$ = SystemContentBlock$;
|
|
1808
|
+
const Tool$ = [4, n0, _Too,
|
|
1445
1809
|
0,
|
|
1446
1810
|
[_tS, _sTy, _cPa],
|
|
1447
|
-
[() =>
|
|
1811
|
+
[() => ToolSpecification$, () => SystemTool$, () => CachePointBlock$]
|
|
1448
1812
|
];
|
|
1449
|
-
exports.
|
|
1813
|
+
exports.Tool$ = Tool$;
|
|
1814
|
+
const ToolChoice$ = [4, n0, _TCo,
|
|
1450
1815
|
0,
|
|
1451
1816
|
[_aut, _an, _tool],
|
|
1452
|
-
[() =>
|
|
1817
|
+
[() => AutoToolChoice$, () => AnyToolChoice$, () => SpecificToolChoice$]
|
|
1453
1818
|
];
|
|
1454
|
-
exports.
|
|
1819
|
+
exports.ToolChoice$ = ToolChoice$;
|
|
1820
|
+
const ToolInputSchema$ = [4, n0, _TIS,
|
|
1455
1821
|
0,
|
|
1456
1822
|
[_j],
|
|
1457
1823
|
[15]
|
|
1458
1824
|
];
|
|
1459
|
-
exports.
|
|
1825
|
+
exports.ToolInputSchema$ = ToolInputSchema$;
|
|
1826
|
+
const ToolResultBlockDelta$ = [4, n0, _TRBDo,
|
|
1460
1827
|
0,
|
|
1461
1828
|
[_te, _j],
|
|
1462
1829
|
[0, 15]
|
|
1463
1830
|
];
|
|
1464
|
-
exports.
|
|
1831
|
+
exports.ToolResultBlockDelta$ = ToolResultBlockDelta$;
|
|
1832
|
+
const ToolResultContentBlock$ = [4, n0, _TRCBo,
|
|
1465
1833
|
0,
|
|
1466
1834
|
[_j, _te, _ima, _doc, _vi, _sRe],
|
|
1467
|
-
[15, 0, [() =>
|
|
1835
|
+
[15, 0, [() => ImageBlock$, 0], () => DocumentBlock$, () => VideoBlock$, () => SearchResultBlock$]
|
|
1468
1836
|
];
|
|
1469
|
-
exports.
|
|
1837
|
+
exports.ToolResultContentBlock$ = ToolResultContentBlock$;
|
|
1838
|
+
const VideoSource$ = [4, n0, _VS,
|
|
1470
1839
|
0,
|
|
1471
1840
|
[_b, _sL],
|
|
1472
|
-
[21, () =>
|
|
1841
|
+
[21, () => S3Location$]
|
|
1473
1842
|
];
|
|
1843
|
+
exports.VideoSource$ = VideoSource$;
|
|
1474
1844
|
exports.ApplyGuardrail$ = [9, n0, _AG,
|
|
1475
|
-
{ [_h]: ["POST", "/guardrail/{guardrailIdentifier}/version/{guardrailVersion}/apply", 200] }, () =>
|
|
1845
|
+
{ [_h]: ["POST", "/guardrail/{guardrailIdentifier}/version/{guardrailVersion}/apply", 200] }, () => ApplyGuardrailRequest$, () => ApplyGuardrailResponse$
|
|
1476
1846
|
];
|
|
1477
1847
|
exports.Converse$ = [9, n0, _Co,
|
|
1478
|
-
{ [_h]: ["POST", "/model/{modelId}/converse", 200] }, () =>
|
|
1848
|
+
{ [_h]: ["POST", "/model/{modelId}/converse", 200] }, () => ConverseRequest$, () => ConverseResponse$
|
|
1479
1849
|
];
|
|
1480
1850
|
exports.ConverseStream$ = [9, n0, _CS,
|
|
1481
|
-
{ [_h]: ["POST", "/model/{modelId}/converse-stream", 200] }, () =>
|
|
1851
|
+
{ [_h]: ["POST", "/model/{modelId}/converse-stream", 200] }, () => ConverseStreamRequest$, () => ConverseStreamResponse$
|
|
1482
1852
|
];
|
|
1483
1853
|
exports.CountTokens$ = [9, n0, _CTo,
|
|
1484
|
-
{ [_h]: ["POST", "/model/{modelId}/count-tokens", 200] }, () =>
|
|
1854
|
+
{ [_h]: ["POST", "/model/{modelId}/count-tokens", 200] }, () => CountTokensRequest$, () => CountTokensResponse$
|
|
1485
1855
|
];
|
|
1486
1856
|
exports.GetAsyncInvoke$ = [9, n0, _GAI,
|
|
1487
|
-
{ [_h]: ["GET", "/async-invoke/{invocationArn}", 200] }, () =>
|
|
1857
|
+
{ [_h]: ["GET", "/async-invoke/{invocationArn}", 200] }, () => GetAsyncInvokeRequest$, () => GetAsyncInvokeResponse$
|
|
1858
|
+
];
|
|
1859
|
+
exports.InvokeGuardrailChecks$ = [9, n0, _IGC,
|
|
1860
|
+
{ [_h]: ["POST", "/guardrail-checks/invoke", 200] }, () => InvokeGuardrailChecksRequest$, () => InvokeGuardrailChecksResponse$
|
|
1488
1861
|
];
|
|
1489
1862
|
exports.InvokeModel$ = [9, n0, _IM,
|
|
1490
|
-
{ [_h]: ["POST", "/model/{modelId}/invoke", 200] }, () =>
|
|
1863
|
+
{ [_h]: ["POST", "/model/{modelId}/invoke", 200] }, () => InvokeModelRequest$, () => InvokeModelResponse$
|
|
1491
1864
|
];
|
|
1492
1865
|
exports.InvokeModelWithBidirectionalStream$ = [9, n0, _IMWBS,
|
|
1493
|
-
{ [_h]: ["POST", "/model/{modelId}/invoke-with-bidirectional-stream", 200] }, () =>
|
|
1866
|
+
{ [_h]: ["POST", "/model/{modelId}/invoke-with-bidirectional-stream", 200] }, () => InvokeModelWithBidirectionalStreamRequest$, () => InvokeModelWithBidirectionalStreamResponse$
|
|
1494
1867
|
];
|
|
1495
1868
|
exports.InvokeModelWithResponseStream$ = [9, n0, _IMWRS,
|
|
1496
|
-
{ [_h]: ["POST", "/model/{modelId}/invoke-with-response-stream", 200] }, () =>
|
|
1869
|
+
{ [_h]: ["POST", "/model/{modelId}/invoke-with-response-stream", 200] }, () => InvokeModelWithResponseStreamRequest$, () => InvokeModelWithResponseStreamResponse$
|
|
1497
1870
|
];
|
|
1498
1871
|
exports.ListAsyncInvokes$ = [9, n0, _LAI,
|
|
1499
|
-
{ [_h]: ["GET", "/async-invoke", 200] }, () =>
|
|
1872
|
+
{ [_h]: ["GET", "/async-invoke", 200] }, () => ListAsyncInvokesRequest$, () => ListAsyncInvokesResponse$
|
|
1500
1873
|
];
|
|
1501
1874
|
exports.StartAsyncInvoke$ = [9, n0, _SAI,
|
|
1502
|
-
{ [_h]: ["POST", "/async-invoke", 200] }, () =>
|
|
1875
|
+
{ [_h]: ["POST", "/async-invoke", 200] }, () => StartAsyncInvokeRequest$, () => StartAsyncInvokeResponse$
|
|
1503
1876
|
];
|