@@ -374,6 +374,8 @@ export interface InvokeAgentCommandOutput extends InvokeAgentResponse, __Metadat
374374 * // traceId: "STRING_VALUE",
375375 * // text: "STRING_VALUE",
376376 * // type: "PRE_PROCESSING" || "ORCHESTRATION" || "KNOWLEDGE_BASE_RESPONSE_GENERATION" || "POST_PROCESSING",
377+ * // overrideLambda: "STRING_VALUE",
378+ * // promptCreationMode: "DEFAULT" || "OVERRIDDEN",
377379 * // inferenceConfiguration: { // InferenceConfiguration
378380 * // temperature: Number("float"),
379381 * // topP: Number("float"),
@@ -383,8 +385,6 @@ export interface InvokeAgentCommandOutput extends InvokeAgentResponse, __Metadat
383385 * // "STRING_VALUE",
384386 * // ],
385387 * // },
386- * // overrideLambda: "STRING_VALUE",
387- * // promptCreationMode: "DEFAULT" || "OVERRIDDEN",
388388 * // parserMode: "DEFAULT" || "OVERRIDDEN",
389389 * // },
390390 * // modelInvocationOutput: { // PreProcessingModelInvocationOutput
@@ -505,6 +505,8 @@ export interface InvokeAgentCommandOutput extends InvokeAgentResponse, __Metadat
505505 * // traceId: "STRING_VALUE",
506506 * // text: "STRING_VALUE",
507507 * // type: "PRE_PROCESSING" || "ORCHESTRATION" || "KNOWLEDGE_BASE_RESPONSE_GENERATION" || "POST_PROCESSING",
508+ * // overrideLambda: "STRING_VALUE",
509+ * // promptCreationMode: "DEFAULT" || "OVERRIDDEN",
508510 * // inferenceConfiguration: {
509511 * // temperature: Number("float"),
510512 * // topP: Number("float"),
@@ -514,8 +516,6 @@ export interface InvokeAgentCommandOutput extends InvokeAgentResponse, __Metadat
514516 * // "STRING_VALUE",
515517 * // ],
516518 * // },
517- * // overrideLambda: "STRING_VALUE",
518- * // promptCreationMode: "DEFAULT" || "OVERRIDDEN",
519519 * // parserMode: "DEFAULT" || "OVERRIDDEN",
520520 * // },
521521 * // modelInvocationOutput: { // OrchestrationModelInvocationOutput
@@ -536,6 +536,8 @@ export interface InvokeAgentCommandOutput extends InvokeAgentResponse, __Metadat
536536 * // traceId: "STRING_VALUE",
537537 * // text: "STRING_VALUE",
538538 * // type: "PRE_PROCESSING" || "ORCHESTRATION" || "KNOWLEDGE_BASE_RESPONSE_GENERATION" || "POST_PROCESSING",
539+ * // overrideLambda: "STRING_VALUE",
540+ * // promptCreationMode: "DEFAULT" || "OVERRIDDEN",
539541 * // inferenceConfiguration: {
540542 * // temperature: Number("float"),
541543 * // topP: Number("float"),
@@ -545,8 +547,6 @@ export interface InvokeAgentCommandOutput extends InvokeAgentResponse, __Metadat
545547 * // "STRING_VALUE",
546548 * // ],
547549 * // },
548- * // overrideLambda: "STRING_VALUE",
549- * // promptCreationMode: "DEFAULT" || "OVERRIDDEN",
550550 * // parserMode: "DEFAULT" || "OVERRIDDEN",
551551 * // },
552552 * // modelInvocationOutput: { // PostProcessingModelInvocationOutput
0 commit comments