@aws-sdk/client-bedrock-agentcore 3.1033.0 → 3.1035.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 +19 -19
|
@@ -123,6 +123,52 @@ const _GWATFUIR = "GetWorkloadAccessTokenForUserIdRequest";
|
|
|
123
123
|
const _GWATFUIRe = "GetWorkloadAccessTokenForUserIdResponse";
|
|
124
124
|
const _GWATR = "GetWorkloadAccessTokenRequest";
|
|
125
125
|
const _GWATRe = "GetWorkloadAccessTokenResponse";
|
|
126
|
+
const _HACBC = "HarnessAgentCoreBrowserConfig";
|
|
127
|
+
const _HACCIC = "HarnessAgentCoreCodeInterpreterConfig";
|
|
128
|
+
const _HACGC = "HarnessAgentCoreGatewayConfig";
|
|
129
|
+
const _HBMC = "HarnessBedrockModelConfig";
|
|
130
|
+
const _HCB = "HarnessContentBlocks";
|
|
131
|
+
const _HCBD = "HarnessContentBlockDelta";
|
|
132
|
+
const _HCBDE = "HarnessContentBlockDeltaEvent";
|
|
133
|
+
const _HCBS = "HarnessContentBlockStart";
|
|
134
|
+
const _HCBSE = "HarnessContentBlockStartEvent";
|
|
135
|
+
const _HCBSEa = "HarnessContentBlockStopEvent";
|
|
136
|
+
const _HCBa = "HarnessContentBlock";
|
|
137
|
+
const _HGMC = "HarnessGeminiModelConfig";
|
|
138
|
+
const _HGOA = "HarnessGatewayOutboundAuth";
|
|
139
|
+
const _HHM = "HttpHeadersMap";
|
|
140
|
+
const _HIFC = "HarnessInlineFunctionConfig";
|
|
141
|
+
const _HIFD = "HarnessInlineFunctionDescription";
|
|
142
|
+
const _HM = "HarnessMessage";
|
|
143
|
+
const _HMC = "HarnessModelConfiguration";
|
|
144
|
+
const _HME = "HarnessMetadataEvent";
|
|
145
|
+
const _HMSE = "HarnessMessageStartEvent";
|
|
146
|
+
const _HMSEa = "HarnessMessageStopEvent";
|
|
147
|
+
const _HMa = "HarnessMessages";
|
|
148
|
+
const _HOAMC = "HarnessOpenAiModelConfig";
|
|
149
|
+
const _HRCB = "HarnessReasoningContentBlock";
|
|
150
|
+
const _HRCBD = "HarnessReasoningContentBlockDelta";
|
|
151
|
+
const _HRMC = "HarnessRemoteMcpConfig";
|
|
152
|
+
const _HRMU = "HarnessRemoteMcpUrl";
|
|
153
|
+
const _HRTB = "HarnessReasoningTextBlock";
|
|
154
|
+
const _HS = "HarnessSkills";
|
|
155
|
+
const _HSCB = "HarnessSystemContentBlock";
|
|
156
|
+
const _HSM = "HarnessStreamMetrics";
|
|
157
|
+
const _HSP = "HarnessSystemPrompt";
|
|
158
|
+
const _HSa = "HarnessSkill";
|
|
159
|
+
const _HT = "HarnessTool";
|
|
160
|
+
const _HTC = "HarnessToolConfiguration";
|
|
161
|
+
const _HTRB = "HarnessToolResultBlock";
|
|
162
|
+
const _HTRBD = "HarnessToolResultBlocksDelta";
|
|
163
|
+
const _HTRBDa = "HarnessToolResultBlockDelta";
|
|
164
|
+
const _HTRBS = "HarnessToolResultBlockStart";
|
|
165
|
+
const _HTRCB = "HarnessToolResultContentBlocks";
|
|
166
|
+
const _HTRCBa = "HarnessToolResultContentBlock";
|
|
167
|
+
const _HTU = "HarnessTokenUsage";
|
|
168
|
+
const _HTUB = "HarnessToolUseBlock";
|
|
169
|
+
const _HTUBD = "HarnessToolUseBlockDelta";
|
|
170
|
+
const _HTUBS = "HarnessToolUseBlockStart";
|
|
171
|
+
const _HTa = "HarnessTools";
|
|
126
172
|
const _IAR = "InvokeAgentRuntime";
|
|
127
173
|
const _IARC = "InvokeAgentRuntimeCommand";
|
|
128
174
|
const _IARCR = "InvokeAgentRuntimeCommandRequest";
|
|
@@ -139,6 +185,10 @@ const _ICBL = "InputContentBlockList";
|
|
|
139
185
|
const _ICI = "InvokeCodeInterpreter";
|
|
140
186
|
const _ICIR = "InvokeCodeInterpreterRequest";
|
|
141
187
|
const _ICIRn = "InvokeCodeInterpreterResponse";
|
|
188
|
+
const _IH = "InvokeHarness";
|
|
189
|
+
const _IHR = "InvokeHarnessRequest";
|
|
190
|
+
const _IHRn = "InvokeHarnessResponse";
|
|
191
|
+
const _IHSO = "InvokeHarnessStreamOutput";
|
|
142
192
|
const _IIE = "InvalidInputException";
|
|
143
193
|
const _ISE = "InternalServerException";
|
|
144
194
|
const _KPA = "KeyPressArguments";
|
|
@@ -199,6 +249,9 @@ const _MSA = "MouseScrollArguments";
|
|
|
199
249
|
const _MSI = "Mcp-Session-Id";
|
|
200
250
|
const _MSR = "MouseScrollResult";
|
|
201
251
|
const _MV = "MetadataValue";
|
|
252
|
+
const _OACP = "OAuthCredentialProvider";
|
|
253
|
+
const _OACPV = "OAuthCustomParametersValue";
|
|
254
|
+
const _OACPu = "OAuthCustomParameters";
|
|
202
255
|
const _P = "Proxies";
|
|
203
256
|
const _PB = "ProxyBypass";
|
|
204
257
|
const _PC = "ProxyConfiguration";
|
|
@@ -242,6 +295,7 @@ const _SD = "ServerDefinition";
|
|
|
242
295
|
const _SDk = "SkillDefinition";
|
|
243
296
|
const _SE = "ServiceException";
|
|
244
297
|
const _SF = "SessionFilter";
|
|
298
|
+
const _SJ = "SensitiveJson";
|
|
245
299
|
const _SL = "S3Location";
|
|
246
300
|
const _SMD = "SkillMdDefinition";
|
|
247
301
|
const _SMEJ = "StartMemoryExtractionJob";
|
|
@@ -259,6 +313,7 @@ const _SRSRt = "StopRuntimeSessionResponse";
|
|
|
259
313
|
const _SS = "SensitiveString";
|
|
260
314
|
const _SSL = "SessionSummaryList";
|
|
261
315
|
const _SSe = "SessionSummary";
|
|
316
|
+
const _ST = "SensitiveText";
|
|
262
317
|
const _SU = "StreamUpdate";
|
|
263
318
|
const _Sp = "Spans";
|
|
264
319
|
const _TA = "ToolArguments";
|
|
@@ -283,24 +338,32 @@ const _XABARUI = "X-Amzn-Bedrock-AgentCore-Runtime-User-Id";
|
|
|
283
338
|
const _XATI = "X-Amzn-Trace-Id";
|
|
284
339
|
const _a = "a2a";
|
|
285
340
|
const _aC = "agentCard";
|
|
341
|
+
const _aCB = "agentCoreBrowser";
|
|
342
|
+
const _aCCI = "agentCoreCodeInterpreter";
|
|
343
|
+
const _aCG = "agentCoreGateway";
|
|
286
344
|
const _aDE = "accessDeniedException";
|
|
287
345
|
const _aI = "actorId";
|
|
288
346
|
const _aIc = "accountId";
|
|
347
|
+
const _aIw = "awsIam";
|
|
289
348
|
const _aK = "apiKey";
|
|
349
|
+
const _aKA = "apiKeyArn";
|
|
290
350
|
const _aRA = "agentRuntimeArn";
|
|
291
351
|
const _aS = "automationStream";
|
|
292
352
|
const _aSU = "automationStreamUpdate";
|
|
293
353
|
const _aSc = "actorSummaries";
|
|
294
354
|
const _aSg = "agentSkills";
|
|
295
355
|
const _aT = "accessToken";
|
|
356
|
+
const _aTl = "allowedTools";
|
|
296
357
|
const _aU = "authorizationUrl";
|
|
297
358
|
const _ac = "accept";
|
|
298
359
|
const _act = "action";
|
|
299
360
|
const _ar = "arguments";
|
|
300
361
|
const _as = "assertions";
|
|
301
362
|
const _b = "branch";
|
|
302
|
-
const _bA = "
|
|
363
|
+
const _bA = "browserArn";
|
|
364
|
+
const _bAa = "basicAuth";
|
|
303
365
|
const _bI = "browserIdentifier";
|
|
366
|
+
const _bMC = "bedrockModelConfig";
|
|
304
367
|
const _ba = "baggage";
|
|
305
368
|
const _bl = "blob";
|
|
306
369
|
const _bo = "body";
|
|
@@ -309,33 +372,43 @@ const _buc = "bucket";
|
|
|
309
372
|
const _by = "bypass";
|
|
310
373
|
const _c = "client";
|
|
311
374
|
const _cA = "createdAt";
|
|
375
|
+
const _cBD = "contentBlockDelta";
|
|
376
|
+
const _cBI = "contentBlockIndex";
|
|
377
|
+
const _cBS = "contentBlockStart";
|
|
378
|
+
const _cBSo = "contentBlockStop";
|
|
312
379
|
const _cC = "clickCount";
|
|
313
380
|
const _cCl = "clearContext";
|
|
314
381
|
const _cD = "contentDelta";
|
|
315
382
|
const _cE = "conflictException";
|
|
383
|
+
const _cIA = "codeInterpreterArn";
|
|
316
384
|
const _cII = "codeInterpreterIdentifier";
|
|
317
385
|
const _cP = "customParameters";
|
|
386
|
+
const _cRIT = "cacheReadInputTokens";
|
|
318
387
|
const _cS = "customState";
|
|
319
388
|
const _cSo = "contentStart";
|
|
320
389
|
const _cSon = "contentStop";
|
|
321
390
|
const _cT = "clientToken";
|
|
322
391
|
const _cTo = "contentType";
|
|
392
|
+
const _cWIT = "cacheWriteInputTokens";
|
|
323
393
|
const _ce = "certificates";
|
|
324
394
|
const _ch = "chunk";
|
|
325
395
|
const _co = "content";
|
|
326
396
|
const _cod = "code";
|
|
327
397
|
const _com = "command";
|
|
328
398
|
const _con = "context";
|
|
399
|
+
const _conf = "config";
|
|
329
400
|
const _conv = "conversational";
|
|
330
401
|
const _cr = "credentials";
|
|
331
402
|
const _cu = "custom";
|
|
332
403
|
const _d = "data";
|
|
333
404
|
const _dP = "domainPatterns";
|
|
334
405
|
const _dPi = "directoryPath";
|
|
406
|
+
const _dRU = "defaultReturnUrl";
|
|
335
407
|
const _dT = "descriptorType";
|
|
336
408
|
const _dX = "deltaX";
|
|
337
409
|
const _dY = "deltaY";
|
|
338
410
|
const _de = "description";
|
|
411
|
+
const _del = "delta";
|
|
339
412
|
const _des = "descriptors";
|
|
340
413
|
const _e = "error";
|
|
341
414
|
const _eA = "evaluatorArn";
|
|
@@ -371,29 +444,39 @@ const _fR = "failedRecords";
|
|
|
371
444
|
const _fRa = "failureReason";
|
|
372
445
|
const _fi = "filters";
|
|
373
446
|
const _fo = "format";
|
|
374
|
-
const
|
|
447
|
+
const _gA = "gatewayArn";
|
|
448
|
+
const _gMC = "geminiModelConfig";
|
|
449
|
+
const _gT = "grantType";
|
|
450
|
+
const _h = "headers";
|
|
451
|
+
const _hA = "harnessArn";
|
|
375
452
|
const _hE = "httpError";
|
|
376
453
|
const _hH = "httpHeader";
|
|
377
454
|
const _hQ = "httpQuery";
|
|
455
|
+
const _he = "height";
|
|
378
456
|
const _ht = "http";
|
|
379
|
-
const _i = "
|
|
457
|
+
const _i = "input";
|
|
380
458
|
const _iC = "inlineContent";
|
|
381
459
|
const _iE = "isError";
|
|
460
|
+
const _iF = "inlineFunction";
|
|
382
461
|
const _iP = "includePayloads";
|
|
383
462
|
const _iPB = "includeParentBranches";
|
|
384
463
|
const _iRIF = "ignoredReferenceInputFields";
|
|
464
|
+
const _iS = "inputSchema";
|
|
385
465
|
const _iSE = "internalServerException";
|
|
386
466
|
const _iT = "idempotencyToken";
|
|
387
467
|
const _iTn = "inputTokens";
|
|
468
|
+
const _it = "items";
|
|
388
469
|
const _j = "jobs";
|
|
389
470
|
const _jI = "jobId";
|
|
390
471
|
const _jID = "jobID";
|
|
472
|
+
const _js = "json";
|
|
391
473
|
const _k = "key";
|
|
392
474
|
const _kP = "keyPress";
|
|
393
475
|
const _kS = "keyShortcut";
|
|
394
476
|
const _kT = "keyType";
|
|
395
477
|
const _ke = "keys";
|
|
396
478
|
const _l = "location";
|
|
479
|
+
const _lM = "latencyMs";
|
|
397
480
|
const _lUA = "lastUpdatedAt";
|
|
398
481
|
const _lVS = "liveViewStream";
|
|
399
482
|
const _la = "label";
|
|
@@ -404,7 +487,9 @@ const _mC = "mouseClick";
|
|
|
404
487
|
const _mD = "mouseDrag";
|
|
405
488
|
const _mF = "metadataFilters";
|
|
406
489
|
const _mI = "memoryId";
|
|
490
|
+
const _mIa = "maxIterations";
|
|
407
491
|
const _mIe = "messageIndex";
|
|
492
|
+
const _mIo = "modelId";
|
|
408
493
|
const _mK = "metadataKey";
|
|
409
494
|
const _mL = "messagesList";
|
|
410
495
|
const _mM = "mouseMove";
|
|
@@ -416,20 +501,30 @@ const _mRa = "maxResults";
|
|
|
416
501
|
const _mS = "mouseScroll";
|
|
417
502
|
const _mSI = "mcpSessionId";
|
|
418
503
|
const _mSIe = "memoryStrategyId";
|
|
504
|
+
const _mSe = "messageStart";
|
|
505
|
+
const _mSes = "messageStop";
|
|
419
506
|
const _mT = "mimeType";
|
|
507
|
+
const _mTa = "maxTokens";
|
|
420
508
|
const _mV = "metadataValue";
|
|
421
509
|
const _mc = "mcp";
|
|
422
510
|
const _me = "metadata";
|
|
423
511
|
const _mes = "messages";
|
|
512
|
+
const _met = "metrics";
|
|
513
|
+
const _mo = "model";
|
|
424
514
|
const _n = "name";
|
|
425
515
|
const _nP = "namespacePath";
|
|
426
516
|
const _nT = "nextToken";
|
|
427
517
|
const _na = "namespace";
|
|
428
518
|
const _nam = "namespaces";
|
|
519
|
+
const _no = "none";
|
|
429
520
|
const _o = "operator";
|
|
521
|
+
const _oA = "outboundAuth";
|
|
522
|
+
const _oAMC = "openAiModelConfig";
|
|
430
523
|
const _oF = "oauth2Flow";
|
|
431
524
|
const _oT = "outputTokens";
|
|
525
|
+
const _oa = "oauth";
|
|
432
526
|
const _p = "payload";
|
|
527
|
+
const _pA = "providerArn";
|
|
433
528
|
const _pC = "profileConfiguration";
|
|
434
529
|
const _pCr = "proxyConfiguration";
|
|
435
530
|
const _pI = "profileIdentifier";
|
|
@@ -444,16 +539,20 @@ const _q = "qualifier";
|
|
|
444
539
|
const _r = "reason";
|
|
445
540
|
const _rA = "registryArn";
|
|
446
541
|
const _rAe = "recordArn";
|
|
542
|
+
const _rC = "reasoningContent";
|
|
447
543
|
const _rCE = "runtimeClientError";
|
|
448
544
|
const _rCPN = "resourceCredentialProviderName";
|
|
545
|
+
const _rCe = "redactedContent";
|
|
449
546
|
const _rEI = "rootEventId";
|
|
450
547
|
const _rI = "requestIdentifier";
|
|
451
548
|
const _rIe = "recordId";
|
|
452
549
|
const _rIeg = "registryIds";
|
|
550
|
+
const _rM = "remoteMcp";
|
|
453
551
|
const _rNFE = "resourceNotFoundException";
|
|
454
552
|
const _rORU = "resourceOauth2ReturnUrl";
|
|
455
553
|
const _rR = "registryRecords";
|
|
456
554
|
const _rSI = "runtimeSessionId";
|
|
555
|
+
const _rT = "reasoningText";
|
|
457
556
|
const _rUI = "runtimeUserId";
|
|
458
557
|
const _re = "records";
|
|
459
558
|
const _res = "resource";
|
|
@@ -476,10 +575,13 @@ const _sIpa = "spanIds";
|
|
|
476
575
|
const _sIt = "strategyId";
|
|
477
576
|
const _sM = "skillMd";
|
|
478
577
|
const _sMe = "secretsManager";
|
|
578
|
+
const _sN = "serverName";
|
|
579
|
+
const _sP = "systemPrompt";
|
|
479
580
|
const _sQ = "searchQuery";
|
|
480
581
|
const _sQEE = "serviceQuotaExceededException";
|
|
481
582
|
const _sR = "successfulRecords";
|
|
482
583
|
const _sRA = "sessionReplayArtifact";
|
|
584
|
+
const _sRt = "stopReason";
|
|
483
585
|
const _sS = "streamStatus";
|
|
484
586
|
const _sSe = "sessionStatus";
|
|
485
587
|
const _sSes = "sessionSummaries";
|
|
@@ -498,8 +600,11 @@ const _scr = "screenshot";
|
|
|
498
600
|
const _se = "server";
|
|
499
601
|
const _sen = "sensitive";
|
|
500
602
|
const _si = "size";
|
|
603
|
+
const _sig = "signature";
|
|
604
|
+
const _sk = "skills";
|
|
501
605
|
const _st = "streaming";
|
|
502
606
|
const _sta = "status";
|
|
607
|
+
const _star = "start";
|
|
503
608
|
const _std = "stdout";
|
|
504
609
|
const _stde = "stderr";
|
|
505
610
|
const _str = "streams";
|
|
@@ -511,12 +616,18 @@ const _tIa = "taskId";
|
|
|
511
616
|
const _tIr = "traceIds";
|
|
512
617
|
const _tK = "topK";
|
|
513
618
|
const _tN = "toolNames";
|
|
514
|
-
const _tP = "
|
|
619
|
+
const _tP = "topP";
|
|
620
|
+
const _tPr = "traceParent";
|
|
621
|
+
const _tR = "toolResult";
|
|
515
622
|
const _tS = "traceState";
|
|
516
623
|
const _tSa = "taskStatus";
|
|
624
|
+
const _tSi = "timeoutSeconds";
|
|
517
625
|
const _tT = "totalTokens";
|
|
518
626
|
const _tU = "tokenUsage";
|
|
627
|
+
const _tUI = "toolUseId";
|
|
628
|
+
const _tUo = "toolUse";
|
|
519
629
|
const _te = "text";
|
|
630
|
+
const _tem = "temperature";
|
|
520
631
|
const _ti = "timeout";
|
|
521
632
|
const _tim = "timestamp";
|
|
522
633
|
const _to = "tools";
|
|
@@ -527,6 +638,8 @@ const _uA = "updatedAt";
|
|
|
527
638
|
const _uI = "userIdentifier";
|
|
528
639
|
const _uIs = "userId";
|
|
529
640
|
const _uT = "userToken";
|
|
641
|
+
const _ur = "url";
|
|
642
|
+
const _us = "usage";
|
|
530
643
|
const _v = "value";
|
|
531
644
|
const _vE = "validationException";
|
|
532
645
|
const _vI = "versionId";
|
|
@@ -644,8 +757,13 @@ var CustomRequestValueType = [0, n0, _CRVT, 8, 0];
|
|
|
644
757
|
var Description = [0, n0, _D, 8, 0];
|
|
645
758
|
var Document = [0, n0, _Do, 8, 15];
|
|
646
759
|
var EvaluationExplanation = [0, n0, _EE, 8, 0];
|
|
760
|
+
var HarnessInlineFunctionDescription = [0, n0, _HIFD, 8, 0];
|
|
761
|
+
var HarnessRemoteMcpUrl = [0, n0, _HRMU, 8, 0];
|
|
762
|
+
var OAuthCustomParametersValue = [0, n0, _OACPV, 8, 0];
|
|
647
763
|
var ResponseStream = [0, n0, _RS, { [_sen]: 1, [_st]: 1 }, 42];
|
|
764
|
+
var SensitiveJson = [0, n0, _SJ, 8, 15];
|
|
648
765
|
var SensitiveString = [0, n0, _SS, 8, 0];
|
|
766
|
+
var SensitiveText = [0, n0, _ST, 8, 0];
|
|
649
767
|
var State = [0, n0, _S, 8, 0];
|
|
650
768
|
var UserTokenType = [0, n0, _UTT, 8, 0];
|
|
651
769
|
var WorkloadIdentityTokenType = [0, n0, _WITT, 8, 0];
|
|
@@ -999,6 +1117,126 @@ export var GetWorkloadAccessTokenResponse$ = [3, n0, _GWATRe,
|
|
|
999
1117
|
[_wAT],
|
|
1000
1118
|
[[() => WorkloadIdentityTokenType, 0]], 1
|
|
1001
1119
|
];
|
|
1120
|
+
export var HarnessAgentCoreBrowserConfig$ = [3, n0, _HACBC,
|
|
1121
|
+
0,
|
|
1122
|
+
[_bA],
|
|
1123
|
+
[0]
|
|
1124
|
+
];
|
|
1125
|
+
export var HarnessAgentCoreCodeInterpreterConfig$ = [3, n0, _HACCIC,
|
|
1126
|
+
0,
|
|
1127
|
+
[_cIA],
|
|
1128
|
+
[0]
|
|
1129
|
+
];
|
|
1130
|
+
export var HarnessAgentCoreGatewayConfig$ = [3, n0, _HACGC,
|
|
1131
|
+
0,
|
|
1132
|
+
[_gA, _oA],
|
|
1133
|
+
[0, [() => HarnessGatewayOutboundAuth$, 0]], 1
|
|
1134
|
+
];
|
|
1135
|
+
export var HarnessBedrockModelConfig$ = [3, n0, _HBMC,
|
|
1136
|
+
0,
|
|
1137
|
+
[_mIo, _mTa, _tem, _tP],
|
|
1138
|
+
[0, 1, 1, 1], 1
|
|
1139
|
+
];
|
|
1140
|
+
export var HarnessContentBlockDeltaEvent$ = [3, n0, _HCBDE,
|
|
1141
|
+
0,
|
|
1142
|
+
[_cBI, _del],
|
|
1143
|
+
[1, [() => HarnessContentBlockDelta$, 0]], 2
|
|
1144
|
+
];
|
|
1145
|
+
export var HarnessContentBlockStartEvent$ = [3, n0, _HCBSE,
|
|
1146
|
+
0,
|
|
1147
|
+
[_cBI, _star],
|
|
1148
|
+
[1, () => HarnessContentBlockStart$], 2
|
|
1149
|
+
];
|
|
1150
|
+
export var HarnessContentBlockStopEvent$ = [3, n0, _HCBSEa,
|
|
1151
|
+
0,
|
|
1152
|
+
[_cBI],
|
|
1153
|
+
[1], 1
|
|
1154
|
+
];
|
|
1155
|
+
export var HarnessGeminiModelConfig$ = [3, n0, _HGMC,
|
|
1156
|
+
0,
|
|
1157
|
+
[_mIo, _aKA, _mTa, _tem, _tP, _tK],
|
|
1158
|
+
[0, 0, 1, 1, 1, 1], 2
|
|
1159
|
+
];
|
|
1160
|
+
export var HarnessInlineFunctionConfig$ = [3, n0, _HIFC,
|
|
1161
|
+
0,
|
|
1162
|
+
[_de, _iS],
|
|
1163
|
+
[[() => HarnessInlineFunctionDescription, 0], [() => SensitiveJson, 0]], 2
|
|
1164
|
+
];
|
|
1165
|
+
export var HarnessMessage$ = [3, n0, _HM,
|
|
1166
|
+
0,
|
|
1167
|
+
[_ro, _co],
|
|
1168
|
+
[0, [() => HarnessContentBlocks, 0]], 2
|
|
1169
|
+
];
|
|
1170
|
+
export var HarnessMessageStartEvent$ = [3, n0, _HMSE,
|
|
1171
|
+
0,
|
|
1172
|
+
[_ro],
|
|
1173
|
+
[0], 1
|
|
1174
|
+
];
|
|
1175
|
+
export var HarnessMessageStopEvent$ = [3, n0, _HMSEa,
|
|
1176
|
+
0,
|
|
1177
|
+
[_sRt],
|
|
1178
|
+
[0], 1
|
|
1179
|
+
];
|
|
1180
|
+
export var HarnessMetadataEvent$ = [3, n0, _HME,
|
|
1181
|
+
0,
|
|
1182
|
+
[_us, _met],
|
|
1183
|
+
[() => HarnessTokenUsage$, () => HarnessStreamMetrics$], 2
|
|
1184
|
+
];
|
|
1185
|
+
export var HarnessOpenAiModelConfig$ = [3, n0, _HOAMC,
|
|
1186
|
+
0,
|
|
1187
|
+
[_mIo, _aKA, _mTa, _tem, _tP],
|
|
1188
|
+
[0, 0, 1, 1, 1], 2
|
|
1189
|
+
];
|
|
1190
|
+
export var HarnessReasoningTextBlock$ = [3, n0, _HRTB,
|
|
1191
|
+
8,
|
|
1192
|
+
[_te, _sig],
|
|
1193
|
+
[0, 0], 1
|
|
1194
|
+
];
|
|
1195
|
+
export var HarnessRemoteMcpConfig$ = [3, n0, _HRMC,
|
|
1196
|
+
0,
|
|
1197
|
+
[_ur, _h],
|
|
1198
|
+
[[() => HarnessRemoteMcpUrl, 0], [() => HttpHeadersMap, 0]], 1
|
|
1199
|
+
];
|
|
1200
|
+
export var HarnessStreamMetrics$ = [3, n0, _HSM,
|
|
1201
|
+
0,
|
|
1202
|
+
[_lM],
|
|
1203
|
+
[1], 1
|
|
1204
|
+
];
|
|
1205
|
+
export var HarnessTokenUsage$ = [3, n0, _HTU,
|
|
1206
|
+
0,
|
|
1207
|
+
[_iTn, _oT, _tT, _cRIT, _cWIT],
|
|
1208
|
+
[1, 1, 1, 1, 1], 3
|
|
1209
|
+
];
|
|
1210
|
+
export var HarnessTool$ = [3, n0, _HT,
|
|
1211
|
+
0,
|
|
1212
|
+
[_t, _n, _conf],
|
|
1213
|
+
[0, 0, [() => HarnessToolConfiguration$, 0]], 1
|
|
1214
|
+
];
|
|
1215
|
+
export var HarnessToolResultBlock$ = [3, n0, _HTRB,
|
|
1216
|
+
0,
|
|
1217
|
+
[_tUI, _co, _sta, _t],
|
|
1218
|
+
[0, [() => HarnessToolResultContentBlocks, 0], 0, 0], 2
|
|
1219
|
+
];
|
|
1220
|
+
export var HarnessToolResultBlockStart$ = [3, n0, _HTRBS,
|
|
1221
|
+
0,
|
|
1222
|
+
[_tUI, _sta],
|
|
1223
|
+
[0, 0], 1
|
|
1224
|
+
];
|
|
1225
|
+
export var HarnessToolUseBlock$ = [3, n0, _HTUB,
|
|
1226
|
+
0,
|
|
1227
|
+
[_n, _tUI, _i, _t, _sN],
|
|
1228
|
+
[0, 0, [() => SensitiveJson, 0], 0, 0], 3
|
|
1229
|
+
];
|
|
1230
|
+
export var HarnessToolUseBlockDelta$ = [3, n0, _HTUBD,
|
|
1231
|
+
0,
|
|
1232
|
+
[_i],
|
|
1233
|
+
[[() => SensitiveText, 0]], 1
|
|
1234
|
+
];
|
|
1235
|
+
export var HarnessToolUseBlockStart$ = [3, n0, _HTUBS,
|
|
1236
|
+
0,
|
|
1237
|
+
[_tUI, _n, _t, _sN],
|
|
1238
|
+
[0, 0, 0, 0], 2
|
|
1239
|
+
];
|
|
1002
1240
|
export var InputContentBlock$ = [3, n0, _ICB,
|
|
1003
1241
|
0,
|
|
1004
1242
|
[_pa, _te, _bl],
|
|
@@ -1006,7 +1244,7 @@ export var InputContentBlock$ = [3, n0, _ICB,
|
|
|
1006
1244
|
];
|
|
1007
1245
|
export var InvokeAgentRuntimeCommandRequest$ = [3, n0, _IARCR,
|
|
1008
1246
|
0,
|
|
1009
|
-
[_aRA, _bo, _cTo, _ac, _rSI, _tI,
|
|
1247
|
+
[_aRA, _bo, _cTo, _ac, _rSI, _tI, _tPr, _tS, _ba, _q, _aIc],
|
|
1010
1248
|
[[0, 1], [() => 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
|
|
1011
1249
|
];
|
|
1012
1250
|
export var InvokeAgentRuntimeCommandRequestBody$ = [3, n0, _IARCRB,
|
|
@@ -1016,17 +1254,17 @@ export var InvokeAgentRuntimeCommandRequestBody$ = [3, n0, _IARCRB,
|
|
|
1016
1254
|
];
|
|
1017
1255
|
export var InvokeAgentRuntimeCommandResponse$ = [3, n0, _IARCRn,
|
|
1018
1256
|
0,
|
|
1019
|
-
[_cTo, _stre, _rSI, _tI,
|
|
1257
|
+
[_cTo, _stre, _rSI, _tI, _tPr, _tS, _ba, _sCt],
|
|
1020
1258
|
[[0, { [_hH]: _CT }], [() => InvokeAgentRuntimeCommandStreamOutput$, 16], [0, { [_hH]: _XABARSI }], [0, { [_hH]: _XATI }], [0, { [_hH]: _tr }], [0, { [_hH]: _tra }], [0, { [_hH]: _ba }], [1, 32]], 2
|
|
1021
1259
|
];
|
|
1022
1260
|
export var InvokeAgentRuntimeRequest$ = [3, n0, _IARR,
|
|
1023
1261
|
0,
|
|
1024
|
-
[_aRA, _p, _cTo, _ac, _mSI, _rSI, _mPV, _rUI, _tI,
|
|
1262
|
+
[_aRA, _p, _cTo, _ac, _mSI, _rSI, _mPV, _rUI, _tI, _tPr, _tS, _ba, _q, _aIc],
|
|
1025
1263
|
[[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
|
|
1026
1264
|
];
|
|
1027
1265
|
export var InvokeAgentRuntimeResponse$ = [3, n0, _IARRn,
|
|
1028
1266
|
0,
|
|
1029
|
-
[_cTo, _rSI, _mSI, _mPV, _tI,
|
|
1267
|
+
[_cTo, _rSI, _mSI, _mPV, _tI, _tPr, _tS, _ba, _resp, _sCt],
|
|
1030
1268
|
[[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
|
|
1031
1269
|
];
|
|
1032
1270
|
export var InvokeBrowserRequest$ = [3, n0, _IBR,
|
|
@@ -1041,7 +1279,7 @@ export var InvokeBrowserResponse$ = [3, n0, _IBRn,
|
|
|
1041
1279
|
];
|
|
1042
1280
|
export var InvokeCodeInterpreterRequest$ = [3, n0, _ICIR,
|
|
1043
1281
|
0,
|
|
1044
|
-
[_cII, _n, _sI, _tI,
|
|
1282
|
+
[_cII, _n, _sI, _tI, _tPr, _ar],
|
|
1045
1283
|
[[0, 1], 0, [0, { [_hH]: _xacisi }], [0, { [_hH]: _XATI }], [0, { [_hH]: _tr }], [() => ToolArguments$, 0]], 2
|
|
1046
1284
|
];
|
|
1047
1285
|
export var InvokeCodeInterpreterResponse$ = [3, n0, _ICIRn,
|
|
@@ -1049,6 +1287,16 @@ export var InvokeCodeInterpreterResponse$ = [3, n0, _ICIRn,
|
|
|
1049
1287
|
[_stre, _sI],
|
|
1050
1288
|
[[() => CodeInterpreterStreamOutput$, 16], [0, { [_hH]: _xacisi }]], 1
|
|
1051
1289
|
];
|
|
1290
|
+
export var InvokeHarnessRequest$ = [3, n0, _IHR,
|
|
1291
|
+
0,
|
|
1292
|
+
[_hA, _rSI, _mes, _mo, _sP, _to, _sk, _aTl, _mIa, _mTa, _tSi, _aI],
|
|
1293
|
+
[[0, { [_hQ]: _hA }], [0, { [_hH]: _XABARSI }], [() => HarnessMessages, 0], () => HarnessModelConfiguration$, [() => HarnessSystemPrompt, 0], [() => HarnessTools, 0], () => HarnessSkills, 64 | 0, 1, 1, 1, 0], 3
|
|
1294
|
+
];
|
|
1295
|
+
export var InvokeHarnessResponse$ = [3, n0, _IHRn,
|
|
1296
|
+
0,
|
|
1297
|
+
[_stre],
|
|
1298
|
+
[[() => InvokeHarnessStreamOutput$, 16]], 1
|
|
1299
|
+
];
|
|
1052
1300
|
export var KeyPressArguments$ = [3, n0, _KPA,
|
|
1053
1301
|
0,
|
|
1054
1302
|
[_k, _pr],
|
|
@@ -1096,7 +1344,7 @@ export var ListBrowserSessionsRequest$ = [3, n0, _LBSR,
|
|
|
1096
1344
|
];
|
|
1097
1345
|
export var ListBrowserSessionsResponse$ = [3, n0, _LBSRi,
|
|
1098
1346
|
0,
|
|
1099
|
-
[
|
|
1347
|
+
[_it, _nT],
|
|
1100
1348
|
[() => BrowserSessionSummaries, 0], 1
|
|
1101
1349
|
];
|
|
1102
1350
|
export var ListCodeInterpreterSessionsRequest$ = [3, n0, _LCISR,
|
|
@@ -1106,7 +1354,7 @@ export var ListCodeInterpreterSessionsRequest$ = [3, n0, _LCISR,
|
|
|
1106
1354
|
];
|
|
1107
1355
|
export var ListCodeInterpreterSessionsResponse$ = [3, n0, _LCISRi,
|
|
1108
1356
|
0,
|
|
1109
|
-
[
|
|
1357
|
+
[_it, _nT],
|
|
1110
1358
|
[() => CodeInterpreterSessionSummaries, 0], 1
|
|
1111
1359
|
];
|
|
1112
1360
|
export var ListEventsInput$ = [3, n0, _LEI,
|
|
@@ -1239,6 +1487,11 @@ export var MouseScrollResult$ = [3, n0, _MSR,
|
|
|
1239
1487
|
[_sta, _e],
|
|
1240
1488
|
[0, 0], 1
|
|
1241
1489
|
];
|
|
1490
|
+
export var OAuthCredentialProvider$ = [3, n0, _OACP,
|
|
1491
|
+
0,
|
|
1492
|
+
[_pA, _sc, _cP, _gT, _dRU],
|
|
1493
|
+
[0, 64 | 0, [() => OAuthCustomParameters, 0], 0, 0], 2
|
|
1494
|
+
];
|
|
1242
1495
|
export var ProxyBypass$ = [3, n0, _PB,
|
|
1243
1496
|
0,
|
|
1244
1497
|
[_dP],
|
|
@@ -1281,7 +1534,7 @@ export var S3Location$ = [3, n0, _SL,
|
|
|
1281
1534
|
];
|
|
1282
1535
|
export var SaveBrowserSessionProfileRequest$ = [3, n0, _SBSPR,
|
|
1283
1536
|
0,
|
|
1284
|
-
[_pI, _bI, _sI, _tI,
|
|
1537
|
+
[_pI, _bI, _sI, _tI, _tPr, _cT],
|
|
1285
1538
|
[[0, 1], 0, 0, [0, { [_hH]: _XATI }], [0, { [_hH]: _tr }], [0, 4]], 3
|
|
1286
1539
|
];
|
|
1287
1540
|
export var SaveBrowserSessionProfileResponse$ = [3, n0, _SBSPRa,
|
|
@@ -1351,7 +1604,7 @@ export var SpanContext$ = [3, n0, _SCp,
|
|
|
1351
1604
|
];
|
|
1352
1605
|
export var StartBrowserSessionRequest$ = [3, n0, _SBSR,
|
|
1353
1606
|
0,
|
|
1354
|
-
[_bI, _tI,
|
|
1607
|
+
[_bI, _tI, _tPr, _n, _sTS, _vP, _ext, _pC, _pCr, _eP, _ce, _cT],
|
|
1355
1608
|
[[0, 1], [0, { [_hH]: _XATI }], [0, { [_hH]: _tr }], 0, 1, () => ViewPort$, () => BrowserExtensions, () => BrowserProfileConfiguration$, () => ProxyConfiguration$, () => BrowserEnterprisePolicies, () => Certificates, [0, 4]], 1
|
|
1356
1609
|
];
|
|
1357
1610
|
export var StartBrowserSessionResponse$ = [3, n0, _SBSRt,
|
|
@@ -1361,7 +1614,7 @@ export var StartBrowserSessionResponse$ = [3, n0, _SBSRt,
|
|
|
1361
1614
|
];
|
|
1362
1615
|
export var StartCodeInterpreterSessionRequest$ = [3, n0, _SCISR,
|
|
1363
1616
|
0,
|
|
1364
|
-
[_cII, _tI,
|
|
1617
|
+
[_cII, _tI, _tPr, _n, _sTS, _ce, _cT],
|
|
1365
1618
|
[[0, 1], [0, { [_hH]: _XATI }], [0, { [_hH]: _tr }], 0, 1, () => Certificates, [0, 4]], 1
|
|
1366
1619
|
];
|
|
1367
1620
|
export var StartCodeInterpreterSessionResponse$ = [3, n0, _SCISRt,
|
|
@@ -1381,7 +1634,7 @@ export var StartMemoryExtractionJobOutput$ = [3, n0, _SMEJO,
|
|
|
1381
1634
|
];
|
|
1382
1635
|
export var StopBrowserSessionRequest$ = [3, n0, _SBSRto,
|
|
1383
1636
|
0,
|
|
1384
|
-
[_bI, _sI, _tI,
|
|
1637
|
+
[_bI, _sI, _tI, _tPr, _cT],
|
|
1385
1638
|
[[0, 1], [0, { [_hQ]: _sI }], [0, { [_hH]: _XATI }], [0, { [_hH]: _tr }], [0, 4]], 2
|
|
1386
1639
|
];
|
|
1387
1640
|
export var StopBrowserSessionResponse$ = [3, n0, _SBSRtop,
|
|
@@ -1391,7 +1644,7 @@ export var StopBrowserSessionResponse$ = [3, n0, _SBSRtop,
|
|
|
1391
1644
|
];
|
|
1392
1645
|
export var StopCodeInterpreterSessionRequest$ = [3, n0, _SCISRto,
|
|
1393
1646
|
0,
|
|
1394
|
-
[_cII, _sI, _tI,
|
|
1647
|
+
[_cII, _sI, _tI, _tPr, _cT],
|
|
1395
1648
|
[[0, 1], [0, { [_hQ]: _sI }], [0, { [_hH]: _XATI }], [0, { [_hH]: _tr }], [0, 4]], 2
|
|
1396
1649
|
];
|
|
1397
1650
|
export var StopCodeInterpreterSessionResponse$ = [3, n0, _SCISRtop,
|
|
@@ -1446,9 +1699,10 @@ export var ValidationExceptionField$ = [3, n0, _VEF,
|
|
|
1446
1699
|
];
|
|
1447
1700
|
export var ViewPort$ = [3, n0, _VP,
|
|
1448
1701
|
0,
|
|
1449
|
-
[_w,
|
|
1702
|
+
[_w, _he],
|
|
1450
1703
|
[1, 1], 2
|
|
1451
1704
|
];
|
|
1705
|
+
var __Unit = "unit";
|
|
1452
1706
|
var ActorSummaryList = [1, n0, _ASL,
|
|
1453
1707
|
0, () => ActorSummary$
|
|
1454
1708
|
];
|
|
@@ -1492,6 +1746,34 @@ var EventMetadataFilterList = [1, n0, _EMFL,
|
|
|
1492
1746
|
var ExtractionJobMetadataList = [1, n0, _EJML,
|
|
1493
1747
|
0, () => ExtractionJobMetadata$
|
|
1494
1748
|
];
|
|
1749
|
+
var HarnessAllowedTools = 64 | 0;
|
|
1750
|
+
var HarnessContentBlocks = [1, n0, _HCB,
|
|
1751
|
+
0, [() => HarnessContentBlock$,
|
|
1752
|
+
0]
|
|
1753
|
+
];
|
|
1754
|
+
var HarnessMessages = [1, n0, _HMa,
|
|
1755
|
+
0, [() => HarnessMessage$,
|
|
1756
|
+
0]
|
|
1757
|
+
];
|
|
1758
|
+
var HarnessSkills = [1, n0, _HS,
|
|
1759
|
+
0, () => HarnessSkill$
|
|
1760
|
+
];
|
|
1761
|
+
var HarnessSystemPrompt = [1, n0, _HSP,
|
|
1762
|
+
0, [() => HarnessSystemContentBlock$,
|
|
1763
|
+
0]
|
|
1764
|
+
];
|
|
1765
|
+
var HarnessToolResultBlocksDelta = [1, n0, _HTRBD,
|
|
1766
|
+
0, [() => HarnessToolResultBlockDelta$,
|
|
1767
|
+
0]
|
|
1768
|
+
];
|
|
1769
|
+
var HarnessToolResultContentBlocks = [1, n0, _HTRCB,
|
|
1770
|
+
0, [() => HarnessToolResultContentBlock$,
|
|
1771
|
+
0]
|
|
1772
|
+
];
|
|
1773
|
+
var HarnessTools = [1, n0, _HTa,
|
|
1774
|
+
0, [() => HarnessTool$,
|
|
1775
|
+
0]
|
|
1776
|
+
];
|
|
1495
1777
|
var IgnoredReferenceInputFields = 64 | 0;
|
|
1496
1778
|
var InputContentBlockList = [1, n0, _ICBL,
|
|
1497
1779
|
0, [() => InputContentBlock$,
|
|
@@ -1523,6 +1805,7 @@ var MessagesList = [1, n0, _ML,
|
|
|
1523
1805
|
0, () => MessageMetadata$
|
|
1524
1806
|
];
|
|
1525
1807
|
var NamespacesList = 64 | 0;
|
|
1808
|
+
var OAuthScopes = 64 | 0;
|
|
1526
1809
|
var PayloadTypeList = [1, n0, _PTL,
|
|
1527
1810
|
0, [() => PayloadType$,
|
|
1528
1811
|
0]
|
|
@@ -1554,9 +1837,18 @@ var CustomRequestParametersType = [2, n0, _CRPT,
|
|
|
1554
1837
|
[() => CustomRequestValueType,
|
|
1555
1838
|
0]
|
|
1556
1839
|
];
|
|
1840
|
+
var HttpHeadersMap = [2, n0, _HHM,
|
|
1841
|
+
8, 0, 0
|
|
1842
|
+
];
|
|
1557
1843
|
var MetadataMap = [2, n0, _MMe,
|
|
1558
1844
|
0, 0, () => MetadataValue$
|
|
1559
1845
|
];
|
|
1846
|
+
var OAuthCustomParameters = [2, n0, _OACPu,
|
|
1847
|
+
0, [0,
|
|
1848
|
+
0],
|
|
1849
|
+
[() => OAuthCustomParametersValue,
|
|
1850
|
+
0]
|
|
1851
|
+
];
|
|
1560
1852
|
export var BrowserAction$ = [4, n0, _BAr,
|
|
1561
1853
|
0,
|
|
1562
1854
|
[_mC, _mM, _mD, _mS, _kT, _kP, _kS, _scr],
|
|
@@ -1607,11 +1899,76 @@ export var ExtractionJobMessages$ = [4, n0, _EJMx,
|
|
|
1607
1899
|
[_mL],
|
|
1608
1900
|
[() => MessagesList]
|
|
1609
1901
|
];
|
|
1902
|
+
export var HarnessContentBlock$ = [4, n0, _HCBa,
|
|
1903
|
+
0,
|
|
1904
|
+
[_te, _tUo, _tR, _rC],
|
|
1905
|
+
[[() => SensitiveText, 0], [() => HarnessToolUseBlock$, 0], [() => HarnessToolResultBlock$, 0], [() => HarnessReasoningContentBlock$, 0]]
|
|
1906
|
+
];
|
|
1907
|
+
export var HarnessContentBlockDelta$ = [4, n0, _HCBD,
|
|
1908
|
+
0,
|
|
1909
|
+
[_te, _tUo, _tR, _rC],
|
|
1910
|
+
[[() => SensitiveText, 0], [() => HarnessToolUseBlockDelta$, 0], [() => HarnessToolResultBlocksDelta, 0], [() => HarnessReasoningContentBlockDelta$, 0]]
|
|
1911
|
+
];
|
|
1912
|
+
export var HarnessContentBlockStart$ = [4, n0, _HCBS,
|
|
1913
|
+
0,
|
|
1914
|
+
[_tUo, _tR],
|
|
1915
|
+
[() => HarnessToolUseBlockStart$, () => HarnessToolResultBlockStart$]
|
|
1916
|
+
];
|
|
1917
|
+
export var HarnessGatewayOutboundAuth$ = [4, n0, _HGOA,
|
|
1918
|
+
0,
|
|
1919
|
+
[_aIw, _no, _oa],
|
|
1920
|
+
[() => __Unit, () => __Unit, [() => OAuthCredentialProvider$, 0]]
|
|
1921
|
+
];
|
|
1922
|
+
export var HarnessModelConfiguration$ = [4, n0, _HMC,
|
|
1923
|
+
0,
|
|
1924
|
+
[_bMC, _oAMC, _gMC],
|
|
1925
|
+
[() => HarnessBedrockModelConfig$, () => HarnessOpenAiModelConfig$, () => HarnessGeminiModelConfig$]
|
|
1926
|
+
];
|
|
1927
|
+
export var HarnessReasoningContentBlock$ = [4, n0, _HRCB,
|
|
1928
|
+
8,
|
|
1929
|
+
[_rT, _rCe],
|
|
1930
|
+
[[() => HarnessReasoningTextBlock$, 0], 21]
|
|
1931
|
+
];
|
|
1932
|
+
export var HarnessReasoningContentBlockDelta$ = [4, n0, _HRCBD,
|
|
1933
|
+
8,
|
|
1934
|
+
[_te, _rCe, _sig],
|
|
1935
|
+
[0, [() => Body, 0], 0]
|
|
1936
|
+
];
|
|
1937
|
+
export var HarnessSkill$ = [4, n0, _HSa,
|
|
1938
|
+
0,
|
|
1939
|
+
[_pa],
|
|
1940
|
+
[0]
|
|
1941
|
+
];
|
|
1942
|
+
export var HarnessSystemContentBlock$ = [4, n0, _HSCB,
|
|
1943
|
+
0,
|
|
1944
|
+
[_te],
|
|
1945
|
+
[[() => SensitiveText, 0]]
|
|
1946
|
+
];
|
|
1947
|
+
export var HarnessToolConfiguration$ = [4, n0, _HTC,
|
|
1948
|
+
0,
|
|
1949
|
+
[_rM, _aCB, _aCG, _iF, _aCCI],
|
|
1950
|
+
[[() => HarnessRemoteMcpConfig$, 0], () => HarnessAgentCoreBrowserConfig$, [() => HarnessAgentCoreGatewayConfig$, 0], [() => HarnessInlineFunctionConfig$, 0], () => HarnessAgentCoreCodeInterpreterConfig$]
|
|
1951
|
+
];
|
|
1952
|
+
export var HarnessToolResultBlockDelta$ = [4, n0, _HTRBDa,
|
|
1953
|
+
0,
|
|
1954
|
+
[_te, _js],
|
|
1955
|
+
[[() => SensitiveText, 0], [() => SensitiveJson, 0]]
|
|
1956
|
+
];
|
|
1957
|
+
export var HarnessToolResultContentBlock$ = [4, n0, _HTRCBa,
|
|
1958
|
+
0,
|
|
1959
|
+
[_te, _js],
|
|
1960
|
+
[[() => SensitiveText, 0], [() => SensitiveJson, 0]]
|
|
1961
|
+
];
|
|
1610
1962
|
export var InvokeAgentRuntimeCommandStreamOutput$ = [4, n0, _IARCSO,
|
|
1611
1963
|
{ [_st]: 1 },
|
|
1612
1964
|
[_ch, _aDE, _iSE, _rNFE, _sQEE, _tE, _vE, _rCE],
|
|
1613
1965
|
[() => ResponseChunk$, [() => AccessDeniedException$, 0], [() => InternalServerException$, 0], [() => ResourceNotFoundException$, 0], [() => ServiceQuotaExceededException$, 0], [() => ThrottlingException$, 0], [() => ValidationException$, 0], [() => RuntimeClientError$, 0]]
|
|
1614
1966
|
];
|
|
1967
|
+
export var InvokeHarnessStreamOutput$ = [4, n0, _IHSO,
|
|
1968
|
+
{ [_st]: 1 },
|
|
1969
|
+
[_mSe, _cBS, _cBD, _cBSo, _mSes, _me, _iSE, _vE, _rCE],
|
|
1970
|
+
[() => HarnessMessageStartEvent$, () => HarnessContentBlockStartEvent$, [() => HarnessContentBlockDeltaEvent$, 0], () => HarnessContentBlockStopEvent$, () => HarnessMessageStopEvent$, () => HarnessMetadataEvent$, [() => InternalServerException$, 0], [() => ValidationException$, 0], [() => RuntimeClientError$, 0]]
|
|
1971
|
+
];
|
|
1615
1972
|
export var LeftExpression$ = [4, n0, _LE,
|
|
1616
1973
|
0,
|
|
1617
1974
|
[_mK],
|
|
@@ -1639,7 +1996,7 @@ export var Proxy$ = [4, n0, _Pr,
|
|
|
1639
1996
|
];
|
|
1640
1997
|
export var ProxyCredentials$ = [4, n0, _PCr,
|
|
1641
1998
|
0,
|
|
1642
|
-
[
|
|
1999
|
+
[_bAa],
|
|
1643
2000
|
[() => BasicAuth$]
|
|
1644
2001
|
];
|
|
1645
2002
|
export var ResourceLocation$ = [4, n0, _RL,
|
|
@@ -1728,6 +2085,9 @@ export var InvokeBrowser$ = [9, n0, _IB,
|
|
|
1728
2085
|
export var InvokeCodeInterpreter$ = [9, n0, _ICI,
|
|
1729
2086
|
{ [_ht]: ["POST", "/code-interpreters/{codeInterpreterIdentifier}/tools/invoke", 200] }, () => InvokeCodeInterpreterRequest$, () => InvokeCodeInterpreterResponse$
|
|
1730
2087
|
];
|
|
2088
|
+
export var InvokeHarness$ = [9, n0, _IH,
|
|
2089
|
+
{ [_ht]: ["POST", "/harnesses/invoke", 200] }, () => InvokeHarnessRequest$, () => InvokeHarnessResponse$
|
|
2090
|
+
];
|
|
1731
2091
|
export var ListActors$ = [9, n0, _LA,
|
|
1732
2092
|
{ [_ht]: ["POST", "/memories/{memoryId}/actors", 200] }, () => ListActorsInput$, () => ListActorsOutput$
|
|
1733
2093
|
];
|