diff --git a/01-tutorials/01-fundamentals/04-tools/02-custom-tools/custom-tools-with-strands-agents.ipynb b/01-tutorials/01-fundamentals/04-tools/02-custom-tools/custom-tools-with-strands-agents.ipynb index 3aa6fe0c..a07fb534 100644 --- a/01-tutorials/01-fundamentals/04-tools/02-custom-tools/custom-tools-with-strands-agents.ipynb +++ b/01-tutorials/01-fundamentals/04-tools/02-custom-tools/custom-tools-with-strands-agents.ipynb @@ -555,7 +555,7 @@ "source": [ "#### Defining agent underlying LLM model\n", "\n", - "Next let's define our agent underlying model. Strands Agents natively integrate with Amazon Bedrock models, and provides the ability to configure how the model is called. Below, you can see a simple initialization of a `BedrockModel` provider, with some of the optional configurations commented out. You can learn more about configuration options, and default values, at [Strands Agents Bedrock Model Provider documentation](https://strandsagents.com/0.1.x/user-guide/concepts/model-providers/amazon-bedrock/). For our example, we will use the \`Anthropic Claude Sonnet 4.5\` model from Bedrock." + "Next let's define our agent underlying model. Strands Agents natively integrate with Amazon Bedrock models, and provides the ability to configure how the model is called. Below, you can see a simple initialization of a `BedrockModel` provider, with some of the optional configurations commented out. You can learn more about configuration options, and default values, at [Strands Agents Bedrock Model Provider documentation](https://strandsagents.com/0.1.x/user-guide/concepts/model-providers/amazon-bedrock/). For our example, we will use the \"Anthropic Claude Sonnet 4.5\" model from Bedrock." ] }, {