@aws-sdk/client-bedrock-agentcore 3.1034.0 → 3.1036.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +7 -0
- package/dist-cjs/index.js +64 -0
- package/dist-cjs/schemas/schemas_0.js +383 -22
- package/dist-es/BedrockAgentCore.js +2 -0
- package/dist-es/commands/InvokeHarnessCommand.js +20 -0
- package/dist-es/commands/index.js +1 -0
- package/dist-es/models/enums.js +40 -0
- package/dist-es/schemas/schemas_0.js +378 -18
- package/dist-types/BedrockAgentCore.d.ts +7 -0
- package/dist-types/BedrockAgentCoreClient.d.ts +3 -2
- package/dist-types/commands/InvokeHarnessCommand.d.ts +280 -0
- package/dist-types/commands/index.d.ts +1 -0
- package/dist-types/models/enums.d.ts +88 -0
- package/dist-types/models/models_0.d.ts +1412 -1
- package/dist-types/schemas/schemas_0.d.ts +41 -0
- package/dist-types/ts3.4/BedrockAgentCore.d.ts +17 -0
- package/dist-types/ts3.4/BedrockAgentCoreClient.d.ts +6 -0
- package/dist-types/ts3.4/commands/InvokeHarnessCommand.d.ts +50 -0
- package/dist-types/ts3.4/commands/index.d.ts +1 -0
- package/dist-types/ts3.4/models/enums.d.ts +52 -0
- package/dist-types/ts3.4/models/models_0.d.ts +701 -0
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +41 -0
- package/package.json +15 -15
|
@@ -1,10 +1,11 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.DeleteEventInput$ = exports.CustomDescriptor$ = exports.CreateEventOutput$ = exports.CreateEventInput$ = exports.Conversational$ = exports.ContentStopEvent$ = exports.ContentStartEvent$ = exports.ContentDeltaEvent$ = exports.ContentBlock$ = exports.CompleteResourceTokenAuthResponse$ = exports.CompleteResourceTokenAuthRequest$ = exports.CodeInterpreterSessionSummary$ = exports.CodeInterpreterResult$ = exports.Certificate$ = exports.BrowserSessionSummary$ = exports.BrowserSessionStream$ = exports.BrowserProfileConfiguration$ = exports.BrowserExtension$ = exports.BrowserEnterprisePolicy$ = exports.BranchFilter$ = exports.Branch$ = exports.BatchUpdateMemoryRecordsOutput$ = exports.BatchUpdateMemoryRecordsInput$ = exports.BatchDeleteMemoryRecordsOutput$ = exports.BatchDeleteMemoryRecordsInput$ = exports.BatchCreateMemoryRecordsOutput$ = exports.BatchCreateMemoryRecordsInput$ = exports.BasicAuth$ = exports.AutomationStreamUpdate$ = exports.AutomationStream$ = exports.AgentSkillsDescriptor$ = exports.AgentCardDefinition$ = exports.ActorSummary$ = exports.A2aDescriptor$ = exports.errorTypeRegistries = exports.ValidationException$ = exports.UnauthorizedException$ = exports.ThrottlingException$ = exports.ThrottledException$ = exports.ServiceQuotaExceededException$ = exports.ServiceException$ = exports.RuntimeClientError$ = exports.RetryableConflictException$ = exports.ResourceNotFoundException$ = exports.InvalidInputException$ = exports.InternalServerException$ = exports.DuplicateIdException$ = exports.ConflictException$ = exports.AccessDeniedException$ = exports.BedrockAgentCoreServiceException$ = void 0;
|
|
4
|
-
exports.
|
|
5
|
-
exports.
|
|
6
|
-
exports.
|
|
7
|
-
exports.
|
|
4
|
+
exports.HarnessOpenAiModelConfig$ = exports.HarnessMetadataEvent$ = exports.HarnessMessageStopEvent$ = exports.HarnessMessageStartEvent$ = exports.HarnessMessage$ = exports.HarnessInlineFunctionConfig$ = exports.HarnessGeminiModelConfig$ = exports.HarnessContentBlockStopEvent$ = exports.HarnessContentBlockStartEvent$ = exports.HarnessContentBlockDeltaEvent$ = exports.HarnessBedrockModelConfig$ = exports.HarnessAgentCoreGatewayConfig$ = exports.HarnessAgentCoreCodeInterpreterConfig$ = exports.HarnessAgentCoreBrowserConfig$ = exports.GetWorkloadAccessTokenResponse$ = exports.GetWorkloadAccessTokenRequest$ = exports.GetWorkloadAccessTokenForUserIdResponse$ = exports.GetWorkloadAccessTokenForUserIdRequest$ = exports.GetWorkloadAccessTokenForJWTResponse$ = exports.GetWorkloadAccessTokenForJWTRequest$ = exports.GetResourceOauth2TokenResponse$ = exports.GetResourceOauth2TokenRequest$ = exports.GetResourceApiKeyResponse$ = exports.GetResourceApiKeyRequest$ = exports.GetMemoryRecordOutput$ = exports.GetMemoryRecordInput$ = exports.GetEventOutput$ = exports.GetEventInput$ = exports.GetCodeInterpreterSessionResponse$ = exports.GetCodeInterpreterSessionRequest$ = exports.GetBrowserSessionResponse$ = exports.GetBrowserSessionRequest$ = exports.GetAgentCardResponse$ = exports.GetAgentCardRequest$ = exports.FilterInput$ = exports.ExtractionJobMetadata$ = exports.ExtractionJobFilterInput$ = exports.ExtractionJob$ = exports.ExternalProxy$ = exports.EventMetadataFilterExpression$ = exports.Event$ = exports.EvaluationResultContent$ = exports.EvaluationReferenceInput$ = exports.EvaluationExpectedTrajectory$ = exports.EvaluateResponse$ = exports.EvaluateRequest$ = exports.Descriptors$ = exports.DeleteMemoryRecordOutput$ = exports.DeleteMemoryRecordInput$ = exports.DeleteEventOutput$ = void 0;
|
|
5
|
+
exports.MemoryRecordSummary$ = exports.MemoryRecordOutput$ = exports.MemoryRecordDeleteInput$ = exports.MemoryRecordCreateInput$ = exports.MemoryRecord$ = exports.MemoryMetadataFilterExpression$ = exports.McpDescriptor$ = exports.LiveViewStream$ = exports.ListSessionsOutput$ = exports.ListSessionsInput$ = exports.ListMemoryRecordsOutput$ = exports.ListMemoryRecordsInput$ = exports.ListMemoryExtractionJobsOutput$ = exports.ListMemoryExtractionJobsInput$ = exports.ListEventsOutput$ = exports.ListEventsInput$ = exports.ListCodeInterpreterSessionsResponse$ = exports.ListCodeInterpreterSessionsRequest$ = exports.ListBrowserSessionsResponse$ = exports.ListBrowserSessionsRequest$ = exports.ListActorsOutput$ = exports.ListActorsInput$ = exports.KeyTypeResult$ = exports.KeyTypeArguments$ = exports.KeyShortcutResult$ = exports.KeyShortcutArguments$ = exports.KeyPressResult$ = exports.KeyPressArguments$ = exports.InvokeHarnessResponse$ = exports.InvokeHarnessRequest$ = exports.InvokeCodeInterpreterResponse$ = exports.InvokeCodeInterpreterRequest$ = exports.InvokeBrowserResponse$ = exports.InvokeBrowserRequest$ = exports.InvokeAgentRuntimeResponse$ = exports.InvokeAgentRuntimeRequest$ = exports.InvokeAgentRuntimeCommandResponse$ = exports.InvokeAgentRuntimeCommandRequestBody$ = exports.InvokeAgentRuntimeCommandRequest$ = exports.InputContentBlock$ = exports.HarnessToolUseBlockStart$ = exports.HarnessToolUseBlockDelta$ = exports.HarnessToolUseBlock$ = exports.HarnessToolResultBlockStart$ = exports.HarnessToolResultBlock$ = exports.HarnessTool$ = exports.HarnessTokenUsage$ = exports.HarnessStreamMetrics$ = exports.HarnessRemoteMcpConfig$ = exports.HarnessReasoningTextBlock$ = void 0;
|
|
6
|
+
exports.UpdateBrowserStreamRequest$ = exports.ToolsDefinition$ = exports.ToolResultStructuredContent$ = exports.ToolArguments$ = exports.TokenUsage$ = exports.StopRuntimeSessionResponse$ = exports.StopRuntimeSessionRequest$ = exports.StopCodeInterpreterSessionResponse$ = exports.StopCodeInterpreterSessionRequest$ = exports.StopBrowserSessionResponse$ = exports.StopBrowserSessionRequest$ = exports.StartMemoryExtractionJobOutput$ = exports.StartMemoryExtractionJobInput$ = exports.StartCodeInterpreterSessionResponse$ = exports.StartCodeInterpreterSessionRequest$ = exports.StartBrowserSessionResponse$ = exports.StartBrowserSessionRequest$ = exports.SpanContext$ = exports.SkillMdDefinition$ = exports.SkillDefinition$ = exports.SessionSummary$ = exports.SessionFilter$ = exports.ServerDefinition$ = exports.SecretsManagerLocation$ = exports.SearchRegistryRecordsResponse$ = exports.SearchRegistryRecordsRequest$ = exports.SearchCriteria$ = exports.ScreenshotResult$ = exports.ScreenshotArguments$ = exports.SaveBrowserSessionProfileResponse$ = exports.SaveBrowserSessionProfileRequest$ = exports.S3Location$ = exports.RetrieveMemoryRecordsOutput$ = exports.RetrieveMemoryRecordsInput$ = exports.ResponseChunk$ = exports.ResourceContent$ = exports.RegistryRecordSummary$ = exports.ProxyConfiguration$ = exports.ProxyBypass$ = exports.OAuthCredentialProvider$ = exports.MouseScrollResult$ = exports.MouseScrollArguments$ = exports.MouseMoveResult$ = exports.MouseMoveArguments$ = exports.MouseDragResult$ = exports.MouseDragArguments$ = exports.MouseClickResult$ = exports.MouseClickArguments$ = exports.MessageMetadata$ = exports.MemoryRecordUpdateInput$ = void 0;
|
|
7
|
+
exports.GetMemoryRecord$ = exports.GetEvent$ = exports.GetCodeInterpreterSession$ = exports.GetBrowserSession$ = exports.GetAgentCard$ = exports.Evaluate$ = exports.DeleteMemoryRecord$ = exports.DeleteEvent$ = exports.CreateEvent$ = exports.CompleteResourceTokenAuth$ = exports.BatchUpdateMemoryRecords$ = exports.BatchDeleteMemoryRecords$ = exports.BatchCreateMemoryRecords$ = exports.UserIdentifier$ = exports.StreamUpdate$ = exports.RightExpression$ = exports.ResourceLocation$ = exports.ProxyCredentials$ = exports.Proxy$ = exports.PayloadType$ = exports.MetadataValue$ = exports.MemoryContent$ = exports.LeftExpression$ = exports.InvokeHarnessStreamOutput$ = exports.InvokeAgentRuntimeCommandStreamOutput$ = exports.HarnessToolResultContentBlock$ = exports.HarnessToolResultBlockDelta$ = exports.HarnessToolConfiguration$ = exports.HarnessSystemContentBlock$ = exports.HarnessSkill$ = exports.HarnessReasoningContentBlockDelta$ = exports.HarnessReasoningContentBlock$ = exports.HarnessModelConfiguration$ = exports.HarnessGatewayOutboundAuth$ = exports.HarnessContentBlockStart$ = exports.HarnessContentBlockDelta$ = exports.HarnessContentBlock$ = exports.ExtractionJobMessages$ = exports.EvaluationTarget$ = exports.EvaluationInput$ = exports.EvaluationContent$ = exports.Context$ = exports.Content$ = exports.CodeInterpreterStreamOutput$ = exports.CertificateLocation$ = exports.BrowserActionResult$ = exports.BrowserAction$ = exports.ViewPort$ = exports.ValidationExceptionField$ = exports.UpdateBrowserStreamResponse$ = void 0;
|
|
8
|
+
exports.UpdateBrowserStream$ = exports.StopRuntimeSession$ = exports.StopCodeInterpreterSession$ = exports.StopBrowserSession$ = exports.StartMemoryExtractionJob$ = exports.StartCodeInterpreterSession$ = exports.StartBrowserSession$ = exports.SearchRegistryRecords$ = exports.SaveBrowserSessionProfile$ = exports.RetrieveMemoryRecords$ = exports.ListSessions$ = exports.ListMemoryRecords$ = exports.ListMemoryExtractionJobs$ = exports.ListEvents$ = exports.ListCodeInterpreterSessions$ = exports.ListBrowserSessions$ = exports.ListActors$ = exports.InvokeHarness$ = exports.InvokeCodeInterpreter$ = exports.InvokeBrowser$ = exports.InvokeAgentRuntimeCommand$ = exports.InvokeAgentRuntime$ = exports.GetWorkloadAccessTokenForUserId$ = exports.GetWorkloadAccessTokenForJWT$ = exports.GetWorkloadAccessToken$ = exports.GetResourceOauth2Token$ = exports.GetResourceApiKey$ = void 0;
|
|
8
9
|
const _A = "Accept";
|
|
9
10
|
const _ACD = "AgentCardDefinition";
|
|
10
11
|
const _AD = "A2aDescriptor";
|
|
@@ -130,6 +131,52 @@ const _GWATFUIR = "GetWorkloadAccessTokenForUserIdRequest";
|
|
|
130
131
|
const _GWATFUIRe = "GetWorkloadAccessTokenForUserIdResponse";
|
|
131
132
|
const _GWATR = "GetWorkloadAccessTokenRequest";
|
|
132
133
|
const _GWATRe = "GetWorkloadAccessTokenResponse";
|
|
134
|
+
const _HACBC = "HarnessAgentCoreBrowserConfig";
|
|
135
|
+
const _HACCIC = "HarnessAgentCoreCodeInterpreterConfig";
|
|
136
|
+
const _HACGC = "HarnessAgentCoreGatewayConfig";
|
|
137
|
+
const _HBMC = "HarnessBedrockModelConfig";
|
|
138
|
+
const _HCB = "HarnessContentBlocks";
|
|
139
|
+
const _HCBD = "HarnessContentBlockDelta";
|
|
140
|
+
const _HCBDE = "HarnessContentBlockDeltaEvent";
|
|
141
|
+
const _HCBS = "HarnessContentBlockStart";
|
|
142
|
+
const _HCBSE = "HarnessContentBlockStartEvent";
|
|
143
|
+
const _HCBSEa = "HarnessContentBlockStopEvent";
|
|
144
|
+
const _HCBa = "HarnessContentBlock";
|
|
145
|
+
const _HGMC = "HarnessGeminiModelConfig";
|
|
146
|
+
const _HGOA = "HarnessGatewayOutboundAuth";
|
|
147
|
+
const _HHM = "HttpHeadersMap";
|
|
148
|
+
const _HIFC = "HarnessInlineFunctionConfig";
|
|
149
|
+
const _HIFD = "HarnessInlineFunctionDescription";
|
|
150
|
+
const _HM = "HarnessMessage";
|
|
151
|
+
const _HMC = "HarnessModelConfiguration";
|
|
152
|
+
const _HME = "HarnessMetadataEvent";
|
|
153
|
+
const _HMSE = "HarnessMessageStartEvent";
|
|
154
|
+
const _HMSEa = "HarnessMessageStopEvent";
|
|
155
|
+
const _HMa = "HarnessMessages";
|
|
156
|
+
const _HOAMC = "HarnessOpenAiModelConfig";
|
|
157
|
+
const _HRCB = "HarnessReasoningContentBlock";
|
|
158
|
+
const _HRCBD = "HarnessReasoningContentBlockDelta";
|
|
159
|
+
const _HRMC = "HarnessRemoteMcpConfig";
|
|
160
|
+
const _HRMU = "HarnessRemoteMcpUrl";
|
|
161
|
+
const _HRTB = "HarnessReasoningTextBlock";
|
|
162
|
+
const _HS = "HarnessSkills";
|
|
163
|
+
const _HSCB = "HarnessSystemContentBlock";
|
|
164
|
+
const _HSM = "HarnessStreamMetrics";
|
|
165
|
+
const _HSP = "HarnessSystemPrompt";
|
|
166
|
+
const _HSa = "HarnessSkill";
|
|
167
|
+
const _HT = "HarnessTool";
|
|
168
|
+
const _HTC = "HarnessToolConfiguration";
|
|
169
|
+
const _HTRB = "HarnessToolResultBlock";
|
|
170
|
+
const _HTRBD = "HarnessToolResultBlocksDelta";
|
|
171
|
+
const _HTRBDa = "HarnessToolResultBlockDelta";
|
|
172
|
+
const _HTRBS = "HarnessToolResultBlockStart";
|
|
173
|
+
const _HTRCB = "HarnessToolResultContentBlocks";
|
|
174
|
+
const _HTRCBa = "HarnessToolResultContentBlock";
|
|
175
|
+
const _HTU = "HarnessTokenUsage";
|
|
176
|
+
const _HTUB = "HarnessToolUseBlock";
|
|
177
|
+
const _HTUBD = "HarnessToolUseBlockDelta";
|
|
178
|
+
const _HTUBS = "HarnessToolUseBlockStart";
|
|
179
|
+
const _HTa = "HarnessTools";
|
|
133
180
|
const _IAR = "InvokeAgentRuntime";
|
|
134
181
|
const _IARC = "InvokeAgentRuntimeCommand";
|
|
135
182
|
const _IARCR = "InvokeAgentRuntimeCommandRequest";
|
|
@@ -146,6 +193,10 @@ const _ICBL = "InputContentBlockList";
|
|
|
146
193
|
const _ICI = "InvokeCodeInterpreter";
|
|
147
194
|
const _ICIR = "InvokeCodeInterpreterRequest";
|
|
148
195
|
const _ICIRn = "InvokeCodeInterpreterResponse";
|
|
196
|
+
const _IH = "InvokeHarness";
|
|
197
|
+
const _IHR = "InvokeHarnessRequest";
|
|
198
|
+
const _IHRn = "InvokeHarnessResponse";
|
|
199
|
+
const _IHSO = "InvokeHarnessStreamOutput";
|
|
149
200
|
const _IIE = "InvalidInputException";
|
|
150
201
|
const _ISE = "InternalServerException";
|
|
151
202
|
const _KPA = "KeyPressArguments";
|
|
@@ -206,6 +257,9 @@ const _MSA = "MouseScrollArguments";
|
|
|
206
257
|
const _MSI = "Mcp-Session-Id";
|
|
207
258
|
const _MSR = "MouseScrollResult";
|
|
208
259
|
const _MV = "MetadataValue";
|
|
260
|
+
const _OACP = "OAuthCredentialProvider";
|
|
261
|
+
const _OACPV = "OAuthCustomParametersValue";
|
|
262
|
+
const _OACPu = "OAuthCustomParameters";
|
|
209
263
|
const _P = "Proxies";
|
|
210
264
|
const _PB = "ProxyBypass";
|
|
211
265
|
const _PC = "ProxyConfiguration";
|
|
@@ -249,6 +303,7 @@ const _SD = "ServerDefinition";
|
|
|
249
303
|
const _SDk = "SkillDefinition";
|
|
250
304
|
const _SE = "ServiceException";
|
|
251
305
|
const _SF = "SessionFilter";
|
|
306
|
+
const _SJ = "SensitiveJson";
|
|
252
307
|
const _SL = "S3Location";
|
|
253
308
|
const _SMD = "SkillMdDefinition";
|
|
254
309
|
const _SMEJ = "StartMemoryExtractionJob";
|
|
@@ -266,6 +321,7 @@ const _SRSRt = "StopRuntimeSessionResponse";
|
|
|
266
321
|
const _SS = "SensitiveString";
|
|
267
322
|
const _SSL = "SessionSummaryList";
|
|
268
323
|
const _SSe = "SessionSummary";
|
|
324
|
+
const _ST = "SensitiveText";
|
|
269
325
|
const _SU = "StreamUpdate";
|
|
270
326
|
const _Sp = "Spans";
|
|
271
327
|
const _TA = "ToolArguments";
|
|
@@ -290,24 +346,32 @@ const _XABARUI = "X-Amzn-Bedrock-AgentCore-Runtime-User-Id";
|
|
|
290
346
|
const _XATI = "X-Amzn-Trace-Id";
|
|
291
347
|
const _a = "a2a";
|
|
292
348
|
const _aC = "agentCard";
|
|
349
|
+
const _aCB = "agentCoreBrowser";
|
|
350
|
+
const _aCCI = "agentCoreCodeInterpreter";
|
|
351
|
+
const _aCG = "agentCoreGateway";
|
|
293
352
|
const _aDE = "accessDeniedException";
|
|
294
353
|
const _aI = "actorId";
|
|
295
354
|
const _aIc = "accountId";
|
|
355
|
+
const _aIw = "awsIam";
|
|
296
356
|
const _aK = "apiKey";
|
|
357
|
+
const _aKA = "apiKeyArn";
|
|
297
358
|
const _aRA = "agentRuntimeArn";
|
|
298
359
|
const _aS = "automationStream";
|
|
299
360
|
const _aSU = "automationStreamUpdate";
|
|
300
361
|
const _aSc = "actorSummaries";
|
|
301
362
|
const _aSg = "agentSkills";
|
|
302
363
|
const _aT = "accessToken";
|
|
364
|
+
const _aTl = "allowedTools";
|
|
303
365
|
const _aU = "authorizationUrl";
|
|
304
366
|
const _ac = "accept";
|
|
305
367
|
const _act = "action";
|
|
306
368
|
const _ar = "arguments";
|
|
307
369
|
const _as = "assertions";
|
|
308
370
|
const _b = "branch";
|
|
309
|
-
const _bA = "
|
|
371
|
+
const _bA = "browserArn";
|
|
372
|
+
const _bAa = "basicAuth";
|
|
310
373
|
const _bI = "browserIdentifier";
|
|
374
|
+
const _bMC = "bedrockModelConfig";
|
|
311
375
|
const _ba = "baggage";
|
|
312
376
|
const _bl = "blob";
|
|
313
377
|
const _bo = "body";
|
|
@@ -316,33 +380,43 @@ const _buc = "bucket";
|
|
|
316
380
|
const _by = "bypass";
|
|
317
381
|
const _c = "client";
|
|
318
382
|
const _cA = "createdAt";
|
|
383
|
+
const _cBD = "contentBlockDelta";
|
|
384
|
+
const _cBI = "contentBlockIndex";
|
|
385
|
+
const _cBS = "contentBlockStart";
|
|
386
|
+
const _cBSo = "contentBlockStop";
|
|
319
387
|
const _cC = "clickCount";
|
|
320
388
|
const _cCl = "clearContext";
|
|
321
389
|
const _cD = "contentDelta";
|
|
322
390
|
const _cE = "conflictException";
|
|
391
|
+
const _cIA = "codeInterpreterArn";
|
|
323
392
|
const _cII = "codeInterpreterIdentifier";
|
|
324
393
|
const _cP = "customParameters";
|
|
394
|
+
const _cRIT = "cacheReadInputTokens";
|
|
325
395
|
const _cS = "customState";
|
|
326
396
|
const _cSo = "contentStart";
|
|
327
397
|
const _cSon = "contentStop";
|
|
328
398
|
const _cT = "clientToken";
|
|
329
399
|
const _cTo = "contentType";
|
|
400
|
+
const _cWIT = "cacheWriteInputTokens";
|
|
330
401
|
const _ce = "certificates";
|
|
331
402
|
const _ch = "chunk";
|
|
332
403
|
const _co = "content";
|
|
333
404
|
const _cod = "code";
|
|
334
405
|
const _com = "command";
|
|
335
406
|
const _con = "context";
|
|
407
|
+
const _conf = "config";
|
|
336
408
|
const _conv = "conversational";
|
|
337
409
|
const _cr = "credentials";
|
|
338
410
|
const _cu = "custom";
|
|
339
411
|
const _d = "data";
|
|
340
412
|
const _dP = "domainPatterns";
|
|
341
413
|
const _dPi = "directoryPath";
|
|
414
|
+
const _dRU = "defaultReturnUrl";
|
|
342
415
|
const _dT = "descriptorType";
|
|
343
416
|
const _dX = "deltaX";
|
|
344
417
|
const _dY = "deltaY";
|
|
345
418
|
const _de = "description";
|
|
419
|
+
const _del = "delta";
|
|
346
420
|
const _des = "descriptors";
|
|
347
421
|
const _e = "error";
|
|
348
422
|
const _eA = "evaluatorArn";
|
|
@@ -378,29 +452,39 @@ const _fR = "failedRecords";
|
|
|
378
452
|
const _fRa = "failureReason";
|
|
379
453
|
const _fi = "filters";
|
|
380
454
|
const _fo = "format";
|
|
381
|
-
const
|
|
455
|
+
const _gA = "gatewayArn";
|
|
456
|
+
const _gMC = "geminiModelConfig";
|
|
457
|
+
const _gT = "grantType";
|
|
458
|
+
const _h = "headers";
|
|
459
|
+
const _hA = "harnessArn";
|
|
382
460
|
const _hE = "httpError";
|
|
383
461
|
const _hH = "httpHeader";
|
|
384
462
|
const _hQ = "httpQuery";
|
|
463
|
+
const _he = "height";
|
|
385
464
|
const _ht = "http";
|
|
386
|
-
const _i = "
|
|
465
|
+
const _i = "input";
|
|
387
466
|
const _iC = "inlineContent";
|
|
388
467
|
const _iE = "isError";
|
|
468
|
+
const _iF = "inlineFunction";
|
|
389
469
|
const _iP = "includePayloads";
|
|
390
470
|
const _iPB = "includeParentBranches";
|
|
391
471
|
const _iRIF = "ignoredReferenceInputFields";
|
|
472
|
+
const _iS = "inputSchema";
|
|
392
473
|
const _iSE = "internalServerException";
|
|
393
474
|
const _iT = "idempotencyToken";
|
|
394
475
|
const _iTn = "inputTokens";
|
|
476
|
+
const _it = "items";
|
|
395
477
|
const _j = "jobs";
|
|
396
478
|
const _jI = "jobId";
|
|
397
479
|
const _jID = "jobID";
|
|
480
|
+
const _js = "json";
|
|
398
481
|
const _k = "key";
|
|
399
482
|
const _kP = "keyPress";
|
|
400
483
|
const _kS = "keyShortcut";
|
|
401
484
|
const _kT = "keyType";
|
|
402
485
|
const _ke = "keys";
|
|
403
486
|
const _l = "location";
|
|
487
|
+
const _lM = "latencyMs";
|
|
404
488
|
const _lUA = "lastUpdatedAt";
|
|
405
489
|
const _lVS = "liveViewStream";
|
|
406
490
|
const _la = "label";
|
|
@@ -411,7 +495,9 @@ const _mC = "mouseClick";
|
|
|
411
495
|
const _mD = "mouseDrag";
|
|
412
496
|
const _mF = "metadataFilters";
|
|
413
497
|
const _mI = "memoryId";
|
|
498
|
+
const _mIa = "maxIterations";
|
|
414
499
|
const _mIe = "messageIndex";
|
|
500
|
+
const _mIo = "modelId";
|
|
415
501
|
const _mK = "metadataKey";
|
|
416
502
|
const _mL = "messagesList";
|
|
417
503
|
const _mM = "mouseMove";
|
|
@@ -423,20 +509,30 @@ const _mRa = "maxResults";
|
|
|
423
509
|
const _mS = "mouseScroll";
|
|
424
510
|
const _mSI = "mcpSessionId";
|
|
425
511
|
const _mSIe = "memoryStrategyId";
|
|
512
|
+
const _mSe = "messageStart";
|
|
513
|
+
const _mSes = "messageStop";
|
|
426
514
|
const _mT = "mimeType";
|
|
515
|
+
const _mTa = "maxTokens";
|
|
427
516
|
const _mV = "metadataValue";
|
|
428
517
|
const _mc = "mcp";
|
|
429
518
|
const _me = "metadata";
|
|
430
519
|
const _mes = "messages";
|
|
520
|
+
const _met = "metrics";
|
|
521
|
+
const _mo = "model";
|
|
431
522
|
const _n = "name";
|
|
432
523
|
const _nP = "namespacePath";
|
|
433
524
|
const _nT = "nextToken";
|
|
434
525
|
const _na = "namespace";
|
|
435
526
|
const _nam = "namespaces";
|
|
527
|
+
const _no = "none";
|
|
436
528
|
const _o = "operator";
|
|
529
|
+
const _oA = "outboundAuth";
|
|
530
|
+
const _oAMC = "openAiModelConfig";
|
|
437
531
|
const _oF = "oauth2Flow";
|
|
438
532
|
const _oT = "outputTokens";
|
|
533
|
+
const _oa = "oauth";
|
|
439
534
|
const _p = "payload";
|
|
535
|
+
const _pA = "providerArn";
|
|
440
536
|
const _pC = "profileConfiguration";
|
|
441
537
|
const _pCr = "proxyConfiguration";
|
|
442
538
|
const _pI = "profileIdentifier";
|
|
@@ -451,16 +547,20 @@ const _q = "qualifier";
|
|
|
451
547
|
const _r = "reason";
|
|
452
548
|
const _rA = "registryArn";
|
|
453
549
|
const _rAe = "recordArn";
|
|
550
|
+
const _rC = "reasoningContent";
|
|
454
551
|
const _rCE = "runtimeClientError";
|
|
455
552
|
const _rCPN = "resourceCredentialProviderName";
|
|
553
|
+
const _rCe = "redactedContent";
|
|
456
554
|
const _rEI = "rootEventId";
|
|
457
555
|
const _rI = "requestIdentifier";
|
|
458
556
|
const _rIe = "recordId";
|
|
459
557
|
const _rIeg = "registryIds";
|
|
558
|
+
const _rM = "remoteMcp";
|
|
460
559
|
const _rNFE = "resourceNotFoundException";
|
|
461
560
|
const _rORU = "resourceOauth2ReturnUrl";
|
|
462
561
|
const _rR = "registryRecords";
|
|
463
562
|
const _rSI = "runtimeSessionId";
|
|
563
|
+
const _rT = "reasoningText";
|
|
464
564
|
const _rUI = "runtimeUserId";
|
|
465
565
|
const _re = "records";
|
|
466
566
|
const _res = "resource";
|
|
@@ -483,10 +583,13 @@ const _sIpa = "spanIds";
|
|
|
483
583
|
const _sIt = "strategyId";
|
|
484
584
|
const _sM = "skillMd";
|
|
485
585
|
const _sMe = "secretsManager";
|
|
586
|
+
const _sN = "serverName";
|
|
587
|
+
const _sP = "systemPrompt";
|
|
486
588
|
const _sQ = "searchQuery";
|
|
487
589
|
const _sQEE = "serviceQuotaExceededException";
|
|
488
590
|
const _sR = "successfulRecords";
|
|
489
591
|
const _sRA = "sessionReplayArtifact";
|
|
592
|
+
const _sRt = "stopReason";
|
|
490
593
|
const _sS = "streamStatus";
|
|
491
594
|
const _sSe = "sessionStatus";
|
|
492
595
|
const _sSes = "sessionSummaries";
|
|
@@ -505,8 +608,11 @@ const _scr = "screenshot";
|
|
|
505
608
|
const _se = "server";
|
|
506
609
|
const _sen = "sensitive";
|
|
507
610
|
const _si = "size";
|
|
611
|
+
const _sig = "signature";
|
|
612
|
+
const _sk = "skills";
|
|
508
613
|
const _st = "streaming";
|
|
509
614
|
const _sta = "status";
|
|
615
|
+
const _star = "start";
|
|
510
616
|
const _std = "stdout";
|
|
511
617
|
const _stde = "stderr";
|
|
512
618
|
const _str = "streams";
|
|
@@ -518,12 +624,18 @@ const _tIa = "taskId";
|
|
|
518
624
|
const _tIr = "traceIds";
|
|
519
625
|
const _tK = "topK";
|
|
520
626
|
const _tN = "toolNames";
|
|
521
|
-
const _tP = "
|
|
627
|
+
const _tP = "topP";
|
|
628
|
+
const _tPr = "traceParent";
|
|
629
|
+
const _tR = "toolResult";
|
|
522
630
|
const _tS = "traceState";
|
|
523
631
|
const _tSa = "taskStatus";
|
|
632
|
+
const _tSi = "timeoutSeconds";
|
|
524
633
|
const _tT = "totalTokens";
|
|
525
634
|
const _tU = "tokenUsage";
|
|
635
|
+
const _tUI = "toolUseId";
|
|
636
|
+
const _tUo = "toolUse";
|
|
526
637
|
const _te = "text";
|
|
638
|
+
const _tem = "temperature";
|
|
527
639
|
const _ti = "timeout";
|
|
528
640
|
const _tim = "timestamp";
|
|
529
641
|
const _to = "tools";
|
|
@@ -534,6 +646,8 @@ const _uA = "updatedAt";
|
|
|
534
646
|
const _uI = "userIdentifier";
|
|
535
647
|
const _uIs = "userId";
|
|
536
648
|
const _uT = "userToken";
|
|
649
|
+
const _ur = "url";
|
|
650
|
+
const _us = "usage";
|
|
537
651
|
const _v = "value";
|
|
538
652
|
const _vE = "validationException";
|
|
539
653
|
const _vI = "versionId";
|
|
@@ -651,8 +765,13 @@ var CustomRequestValueType = [0, n0, _CRVT, 8, 0];
|
|
|
651
765
|
var Description = [0, n0, _D, 8, 0];
|
|
652
766
|
var Document = [0, n0, _Do, 8, 15];
|
|
653
767
|
var EvaluationExplanation = [0, n0, _EE, 8, 0];
|
|
768
|
+
var HarnessInlineFunctionDescription = [0, n0, _HIFD, 8, 0];
|
|
769
|
+
var HarnessRemoteMcpUrl = [0, n0, _HRMU, 8, 0];
|
|
770
|
+
var OAuthCustomParametersValue = [0, n0, _OACPV, 8, 0];
|
|
654
771
|
var ResponseStream = [0, n0, _RS, { [_sen]: 1, [_st]: 1 }, 42];
|
|
772
|
+
var SensitiveJson = [0, n0, _SJ, 8, 15];
|
|
655
773
|
var SensitiveString = [0, n0, _SS, 8, 0];
|
|
774
|
+
var SensitiveText = [0, n0, _ST, 8, 0];
|
|
656
775
|
var State = [0, n0, _S, 8, 0];
|
|
657
776
|
var UserTokenType = [0, n0, _UTT, 8, 0];
|
|
658
777
|
var WorkloadIdentityTokenType = [0, n0, _WITT, 8, 0];
|
|
@@ -1006,6 +1125,126 @@ exports.GetWorkloadAccessTokenResponse$ = [3, n0, _GWATRe,
|
|
|
1006
1125
|
[_wAT],
|
|
1007
1126
|
[[() => WorkloadIdentityTokenType, 0]], 1
|
|
1008
1127
|
];
|
|
1128
|
+
exports.HarnessAgentCoreBrowserConfig$ = [3, n0, _HACBC,
|
|
1129
|
+
0,
|
|
1130
|
+
[_bA],
|
|
1131
|
+
[0]
|
|
1132
|
+
];
|
|
1133
|
+
exports.HarnessAgentCoreCodeInterpreterConfig$ = [3, n0, _HACCIC,
|
|
1134
|
+
0,
|
|
1135
|
+
[_cIA],
|
|
1136
|
+
[0]
|
|
1137
|
+
];
|
|
1138
|
+
exports.HarnessAgentCoreGatewayConfig$ = [3, n0, _HACGC,
|
|
1139
|
+
0,
|
|
1140
|
+
[_gA, _oA],
|
|
1141
|
+
[0, [() => exports.HarnessGatewayOutboundAuth$, 0]], 1
|
|
1142
|
+
];
|
|
1143
|
+
exports.HarnessBedrockModelConfig$ = [3, n0, _HBMC,
|
|
1144
|
+
0,
|
|
1145
|
+
[_mIo, _mTa, _tem, _tP],
|
|
1146
|
+
[0, 1, 1, 1], 1
|
|
1147
|
+
];
|
|
1148
|
+
exports.HarnessContentBlockDeltaEvent$ = [3, n0, _HCBDE,
|
|
1149
|
+
0,
|
|
1150
|
+
[_cBI, _del],
|
|
1151
|
+
[1, [() => exports.HarnessContentBlockDelta$, 0]], 2
|
|
1152
|
+
];
|
|
1153
|
+
exports.HarnessContentBlockStartEvent$ = [3, n0, _HCBSE,
|
|
1154
|
+
0,
|
|
1155
|
+
[_cBI, _star],
|
|
1156
|
+
[1, () => exports.HarnessContentBlockStart$], 2
|
|
1157
|
+
];
|
|
1158
|
+
exports.HarnessContentBlockStopEvent$ = [3, n0, _HCBSEa,
|
|
1159
|
+
0,
|
|
1160
|
+
[_cBI],
|
|
1161
|
+
[1], 1
|
|
1162
|
+
];
|
|
1163
|
+
exports.HarnessGeminiModelConfig$ = [3, n0, _HGMC,
|
|
1164
|
+
0,
|
|
1165
|
+
[_mIo, _aKA, _mTa, _tem, _tP, _tK],
|
|
1166
|
+
[0, 0, 1, 1, 1, 1], 2
|
|
1167
|
+
];
|
|
1168
|
+
exports.HarnessInlineFunctionConfig$ = [3, n0, _HIFC,
|
|
1169
|
+
0,
|
|
1170
|
+
[_de, _iS],
|
|
1171
|
+
[[() => HarnessInlineFunctionDescription, 0], [() => SensitiveJson, 0]], 2
|
|
1172
|
+
];
|
|
1173
|
+
exports.HarnessMessage$ = [3, n0, _HM,
|
|
1174
|
+
0,
|
|
1175
|
+
[_ro, _co],
|
|
1176
|
+
[0, [() => HarnessContentBlocks, 0]], 2
|
|
1177
|
+
];
|
|
1178
|
+
exports.HarnessMessageStartEvent$ = [3, n0, _HMSE,
|
|
1179
|
+
0,
|
|
1180
|
+
[_ro],
|
|
1181
|
+
[0], 1
|
|
1182
|
+
];
|
|
1183
|
+
exports.HarnessMessageStopEvent$ = [3, n0, _HMSEa,
|
|
1184
|
+
0,
|
|
1185
|
+
[_sRt],
|
|
1186
|
+
[0], 1
|
|
1187
|
+
];
|
|
1188
|
+
exports.HarnessMetadataEvent$ = [3, n0, _HME,
|
|
1189
|
+
0,
|
|
1190
|
+
[_us, _met],
|
|
1191
|
+
[() => exports.HarnessTokenUsage$, () => exports.HarnessStreamMetrics$], 2
|
|
1192
|
+
];
|
|
1193
|
+
exports.HarnessOpenAiModelConfig$ = [3, n0, _HOAMC,
|
|
1194
|
+
0,
|
|
1195
|
+
[_mIo, _aKA, _mTa, _tem, _tP],
|
|
1196
|
+
[0, 0, 1, 1, 1], 2
|
|
1197
|
+
];
|
|
1198
|
+
exports.HarnessReasoningTextBlock$ = [3, n0, _HRTB,
|
|
1199
|
+
8,
|
|
1200
|
+
[_te, _sig],
|
|
1201
|
+
[0, 0], 1
|
|
1202
|
+
];
|
|
1203
|
+
exports.HarnessRemoteMcpConfig$ = [3, n0, _HRMC,
|
|
1204
|
+
0,
|
|
1205
|
+
[_ur, _h],
|
|
1206
|
+
[[() => HarnessRemoteMcpUrl, 0], [() => HttpHeadersMap, 0]], 1
|
|
1207
|
+
];
|
|
1208
|
+
exports.HarnessStreamMetrics$ = [3, n0, _HSM,
|
|
1209
|
+
0,
|
|
1210
|
+
[_lM],
|
|
1211
|
+
[1], 1
|
|
1212
|
+
];
|
|
1213
|
+
exports.HarnessTokenUsage$ = [3, n0, _HTU,
|
|
1214
|
+
0,
|
|
1215
|
+
[_iTn, _oT, _tT, _cRIT, _cWIT],
|
|
1216
|
+
[1, 1, 1, 1, 1], 3
|
|
1217
|
+
];
|
|
1218
|
+
exports.HarnessTool$ = [3, n0, _HT,
|
|
1219
|
+
0,
|
|
1220
|
+
[_t, _n, _conf],
|
|
1221
|
+
[0, 0, [() => exports.HarnessToolConfiguration$, 0]], 1
|
|
1222
|
+
];
|
|
1223
|
+
exports.HarnessToolResultBlock$ = [3, n0, _HTRB,
|
|
1224
|
+
0,
|
|
1225
|
+
[_tUI, _co, _sta, _t],
|
|
1226
|
+
[0, [() => HarnessToolResultContentBlocks, 0], 0, 0], 2
|
|
1227
|
+
];
|
|
1228
|
+
exports.HarnessToolResultBlockStart$ = [3, n0, _HTRBS,
|
|
1229
|
+
0,
|
|
1230
|
+
[_tUI, _sta],
|
|
1231
|
+
[0, 0], 1
|
|
1232
|
+
];
|
|
1233
|
+
exports.HarnessToolUseBlock$ = [3, n0, _HTUB,
|
|
1234
|
+
0,
|
|
1235
|
+
[_n, _tUI, _i, _t, _sN],
|
|
1236
|
+
[0, 0, [() => SensitiveJson, 0], 0, 0], 3
|
|
1237
|
+
];
|
|
1238
|
+
exports.HarnessToolUseBlockDelta$ = [3, n0, _HTUBD,
|
|
1239
|
+
0,
|
|
1240
|
+
[_i],
|
|
1241
|
+
[[() => SensitiveText, 0]], 1
|
|
1242
|
+
];
|
|
1243
|
+
exports.HarnessToolUseBlockStart$ = [3, n0, _HTUBS,
|
|
1244
|
+
0,
|
|
1245
|
+
[_tUI, _n, _t, _sN],
|
|
1246
|
+
[0, 0, 0, 0], 2
|
|
1247
|
+
];
|
|
1009
1248
|
exports.InputContentBlock$ = [3, n0, _ICB,
|
|
1010
1249
|
0,
|
|
1011
1250
|
[_pa, _te, _bl],
|
|
@@ -1013,7 +1252,7 @@ exports.InputContentBlock$ = [3, n0, _ICB,
|
|
|
1013
1252
|
];
|
|
1014
1253
|
exports.InvokeAgentRuntimeCommandRequest$ = [3, n0, _IARCR,
|
|
1015
1254
|
0,
|
|
1016
|
-
[_aRA, _bo, _cTo, _ac, _rSI, _tI,
|
|
1255
|
+
[_aRA, _bo, _cTo, _ac, _rSI, _tI, _tPr, _tS, _ba, _q, _aIc],
|
|
1017
1256
|
[[0, 1], [() => exports.InvokeAgentRuntimeCommandRequestBody$, 16], [0, { [_hH]: _CT }], [0, { [_hH]: _A }], [0, { [_hH]: _XABARSI, [_iT]: 1 }], [0, { [_hH]: _XATI }], [0, { [_hH]: _tr }], [0, { [_hH]: _tra }], [0, { [_hH]: _ba }], [0, { [_hQ]: _q }], [0, { [_hQ]: _aIc }]], 2
|
|
1018
1257
|
];
|
|
1019
1258
|
exports.InvokeAgentRuntimeCommandRequestBody$ = [3, n0, _IARCRB,
|
|
@@ -1023,17 +1262,17 @@ exports.InvokeAgentRuntimeCommandRequestBody$ = [3, n0, _IARCRB,
|
|
|
1023
1262
|
];
|
|
1024
1263
|
exports.InvokeAgentRuntimeCommandResponse$ = [3, n0, _IARCRn,
|
|
1025
1264
|
0,
|
|
1026
|
-
[_cTo, _stre, _rSI, _tI,
|
|
1265
|
+
[_cTo, _stre, _rSI, _tI, _tPr, _tS, _ba, _sCt],
|
|
1027
1266
|
[[0, { [_hH]: _CT }], [() => exports.InvokeAgentRuntimeCommandStreamOutput$, 16], [0, { [_hH]: _XABARSI }], [0, { [_hH]: _XATI }], [0, { [_hH]: _tr }], [0, { [_hH]: _tra }], [0, { [_hH]: _ba }], [1, 32]], 2
|
|
1028
1267
|
];
|
|
1029
1268
|
exports.InvokeAgentRuntimeRequest$ = [3, n0, _IARR,
|
|
1030
1269
|
0,
|
|
1031
|
-
[_aRA, _p, _cTo, _ac, _mSI, _rSI, _mPV, _rUI, _tI,
|
|
1270
|
+
[_aRA, _p, _cTo, _ac, _mSI, _rSI, _mPV, _rUI, _tI, _tPr, _tS, _ba, _q, _aIc],
|
|
1032
1271
|
[[0, 1], [() => Body, 16], [0, { [_hH]: _CT }], [0, { [_hH]: _A }], [0, { [_hH]: _MSI }], [0, { [_hH]: _XABARSI, [_iT]: 1 }], [0, { [_hH]: _MPV }], [0, { [_hH]: _XABARUI }], [0, { [_hH]: _XATI }], [0, { [_hH]: _tr }], [0, { [_hH]: _tra }], [0, { [_hH]: _ba }], [0, { [_hQ]: _q }], [0, { [_hQ]: _aIc }]], 2
|
|
1033
1272
|
];
|
|
1034
1273
|
exports.InvokeAgentRuntimeResponse$ = [3, n0, _IARRn,
|
|
1035
1274
|
0,
|
|
1036
|
-
[_cTo, _rSI, _mSI, _mPV, _tI,
|
|
1275
|
+
[_cTo, _rSI, _mSI, _mPV, _tI, _tPr, _tS, _ba, _resp, _sCt],
|
|
1037
1276
|
[[0, { [_hH]: _CT }], [0, { [_hH]: _XABARSI }], [0, { [_hH]: _MSI }], [0, { [_hH]: _MPV }], [0, { [_hH]: _XATI }], [0, { [_hH]: _tr }], [0, { [_hH]: _tra }], [0, { [_hH]: _ba }], [() => ResponseStream, 16], [1, 32]], 1
|
|
1038
1277
|
];
|
|
1039
1278
|
exports.InvokeBrowserRequest$ = [3, n0, _IBR,
|
|
@@ -1048,7 +1287,7 @@ exports.InvokeBrowserResponse$ = [3, n0, _IBRn,
|
|
|
1048
1287
|
];
|
|
1049
1288
|
exports.InvokeCodeInterpreterRequest$ = [3, n0, _ICIR,
|
|
1050
1289
|
0,
|
|
1051
|
-
[_cII, _n, _sI, _tI,
|
|
1290
|
+
[_cII, _n, _sI, _tI, _tPr, _ar],
|
|
1052
1291
|
[[0, 1], 0, [0, { [_hH]: _xacisi }], [0, { [_hH]: _XATI }], [0, { [_hH]: _tr }], [() => exports.ToolArguments$, 0]], 2
|
|
1053
1292
|
];
|
|
1054
1293
|
exports.InvokeCodeInterpreterResponse$ = [3, n0, _ICIRn,
|
|
@@ -1056,6 +1295,16 @@ exports.InvokeCodeInterpreterResponse$ = [3, n0, _ICIRn,
|
|
|
1056
1295
|
[_stre, _sI],
|
|
1057
1296
|
[[() => exports.CodeInterpreterStreamOutput$, 16], [0, { [_hH]: _xacisi }]], 1
|
|
1058
1297
|
];
|
|
1298
|
+
exports.InvokeHarnessRequest$ = [3, n0, _IHR,
|
|
1299
|
+
0,
|
|
1300
|
+
[_hA, _rSI, _mes, _mo, _sP, _to, _sk, _aTl, _mIa, _mTa, _tSi, _aI],
|
|
1301
|
+
[[0, { [_hQ]: _hA }], [0, { [_hH]: _XABARSI }], [() => HarnessMessages, 0], () => exports.HarnessModelConfiguration$, [() => HarnessSystemPrompt, 0], [() => HarnessTools, 0], () => HarnessSkills, 64 | 0, 1, 1, 1, 0], 3
|
|
1302
|
+
];
|
|
1303
|
+
exports.InvokeHarnessResponse$ = [3, n0, _IHRn,
|
|
1304
|
+
0,
|
|
1305
|
+
[_stre],
|
|
1306
|
+
[[() => exports.InvokeHarnessStreamOutput$, 16]], 1
|
|
1307
|
+
];
|
|
1059
1308
|
exports.KeyPressArguments$ = [3, n0, _KPA,
|
|
1060
1309
|
0,
|
|
1061
1310
|
[_k, _pr],
|
|
@@ -1103,7 +1352,7 @@ exports.ListBrowserSessionsRequest$ = [3, n0, _LBSR,
|
|
|
1103
1352
|
];
|
|
1104
1353
|
exports.ListBrowserSessionsResponse$ = [3, n0, _LBSRi,
|
|
1105
1354
|
0,
|
|
1106
|
-
[
|
|
1355
|
+
[_it, _nT],
|
|
1107
1356
|
[() => BrowserSessionSummaries, 0], 1
|
|
1108
1357
|
];
|
|
1109
1358
|
exports.ListCodeInterpreterSessionsRequest$ = [3, n0, _LCISR,
|
|
@@ -1113,7 +1362,7 @@ exports.ListCodeInterpreterSessionsRequest$ = [3, n0, _LCISR,
|
|
|
1113
1362
|
];
|
|
1114
1363
|
exports.ListCodeInterpreterSessionsResponse$ = [3, n0, _LCISRi,
|
|
1115
1364
|
0,
|
|
1116
|
-
[
|
|
1365
|
+
[_it, _nT],
|
|
1117
1366
|
[() => CodeInterpreterSessionSummaries, 0], 1
|
|
1118
1367
|
];
|
|
1119
1368
|
exports.ListEventsInput$ = [3, n0, _LEI,
|
|
@@ -1246,6 +1495,11 @@ exports.MouseScrollResult$ = [3, n0, _MSR,
|
|
|
1246
1495
|
[_sta, _e],
|
|
1247
1496
|
[0, 0], 1
|
|
1248
1497
|
];
|
|
1498
|
+
exports.OAuthCredentialProvider$ = [3, n0, _OACP,
|
|
1499
|
+
0,
|
|
1500
|
+
[_pA, _sc, _cP, _gT, _dRU],
|
|
1501
|
+
[0, 64 | 0, [() => OAuthCustomParameters, 0], 0, 0], 2
|
|
1502
|
+
];
|
|
1249
1503
|
exports.ProxyBypass$ = [3, n0, _PB,
|
|
1250
1504
|
0,
|
|
1251
1505
|
[_dP],
|
|
@@ -1288,7 +1542,7 @@ exports.S3Location$ = [3, n0, _SL,
|
|
|
1288
1542
|
];
|
|
1289
1543
|
exports.SaveBrowserSessionProfileRequest$ = [3, n0, _SBSPR,
|
|
1290
1544
|
0,
|
|
1291
|
-
[_pI, _bI, _sI, _tI,
|
|
1545
|
+
[_pI, _bI, _sI, _tI, _tPr, _cT],
|
|
1292
1546
|
[[0, 1], 0, 0, [0, { [_hH]: _XATI }], [0, { [_hH]: _tr }], [0, 4]], 3
|
|
1293
1547
|
];
|
|
1294
1548
|
exports.SaveBrowserSessionProfileResponse$ = [3, n0, _SBSPRa,
|
|
@@ -1358,7 +1612,7 @@ exports.SpanContext$ = [3, n0, _SCp,
|
|
|
1358
1612
|
];
|
|
1359
1613
|
exports.StartBrowserSessionRequest$ = [3, n0, _SBSR,
|
|
1360
1614
|
0,
|
|
1361
|
-
[_bI, _tI,
|
|
1615
|
+
[_bI, _tI, _tPr, _n, _sTS, _vP, _ext, _pC, _pCr, _eP, _ce, _cT],
|
|
1362
1616
|
[[0, 1], [0, { [_hH]: _XATI }], [0, { [_hH]: _tr }], 0, 1, () => exports.ViewPort$, () => BrowserExtensions, () => exports.BrowserProfileConfiguration$, () => exports.ProxyConfiguration$, () => BrowserEnterprisePolicies, () => Certificates, [0, 4]], 1
|
|
1363
1617
|
];
|
|
1364
1618
|
exports.StartBrowserSessionResponse$ = [3, n0, _SBSRt,
|
|
@@ -1368,7 +1622,7 @@ exports.StartBrowserSessionResponse$ = [3, n0, _SBSRt,
|
|
|
1368
1622
|
];
|
|
1369
1623
|
exports.StartCodeInterpreterSessionRequest$ = [3, n0, _SCISR,
|
|
1370
1624
|
0,
|
|
1371
|
-
[_cII, _tI,
|
|
1625
|
+
[_cII, _tI, _tPr, _n, _sTS, _ce, _cT],
|
|
1372
1626
|
[[0, 1], [0, { [_hH]: _XATI }], [0, { [_hH]: _tr }], 0, 1, () => Certificates, [0, 4]], 1
|
|
1373
1627
|
];
|
|
1374
1628
|
exports.StartCodeInterpreterSessionResponse$ = [3, n0, _SCISRt,
|
|
@@ -1388,7 +1642,7 @@ exports.StartMemoryExtractionJobOutput$ = [3, n0, _SMEJO,
|
|
|
1388
1642
|
];
|
|
1389
1643
|
exports.StopBrowserSessionRequest$ = [3, n0, _SBSRto,
|
|
1390
1644
|
0,
|
|
1391
|
-
[_bI, _sI, _tI,
|
|
1645
|
+
[_bI, _sI, _tI, _tPr, _cT],
|
|
1392
1646
|
[[0, 1], [0, { [_hQ]: _sI }], [0, { [_hH]: _XATI }], [0, { [_hH]: _tr }], [0, 4]], 2
|
|
1393
1647
|
];
|
|
1394
1648
|
exports.StopBrowserSessionResponse$ = [3, n0, _SBSRtop,
|
|
@@ -1398,7 +1652,7 @@ exports.StopBrowserSessionResponse$ = [3, n0, _SBSRtop,
|
|
|
1398
1652
|
];
|
|
1399
1653
|
exports.StopCodeInterpreterSessionRequest$ = [3, n0, _SCISRto,
|
|
1400
1654
|
0,
|
|
1401
|
-
[_cII, _sI, _tI,
|
|
1655
|
+
[_cII, _sI, _tI, _tPr, _cT],
|
|
1402
1656
|
[[0, 1], [0, { [_hQ]: _sI }], [0, { [_hH]: _XATI }], [0, { [_hH]: _tr }], [0, 4]], 2
|
|
1403
1657
|
];
|
|
1404
1658
|
exports.StopCodeInterpreterSessionResponse$ = [3, n0, _SCISRtop,
|
|
@@ -1453,9 +1707,10 @@ exports.ValidationExceptionField$ = [3, n0, _VEF,
|
|
|
1453
1707
|
];
|
|
1454
1708
|
exports.ViewPort$ = [3, n0, _VP,
|
|
1455
1709
|
0,
|
|
1456
|
-
[_w,
|
|
1710
|
+
[_w, _he],
|
|
1457
1711
|
[1, 1], 2
|
|
1458
1712
|
];
|
|
1713
|
+
var __Unit = "unit";
|
|
1459
1714
|
var ActorSummaryList = [1, n0, _ASL,
|
|
1460
1715
|
0, () => exports.ActorSummary$
|
|
1461
1716
|
];
|
|
@@ -1499,6 +1754,34 @@ var EventMetadataFilterList = [1, n0, _EMFL,
|
|
|
1499
1754
|
var ExtractionJobMetadataList = [1, n0, _EJML,
|
|
1500
1755
|
0, () => exports.ExtractionJobMetadata$
|
|
1501
1756
|
];
|
|
1757
|
+
var HarnessAllowedTools = 64 | 0;
|
|
1758
|
+
var HarnessContentBlocks = [1, n0, _HCB,
|
|
1759
|
+
0, [() => exports.HarnessContentBlock$,
|
|
1760
|
+
0]
|
|
1761
|
+
];
|
|
1762
|
+
var HarnessMessages = [1, n0, _HMa,
|
|
1763
|
+
0, [() => exports.HarnessMessage$,
|
|
1764
|
+
0]
|
|
1765
|
+
];
|
|
1766
|
+
var HarnessSkills = [1, n0, _HS,
|
|
1767
|
+
0, () => exports.HarnessSkill$
|
|
1768
|
+
];
|
|
1769
|
+
var HarnessSystemPrompt = [1, n0, _HSP,
|
|
1770
|
+
0, [() => exports.HarnessSystemContentBlock$,
|
|
1771
|
+
0]
|
|
1772
|
+
];
|
|
1773
|
+
var HarnessToolResultBlocksDelta = [1, n0, _HTRBD,
|
|
1774
|
+
0, [() => exports.HarnessToolResultBlockDelta$,
|
|
1775
|
+
0]
|
|
1776
|
+
];
|
|
1777
|
+
var HarnessToolResultContentBlocks = [1, n0, _HTRCB,
|
|
1778
|
+
0, [() => exports.HarnessToolResultContentBlock$,
|
|
1779
|
+
0]
|
|
1780
|
+
];
|
|
1781
|
+
var HarnessTools = [1, n0, _HTa,
|
|
1782
|
+
0, [() => exports.HarnessTool$,
|
|
1783
|
+
0]
|
|
1784
|
+
];
|
|
1502
1785
|
var IgnoredReferenceInputFields = 64 | 0;
|
|
1503
1786
|
var InputContentBlockList = [1, n0, _ICBL,
|
|
1504
1787
|
0, [() => exports.InputContentBlock$,
|
|
@@ -1530,6 +1813,7 @@ var MessagesList = [1, n0, _ML,
|
|
|
1530
1813
|
0, () => exports.MessageMetadata$
|
|
1531
1814
|
];
|
|
1532
1815
|
var NamespacesList = 64 | 0;
|
|
1816
|
+
var OAuthScopes = 64 | 0;
|
|
1533
1817
|
var PayloadTypeList = [1, n0, _PTL,
|
|
1534
1818
|
0, [() => exports.PayloadType$,
|
|
1535
1819
|
0]
|
|
@@ -1561,9 +1845,18 @@ var CustomRequestParametersType = [2, n0, _CRPT,
|
|
|
1561
1845
|
[() => CustomRequestValueType,
|
|
1562
1846
|
0]
|
|
1563
1847
|
];
|
|
1848
|
+
var HttpHeadersMap = [2, n0, _HHM,
|
|
1849
|
+
8, 0, 0
|
|
1850
|
+
];
|
|
1564
1851
|
var MetadataMap = [2, n0, _MMe,
|
|
1565
1852
|
0, 0, () => exports.MetadataValue$
|
|
1566
1853
|
];
|
|
1854
|
+
var OAuthCustomParameters = [2, n0, _OACPu,
|
|
1855
|
+
0, [0,
|
|
1856
|
+
0],
|
|
1857
|
+
[() => OAuthCustomParametersValue,
|
|
1858
|
+
0]
|
|
1859
|
+
];
|
|
1567
1860
|
exports.BrowserAction$ = [4, n0, _BAr,
|
|
1568
1861
|
0,
|
|
1569
1862
|
[_mC, _mM, _mD, _mS, _kT, _kP, _kS, _scr],
|
|
@@ -1614,11 +1907,76 @@ exports.ExtractionJobMessages$ = [4, n0, _EJMx,
|
|
|
1614
1907
|
[_mL],
|
|
1615
1908
|
[() => MessagesList]
|
|
1616
1909
|
];
|
|
1910
|
+
exports.HarnessContentBlock$ = [4, n0, _HCBa,
|
|
1911
|
+
0,
|
|
1912
|
+
[_te, _tUo, _tR, _rC],
|
|
1913
|
+
[[() => SensitiveText, 0], [() => exports.HarnessToolUseBlock$, 0], [() => exports.HarnessToolResultBlock$, 0], [() => exports.HarnessReasoningContentBlock$, 0]]
|
|
1914
|
+
];
|
|
1915
|
+
exports.HarnessContentBlockDelta$ = [4, n0, _HCBD,
|
|
1916
|
+
0,
|
|
1917
|
+
[_te, _tUo, _tR, _rC],
|
|
1918
|
+
[[() => SensitiveText, 0], [() => exports.HarnessToolUseBlockDelta$, 0], [() => HarnessToolResultBlocksDelta, 0], [() => exports.HarnessReasoningContentBlockDelta$, 0]]
|
|
1919
|
+
];
|
|
1920
|
+
exports.HarnessContentBlockStart$ = [4, n0, _HCBS,
|
|
1921
|
+
0,
|
|
1922
|
+
[_tUo, _tR],
|
|
1923
|
+
[() => exports.HarnessToolUseBlockStart$, () => exports.HarnessToolResultBlockStart$]
|
|
1924
|
+
];
|
|
1925
|
+
exports.HarnessGatewayOutboundAuth$ = [4, n0, _HGOA,
|
|
1926
|
+
0,
|
|
1927
|
+
[_aIw, _no, _oa],
|
|
1928
|
+
[() => __Unit, () => __Unit, [() => exports.OAuthCredentialProvider$, 0]]
|
|
1929
|
+
];
|
|
1930
|
+
exports.HarnessModelConfiguration$ = [4, n0, _HMC,
|
|
1931
|
+
0,
|
|
1932
|
+
[_bMC, _oAMC, _gMC],
|
|
1933
|
+
[() => exports.HarnessBedrockModelConfig$, () => exports.HarnessOpenAiModelConfig$, () => exports.HarnessGeminiModelConfig$]
|
|
1934
|
+
];
|
|
1935
|
+
exports.HarnessReasoningContentBlock$ = [4, n0, _HRCB,
|
|
1936
|
+
8,
|
|
1937
|
+
[_rT, _rCe],
|
|
1938
|
+
[[() => exports.HarnessReasoningTextBlock$, 0], 21]
|
|
1939
|
+
];
|
|
1940
|
+
exports.HarnessReasoningContentBlockDelta$ = [4, n0, _HRCBD,
|
|
1941
|
+
8,
|
|
1942
|
+
[_te, _rCe, _sig],
|
|
1943
|
+
[0, [() => Body, 0], 0]
|
|
1944
|
+
];
|
|
1945
|
+
exports.HarnessSkill$ = [4, n0, _HSa,
|
|
1946
|
+
0,
|
|
1947
|
+
[_pa],
|
|
1948
|
+
[0]
|
|
1949
|
+
];
|
|
1950
|
+
exports.HarnessSystemContentBlock$ = [4, n0, _HSCB,
|
|
1951
|
+
0,
|
|
1952
|
+
[_te],
|
|
1953
|
+
[[() => SensitiveText, 0]]
|
|
1954
|
+
];
|
|
1955
|
+
exports.HarnessToolConfiguration$ = [4, n0, _HTC,
|
|
1956
|
+
0,
|
|
1957
|
+
[_rM, _aCB, _aCG, _iF, _aCCI],
|
|
1958
|
+
[[() => exports.HarnessRemoteMcpConfig$, 0], () => exports.HarnessAgentCoreBrowserConfig$, [() => exports.HarnessAgentCoreGatewayConfig$, 0], [() => exports.HarnessInlineFunctionConfig$, 0], () => exports.HarnessAgentCoreCodeInterpreterConfig$]
|
|
1959
|
+
];
|
|
1960
|
+
exports.HarnessToolResultBlockDelta$ = [4, n0, _HTRBDa,
|
|
1961
|
+
0,
|
|
1962
|
+
[_te, _js],
|
|
1963
|
+
[[() => SensitiveText, 0], [() => SensitiveJson, 0]]
|
|
1964
|
+
];
|
|
1965
|
+
exports.HarnessToolResultContentBlock$ = [4, n0, _HTRCBa,
|
|
1966
|
+
0,
|
|
1967
|
+
[_te, _js],
|
|
1968
|
+
[[() => SensitiveText, 0], [() => SensitiveJson, 0]]
|
|
1969
|
+
];
|
|
1617
1970
|
exports.InvokeAgentRuntimeCommandStreamOutput$ = [4, n0, _IARCSO,
|
|
1618
1971
|
{ [_st]: 1 },
|
|
1619
1972
|
[_ch, _aDE, _iSE, _rNFE, _sQEE, _tE, _vE, _rCE],
|
|
1620
1973
|
[() => exports.ResponseChunk$, [() => exports.AccessDeniedException$, 0], [() => exports.InternalServerException$, 0], [() => exports.ResourceNotFoundException$, 0], [() => exports.ServiceQuotaExceededException$, 0], [() => exports.ThrottlingException$, 0], [() => exports.ValidationException$, 0], [() => exports.RuntimeClientError$, 0]]
|
|
1621
1974
|
];
|
|
1975
|
+
exports.InvokeHarnessStreamOutput$ = [4, n0, _IHSO,
|
|
1976
|
+
{ [_st]: 1 },
|
|
1977
|
+
[_mSe, _cBS, _cBD, _cBSo, _mSes, _me, _iSE, _vE, _rCE],
|
|
1978
|
+
[() => exports.HarnessMessageStartEvent$, () => exports.HarnessContentBlockStartEvent$, [() => exports.HarnessContentBlockDeltaEvent$, 0], () => exports.HarnessContentBlockStopEvent$, () => exports.HarnessMessageStopEvent$, () => exports.HarnessMetadataEvent$, [() => exports.InternalServerException$, 0], [() => exports.ValidationException$, 0], [() => exports.RuntimeClientError$, 0]]
|
|
1979
|
+
];
|
|
1622
1980
|
exports.LeftExpression$ = [4, n0, _LE,
|
|
1623
1981
|
0,
|
|
1624
1982
|
[_mK],
|
|
@@ -1646,7 +2004,7 @@ exports.Proxy$ = [4, n0, _Pr,
|
|
|
1646
2004
|
];
|
|
1647
2005
|
exports.ProxyCredentials$ = [4, n0, _PCr,
|
|
1648
2006
|
0,
|
|
1649
|
-
[
|
|
2007
|
+
[_bAa],
|
|
1650
2008
|
[() => exports.BasicAuth$]
|
|
1651
2009
|
];
|
|
1652
2010
|
exports.ResourceLocation$ = [4, n0, _RL,
|
|
@@ -1735,6 +2093,9 @@ exports.InvokeBrowser$ = [9, n0, _IB,
|
|
|
1735
2093
|
exports.InvokeCodeInterpreter$ = [9, n0, _ICI,
|
|
1736
2094
|
{ [_ht]: ["POST", "/code-interpreters/{codeInterpreterIdentifier}/tools/invoke", 200] }, () => exports.InvokeCodeInterpreterRequest$, () => exports.InvokeCodeInterpreterResponse$
|
|
1737
2095
|
];
|
|
2096
|
+
exports.InvokeHarness$ = [9, n0, _IH,
|
|
2097
|
+
{ [_ht]: ["POST", "/harnesses/invoke", 200] }, () => exports.InvokeHarnessRequest$, () => exports.InvokeHarnessResponse$
|
|
2098
|
+
];
|
|
1738
2099
|
exports.ListActors$ = [9, n0, _LA,
|
|
1739
2100
|
{ [_ht]: ["POST", "/memories/{memoryId}/actors", 200] }, () => exports.ListActorsInput$, () => exports.ListActorsOutput$
|
|
1740
2101
|
];
|