diff --git a/docs/user-guide/concepts/tools/example-tools-package.md b/docs/user-guide/concepts/tools/example-tools-package.md index ac94aef..0c657cb 100644 --- a/docs/user-guide/concepts/tools/example-tools-package.md +++ b/docs/user-guide/concepts/tools/example-tools-package.md @@ -60,7 +60,7 @@ pip install strands-agents-tools[mem0_memory] - [`think`]({{ tools_repo }}/src/strands_tools/think.py): Perform deep thinking by creating parallel branches of agentic reasoning - [`use_llm`]({{ tools_repo }}/src/strands_tools/use_llm.py): Run a new AI event loop with custom prompts - [`workflow`]({{ tools_repo }}/src/strands_tools/workflow.py): Orchestrate sequenced workflows - +- [`batch`]({{ tools_repo }}/src/strands_tools/batch.py): Call multiple tools from a single model request ## Tool Consent and Bypassing @@ -88,4 +88,4 @@ When this variable is set to `true`, tools will execute without asking for confi - CI/CD pipelines - Situations where you've already validated the safety of operations -**Note:** Use this feature with caution in production environments, as it removes an important safety check. \ No newline at end of file +**Note:** Use this feature with caution in production environments, as it removes an important safety check.