|
681 | 681 | "type":"string",
|
682 | 682 | "enum":["RETURN_CONTROL"]
|
683 | 683 | },
|
| 684 | + "CustomOrchestrationTrace":{ |
| 685 | + "type":"structure", |
| 686 | + "members":{ |
| 687 | + "event":{ |
| 688 | + "shape":"CustomOrchestrationTraceEvent", |
| 689 | + "documentation":"<p> The trace event details used with the custom orchestration. </p>" |
| 690 | + }, |
| 691 | + "traceId":{ |
| 692 | + "shape":"TraceId", |
| 693 | + "documentation":"<p> The unique identifier of the trace. </p>" |
| 694 | + } |
| 695 | + }, |
| 696 | + "documentation":"<p> The trace behavior for the custom orchestration. </p>", |
| 697 | + "sensitive":true |
| 698 | + }, |
| 699 | + "CustomOrchestrationTraceEvent":{ |
| 700 | + "type":"structure", |
| 701 | + "members":{ |
| 702 | + "text":{ |
| 703 | + "shape":"String", |
| 704 | + "documentation":"<p> The text that prompted the event at this step. </p>" |
| 705 | + } |
| 706 | + }, |
| 707 | + "documentation":"<p> The event in the custom orchestration sequence. </p>", |
| 708 | + "sensitive":true |
| 709 | + }, |
684 | 710 | "DateTimestamp":{
|
685 | 711 | "type":"timestamp",
|
686 | 712 | "documentation":"<p>Time Stamp.</p>",
|
|
2279 | 2305 | "sessionState":{
|
2280 | 2306 | "shape":"SessionState",
|
2281 | 2307 | "documentation":"<p>Contains parameters that specify various attributes of the session. For more information, see <a href=\"https://docs.aws.amazon.com/bedrock/latest/userguide/agents-session-state.html\">Control session context</a>.</p> <note> <p>If you include <code>returnControlInvocationResults</code> in the <code>sessionState</code> field, the <code>inputText</code> field will be ignored.</p> </note>"
|
| 2308 | + }, |
| 2309 | + "streamingConfigurations":{ |
| 2310 | + "shape":"StreamingConfigurations", |
| 2311 | + "documentation":"<p> Specifies the configurations for streaming. </p>" |
2282 | 2312 | }
|
2283 | 2313 | }
|
2284 | 2314 | },
|
|
4064 | 4094 | "max":4,
|
4065 | 4095 | "min":0
|
4066 | 4096 | },
|
| 4097 | + "StreamingConfigurations":{ |
| 4098 | + "type":"structure", |
| 4099 | + "members":{ |
| 4100 | + "applyGuardrailInterval":{ |
| 4101 | + "shape":"StreamingConfigurationsApplyGuardrailIntervalInteger", |
| 4102 | + "documentation":"<p> The guardrail interval to apply as response is generated. </p>" |
| 4103 | + }, |
| 4104 | + "streamFinalResponse":{ |
| 4105 | + "shape":"Boolean", |
| 4106 | + "documentation":"<p> Specifies whether to enable streaming for the final response. This is set to <code>false</code> by default. </p>" |
| 4107 | + } |
| 4108 | + }, |
| 4109 | + "documentation":"<p> Configurations for streaming. </p>" |
| 4110 | + }, |
| 4111 | + "StreamingConfigurationsApplyGuardrailIntervalInteger":{ |
| 4112 | + "type":"integer", |
| 4113 | + "box":true, |
| 4114 | + "min":1 |
| 4115 | + }, |
4067 | 4116 | "String":{"type":"string"},
|
4068 | 4117 | "SummaryText":{
|
4069 | 4118 | "type":"string",
|
|
4163 | 4212 | "Trace":{
|
4164 | 4213 | "type":"structure",
|
4165 | 4214 | "members":{
|
| 4215 | + "customOrchestrationTrace":{ |
| 4216 | + "shape":"CustomOrchestrationTrace", |
| 4217 | + "documentation":"<p> Details about the custom orchestration step in which the agent determines the order in which actions are executed. </p>" |
| 4218 | + }, |
4166 | 4219 | "failureTrace":{
|
4167 | 4220 | "shape":"FailureTrace",
|
4168 | 4221 | "documentation":"<p>Contains information about the failure of the interaction.</p>"
|
|
0 commit comments