|
295 | 295 | "BedrockRerankingConfiguration$modelConfiguration": "<p>Contains configurations for a reranker model.</p>" |
296 | 296 | } |
297 | 297 | }, |
| 298 | + "Blob": { |
| 299 | + "base": null, |
| 300 | + "refs": { |
| 301 | + "ReasoningContentBlock$redactedContent": "<p>The content in the reasoning that was encrypted by the model provider for trust and safety reasons.</p>" |
| 302 | + } |
| 303 | + }, |
298 | 304 | "Boolean": { |
299 | 305 | "base": null, |
300 | 306 | "refs": { |
|
435 | 441 | "refs": { |
436 | 442 | "ModelInvocationInput$parserMode": "<p>Specifies whether to override the default parser Lambda function when parsing the raw foundation model output in the part of the agent sequence defined by the <code>promptType</code>.</p>", |
437 | 443 | "ModelInvocationInput$promptCreationMode": "<p>Specifies whether the default prompt template was <code>OVERRIDDEN</code>. If it was, the <code>basePromptTemplate</code> that was set in the <a href=\"https://docs.aws.amazon.com/bedrock/latest/APIReference/API_agent_PromptOverrideConfiguration.html\">PromptOverrideConfiguration</a> object when the agent was created or updated is used instead.</p>", |
438 | | - "PromptConfiguration$parserMode": "<p>Specifies whether to override the default parser Lambda function when parsing the raw foundation model output in the part of the agent sequence defined by the <code>promptType</code>. If you set the field as <code>OVERRIDEN</code>, the <code>overrideLambda</code> field in the <a href=\"https://docs.aws.amazon.com/bedrock/latest/APIReference/API_agent_PromptOverrideConfiguration.html\">PromptOverrideConfiguration</a> must be specified with the ARN of a Lambda function.</p>", |
| 444 | + "PromptConfiguration$parserMode": "<p>Specifies whether to override the default parser Lambda function when parsing the raw foundation model output in the part of the agent sequence defined by the <code>promptType</code>. If you set the field as <code>OVERRIDDEN</code>, the <code>overrideLambda</code> field in the <a href=\"https://docs.aws.amazon.com/bedrock/latest/APIReference/API_agent_PromptOverrideConfiguration.html\">PromptOverrideConfiguration</a> must be specified with the ARN of a Lambda function.</p>", |
439 | 445 | "PromptConfiguration$promptCreationMode": "<p>Specifies whether to override the default prompt template for this <code>promptType</code>. Set this value to <code>OVERRIDDEN</code> to use the prompt that you provide in the <code>basePromptTemplate</code>. If you leave it as <code>DEFAULT</code>, the agent uses a default prompt template.</p>" |
440 | 446 | } |
441 | 447 | }, |
|
1998 | 2004 | "RoutingClassifierModelInvocationOutput$rawResponse": "<p>The invocation's raw response.</p>" |
1999 | 2005 | } |
2000 | 2006 | }, |
| 2007 | + "ReasoningContentBlock": { |
| 2008 | + "base": "<p>Contains content regarding the reasoning that the foundation model made with respect to the content in the content block. Reasoning refers to a Chain of Thought (CoT) that the model generates to enhance the accuracy of its final response.</p>", |
| 2009 | + "refs": { |
| 2010 | + "OrchestrationModelInvocationOutput$reasoningContent": "<p>Contains content about the reasoning that the model made during the orchestration step. </p>", |
| 2011 | + "PostProcessingModelInvocationOutput$reasoningContent": "<p>Contains content about the reasoning that the model made during the post-processing step.</p>", |
| 2012 | + "PreProcessingModelInvocationOutput$reasoningContent": "<p>Contains content about the reasoning that the model made during the pre-processing step. </p>" |
| 2013 | + } |
| 2014 | + }, |
| 2015 | + "ReasoningTextBlock": { |
| 2016 | + "base": "<p>Contains information about the reasoning that the model used to return the content in the content block.</p>", |
| 2017 | + "refs": { |
| 2018 | + "ReasoningContentBlock$reasoningText": "<p>Contains information about the reasoning that the model used to return the content in the content block.</p>" |
| 2019 | + } |
| 2020 | + }, |
2001 | 2021 | "RepromptResponse": { |
2002 | 2022 | "base": "<p>Contains details about the agent's response to reprompt the input.</p>", |
2003 | 2023 | "refs": { |
|
2611 | 2631 | "PromptSessionAttributesMap$key": null, |
2612 | 2632 | "PromptSessionAttributesMap$value": null, |
2613 | 2633 | "RawResponse$content": "<p>The foundation model's raw output content.</p>", |
| 2634 | + "ReasoningTextBlock$signature": "<p>A hash of all the messages in the conversation to ensure that the content in the reasoning text block isn't tampered with. You must submit the signature in subsequent <code>Converse</code> requests, in addition to the previous messages. If the previous messages are tampered with, the response throws an error.</p>", |
| 2635 | + "ReasoningTextBlock$text": "<p>Text describing the reasoning that the model used to return the content in the content block.</p>", |
2614 | 2636 | "RepromptResponse$text": "<p>The text reprompting the input.</p>", |
2615 | 2637 | "ResponseBody$key": null, |
2616 | 2638 | "RetrievalResultConfluenceLocation$url": "<p>The Confluence host URL for the data source location.</p>", |
|
0 commit comments