@@ -374,6 +374,8 @@ export interface InvokeAgentCommandOutput extends InvokeAgentResponse, __Metadat
374
374
* // traceId: "STRING_VALUE",
375
375
* // text: "STRING_VALUE",
376
376
* // type: "PRE_PROCESSING" || "ORCHESTRATION" || "KNOWLEDGE_BASE_RESPONSE_GENERATION" || "POST_PROCESSING",
377
+ * // overrideLambda: "STRING_VALUE",
378
+ * // promptCreationMode: "DEFAULT" || "OVERRIDDEN",
377
379
* // inferenceConfiguration: { // InferenceConfiguration
378
380
* // temperature: Number("float"),
379
381
* // topP: Number("float"),
@@ -383,8 +385,6 @@ export interface InvokeAgentCommandOutput extends InvokeAgentResponse, __Metadat
383
385
* // "STRING_VALUE",
384
386
* // ],
385
387
* // },
386
- * // overrideLambda: "STRING_VALUE",
387
- * // promptCreationMode: "DEFAULT" || "OVERRIDDEN",
388
388
* // parserMode: "DEFAULT" || "OVERRIDDEN",
389
389
* // },
390
390
* // modelInvocationOutput: { // PreProcessingModelInvocationOutput
@@ -505,6 +505,8 @@ export interface InvokeAgentCommandOutput extends InvokeAgentResponse, __Metadat
505
505
* // traceId: "STRING_VALUE",
506
506
* // text: "STRING_VALUE",
507
507
* // type: "PRE_PROCESSING" || "ORCHESTRATION" || "KNOWLEDGE_BASE_RESPONSE_GENERATION" || "POST_PROCESSING",
508
+ * // overrideLambda: "STRING_VALUE",
509
+ * // promptCreationMode: "DEFAULT" || "OVERRIDDEN",
508
510
* // inferenceConfiguration: {
509
511
* // temperature: Number("float"),
510
512
* // topP: Number("float"),
@@ -514,8 +516,6 @@ export interface InvokeAgentCommandOutput extends InvokeAgentResponse, __Metadat
514
516
* // "STRING_VALUE",
515
517
* // ],
516
518
* // },
517
- * // overrideLambda: "STRING_VALUE",
518
- * // promptCreationMode: "DEFAULT" || "OVERRIDDEN",
519
519
* // parserMode: "DEFAULT" || "OVERRIDDEN",
520
520
* // },
521
521
* // modelInvocationOutput: { // OrchestrationModelInvocationOutput
@@ -536,6 +536,8 @@ export interface InvokeAgentCommandOutput extends InvokeAgentResponse, __Metadat
536
536
* // traceId: "STRING_VALUE",
537
537
* // text: "STRING_VALUE",
538
538
* // type: "PRE_PROCESSING" || "ORCHESTRATION" || "KNOWLEDGE_BASE_RESPONSE_GENERATION" || "POST_PROCESSING",
539
+ * // overrideLambda: "STRING_VALUE",
540
+ * // promptCreationMode: "DEFAULT" || "OVERRIDDEN",
539
541
* // inferenceConfiguration: {
540
542
* // temperature: Number("float"),
541
543
* // topP: Number("float"),
@@ -545,8 +547,6 @@ export interface InvokeAgentCommandOutput extends InvokeAgentResponse, __Metadat
545
547
* // "STRING_VALUE",
546
548
* // ],
547
549
* // },
548
- * // overrideLambda: "STRING_VALUE",
549
- * // promptCreationMode: "DEFAULT" || "OVERRIDDEN",
550
550
* // parserMode: "DEFAULT" || "OVERRIDDEN",
551
551
* // },
552
552
* // modelInvocationOutput: { // PostProcessingModelInvocationOutput
0 commit comments