@@ -73,7 +73,7 @@ export interface InvokeInlineAgentCommandOutput extends InvokeInlineAgentRespons
73
73
* { // AgentActionGroup
74
74
* actionGroupName: "STRING_VALUE", // required
75
75
* description: "STRING_VALUE",
76
- * parentActionGroupSignature: "AMAZON.UserInput" || "AMAZON.CodeInterpreter",
76
+ * parentActionGroupSignature: "AMAZON.UserInput" || "AMAZON.CodeInterpreter" || "ANTHROPIC.Computer" || "ANTHROPIC.Bash" || "ANTHROPIC.TextEditor" ,
77
77
* actionGroupExecutor: { // ActionGroupExecutor Union: only one key present
78
78
* lambda: "STRING_VALUE",
79
79
* customControl: "RETURN_CONTROL",
@@ -101,6 +101,9 @@ export interface InvokeInlineAgentCommandOutput extends InvokeInlineAgentRespons
101
101
* },
102
102
* ],
103
103
* },
104
+ * parentActionGroupSignatureParams: { // ActionGroupSignatureParams
105
+ * "<keys>": "STRING_VALUE",
106
+ * },
104
107
* },
105
108
* ],
106
109
* knowledgeBases: [ // KnowledgeBases
@@ -267,6 +270,14 @@ export interface InvokeInlineAgentCommandOutput extends InvokeInlineAgentRespons
267
270
* responseBody: { // ResponseBody
268
271
* "<keys>": { // ContentBody
269
272
* body: "STRING_VALUE",
273
+ * images: [ // ImageInputs
274
+ * { // ImageInput
275
+ * format: "png" || "jpeg" || "gif" || "webp", // required
276
+ * source: { // ImageInputSource Union: only one key present
277
+ * bytes: new Uint8Array(), // e.g. Buffer.from("") or new TextEncoder().encode("")
278
+ * },
279
+ * },
280
+ * ],
270
281
* },
271
282
* },
272
283
* agentId: "STRING_VALUE",
@@ -278,6 +289,14 @@ export interface InvokeInlineAgentCommandOutput extends InvokeInlineAgentRespons
278
289
* responseBody: {
279
290
* "<keys>": {
280
291
* body: "STRING_VALUE",
292
+ * images: [
293
+ * {
294
+ * format: "png" || "jpeg" || "gif" || "webp", // required
295
+ * source: {// Union: only one key present
296
+ * bytes: new Uint8Array(), // e.g. Buffer.from("") or new TextEncoder().encode("")
297
+ * },
298
+ * },
299
+ * ],
281
300
* },
282
301
* },
283
302
* responseState: "FAILURE" || "REPROMPT",
@@ -325,7 +344,7 @@ export interface InvokeInlineAgentCommandOutput extends InvokeInlineAgentRespons
325
344
* {
326
345
* actionGroupName: "STRING_VALUE", // required
327
346
* description: "STRING_VALUE",
328
- * parentActionGroupSignature: "AMAZON.UserInput" || "AMAZON.CodeInterpreter",
347
+ * parentActionGroupSignature: "AMAZON.UserInput" || "AMAZON.CodeInterpreter" || "ANTHROPIC.Computer" || "ANTHROPIC.Bash" || "ANTHROPIC.TextEditor" ,
329
348
* actionGroupExecutor: {// Union: only one key present
330
349
* lambda: "STRING_VALUE",
331
350
* customControl: "RETURN_CONTROL",
@@ -353,6 +372,9 @@ export interface InvokeInlineAgentCommandOutput extends InvokeInlineAgentRespons
353
372
* },
354
373
* ],
355
374
* },
375
+ * parentActionGroupSignatureParams: {
376
+ * "<keys>": "STRING_VALUE",
377
+ * },
356
378
* },
357
379
* ],
358
380
* knowledgeBases: [
@@ -740,6 +762,14 @@ export interface InvokeInlineAgentCommandOutput extends InvokeInlineAgentRespons
740
762
* // responseBody: { // ResponseBody
741
763
* // "<keys>": { // ContentBody
742
764
* // body: "STRING_VALUE",
765
+ * // images: [ // ImageInputs
766
+ * // { // ImageInput
767
+ * // format: "png" || "jpeg" || "gif" || "webp", // required
768
+ * // source: { // ImageInputSource Union: only one key present
769
+ * // bytes: new Uint8Array(),
770
+ * // },
771
+ * // },
772
+ * // ],
743
773
* // },
744
774
* // },
745
775
* // agentId: "STRING_VALUE",
@@ -751,6 +781,14 @@ export interface InvokeInlineAgentCommandOutput extends InvokeInlineAgentRespons
751
781
* // responseBody: {
752
782
* // "<keys>": {
753
783
* // body: "STRING_VALUE",
784
+ * // images: [
785
+ * // {
786
+ * // format: "png" || "jpeg" || "gif" || "webp", // required
787
+ * // source: {// Union: only one key present
788
+ * // bytes: new Uint8Array(),
789
+ * // },
790
+ * // },
791
+ * // ],
754
792
* // },
755
793
* // },
756
794
* // responseState: "FAILURE" || "REPROMPT",
@@ -1017,6 +1055,14 @@ export interface InvokeInlineAgentCommandOutput extends InvokeInlineAgentRespons
1017
1055
* // responseBody: {
1018
1056
* // "<keys>": {
1019
1057
* // body: "STRING_VALUE",
1058
+ * // images: [
1059
+ * // {
1060
+ * // format: "png" || "jpeg" || "gif" || "webp", // required
1061
+ * // source: {// Union: only one key present
1062
+ * // bytes: new Uint8Array(),
1063
+ * // },
1064
+ * // },
1065
+ * // ],
1020
1066
* // },
1021
1067
* // },
1022
1068
* // agentId: "STRING_VALUE",
@@ -1028,6 +1074,14 @@ export interface InvokeInlineAgentCommandOutput extends InvokeInlineAgentRespons
1028
1074
* // responseBody: {
1029
1075
* // "<keys>": {
1030
1076
* // body: "STRING_VALUE",
1077
+ * // images: [
1078
+ * // {
1079
+ * // format: "png" || "jpeg" || "gif" || "webp", // required
1080
+ * // source: {// Union: only one key present
1081
+ * // bytes: new Uint8Array(),
1082
+ * // },
1083
+ * // },
1084
+ * // ],
1031
1085
* // },
1032
1086
* // },
1033
1087
* // responseState: "FAILURE" || "REPROMPT",
0 commit comments