AWS Security ChangesHomeSearch

AWS bedrock documentation change

Service: bedrock · 2025-11-22 · Documentation low

File: bedrock/latest/userguide/agents-create-inline.md

Summary

Updated documentation links by adding double slashes in URLs for consistency

Security assessment

The changes only modify URL formatting (adding redundant slashes) without altering security-related content. No security vulnerabilities or security features are mentioned in the diff.

Diff

diff --git a/bedrock/latest/userguide/agents-create-inline.md b/bedrock/latest/userguide/agents-create-inline.md
index feb57750f..c0190d4b1 100644
--- a//bedrock/latest/userguide/agents-create-inline.md
+++ b//bedrock/latest/userguide/agents-create-inline.md
@@ -9 +9 @@ Guidelines for using advanced prompt templates for inline agents
-You can configure and invoke an inline Amazon Bedrock agent dynamically at runtime using [InvokeInlineAgent](https://docs.aws.amazon.com/bedrock/latest/APIReference/API_agent-runtime_InvokeInlineAgent.html) API. Using an inline agent provides you with flexibility to specify your agent capabilities like foundation models, instructions, action groups, guardrails, and knowledge bases at the same time you invoke your agent. You do not need to pre-define agent capabilities before you can use it. 
+You can configure and invoke an inline Amazon Bedrock agent dynamically at runtime using [InvokeInlineAgent](https://docs.aws.amazon.com//bedrock/latest/APIReference/API_agent-runtime_InvokeInlineAgent.html) API. Using an inline agent provides you with flexibility to specify your agent capabilities like foundation models, instructions, action groups, guardrails, and knowledge bases at the same time you invoke your agent. You do not need to pre-define agent capabilities before you can use it. 
@@ -35 +35 @@ You can use any foundation model supported by Amazon Bedrock Agents to configure
-  * [Supported Regions for Amazon Bedrock Agents](https://docs.aws.amazon.com/bedrock/latest/userguide/agents-supported.html)
+  * [Supported Regions for Amazon Bedrock Agents](https://docs.aws.amazon.com//bedrock/latest/userguide/agents-supported.html)
@@ -37 +37 @@ You can use any foundation model supported by Amazon Bedrock Agents to configure
-  * [Model support by feature](https://docs.aws.amazon.com/bedrock/latest/userguide/models-features.html)
+  * [Model support by feature](https://docs.aws.amazon.com//bedrock/latest/userguide/models-features.html)
@@ -48 +48 @@ Configuring and invoking an inline agent is currently not supported in the Amazo
-  * **Base prompt templates** — By default, Amazon Bedrock will use the default base prompt template for your inline agent and the prompts can be changed in the background at any time. This might make the responses inconsistent. If you want consistent responses to your queries, customize your inline agent's behavior by overriding the logic in the default base prompt template with your own configurations. For more information, see [Advanced prompt templates](https://docs.aws.amazon.com/bedrock/latest/userguide/advanced-prompts-templates.html).
+  * **Base prompt templates** — By default, Amazon Bedrock will use the default base prompt template for your inline agent and the prompts can be changed in the background at any time. This might make the responses inconsistent. If you want consistent responses to your queries, customize your inline agent's behavior by overriding the logic in the default base prompt template with your own configurations. For more information, see [Advanced prompt templates](https://docs.aws.amazon.com//bedrock/latest/userguide/advanced-prompts-templates.html).
@@ -54 +54 @@ Configuring and invoking an inline agent is currently not supported in the Amazo
-  * **Inline sessions state** — The attributes inside of `InlineSessionState` persists through the session. Use the attributes to provide additional context for your model and for [few-shot prompting](https://docs.aws.amazon.com/bedrock/latest/userguide/what-is-a-prompt.html#few-shot-prompting-vs-zero-shot-prompting).
+  * **Inline sessions state** — The attributes inside of `InlineSessionState` persists through the session. Use the attributes to provide additional context for your model and for [few-shot prompting](https://docs.aws.amazon.com//bedrock/latest/userguide/what-is-a-prompt.html#few-shot-prompting-vs-zero-shot-prompting).