@@ -252,10 +252,7 @@ export interface InvokeAgentCommandOutput extends InvokeAgentResponse, __Metadat
252
252
* // },
253
253
* // },
254
254
* // trace: { // TracePart
255
- * // agentId: "STRING_VALUE",
256
- * // agentAliasId: "STRING_VALUE",
257
255
* // sessionId: "STRING_VALUE",
258
- * // agentVersion: "STRING_VALUE",
259
256
* // trace: { // Trace Union: only one key present
260
257
* // guardrailTrace: { // GuardrailTrace
261
258
* // action: "INTERVENED" || "NONE",
@@ -373,7 +370,7 @@ export interface InvokeAgentCommandOutput extends InvokeAgentResponse, __Metadat
373
370
* // modelInvocationInput: { // ModelInvocationInput
374
371
* // traceId: "STRING_VALUE",
375
372
* // text: "STRING_VALUE",
376
- * // type: "PRE_PROCESSING" || "ORCHESTRATION" || "KNOWLEDGE_BASE_RESPONSE_GENERATION" || "POST_PROCESSING",
373
+ * // type: "PRE_PROCESSING" || "ORCHESTRATION" || "KNOWLEDGE_BASE_RESPONSE_GENERATION" || "POST_PROCESSING" || "ROUTING_CLASSIFIER" ,
377
374
* // overrideLambda: "STRING_VALUE",
378
375
* // promptCreationMode: "DEFAULT" || "OVERRIDDEN",
379
376
* // inferenceConfiguration: { // InferenceConfiguration
@@ -504,7 +501,7 @@ export interface InvokeAgentCommandOutput extends InvokeAgentResponse, __Metadat
504
501
* // modelInvocationInput: {
505
502
* // traceId: "STRING_VALUE",
506
503
* // text: "STRING_VALUE",
507
- * // type: "PRE_PROCESSING" || "ORCHESTRATION" || "KNOWLEDGE_BASE_RESPONSE_GENERATION" || "POST_PROCESSING",
504
+ * // type: "PRE_PROCESSING" || "ORCHESTRATION" || "KNOWLEDGE_BASE_RESPONSE_GENERATION" || "POST_PROCESSING" || "ROUTING_CLASSIFIER" ,
508
505
* // overrideLambda: "STRING_VALUE",
509
506
* // promptCreationMode: "DEFAULT" || "OVERRIDDEN",
510
507
* // inferenceConfiguration: {
@@ -535,7 +532,7 @@ export interface InvokeAgentCommandOutput extends InvokeAgentResponse, __Metadat
535
532
* // modelInvocationInput: {
536
533
* // traceId: "STRING_VALUE",
537
534
* // text: "STRING_VALUE",
538
- * // type: "PRE_PROCESSING" || "ORCHESTRATION" || "KNOWLEDGE_BASE_RESPONSE_GENERATION" || "POST_PROCESSING",
535
+ * // type: "PRE_PROCESSING" || "ORCHESTRATION" || "KNOWLEDGE_BASE_RESPONSE_GENERATION" || "POST_PROCESSING" || "ROUTING_CLASSIFIER" ,
539
536
* // overrideLambda: "STRING_VALUE",
540
537
* // promptCreationMode: "DEFAULT" || "OVERRIDDEN",
541
538
* // inferenceConfiguration: {
@@ -570,6 +567,9 @@ export interface InvokeAgentCommandOutput extends InvokeAgentResponse, __Metadat
570
567
* // failureReason: "STRING_VALUE",
571
568
* // },
572
569
* // },
570
+ * // agentId: "STRING_VALUE",
571
+ * // agentAliasId: "STRING_VALUE",
572
+ * // agentVersion: "STRING_VALUE",
573
573
* // },
574
574
* // returnControl: { // ReturnControlPayload
575
575
* // invocationInputs: [ // InvocationInputs
0 commit comments