diff --git a/docs/en/how-to/invoke_tool.md b/docs/en/how-to/invoke_tool.md index c144be96c6..7448de13fa 100644 --- a/docs/en/how-to/invoke_tool.md +++ b/docs/en/how-to/invoke_tool.md @@ -13,12 +13,12 @@ The `invoke` command allows you to invoke tools defined in your configuration di {{< notice tip >}} **Keep configurations minimal:** The `invoke` command initializes *all* resources (sources, tools, etc.) defined in your configuration files during execution. To ensure fast response times, consider using a minimal configuration file containing only the tools you need for the specific invocation. -{{< notice tip >}} +{{< /notice >}} -## Prerequisites +## Before you begin -- You have the `toolbox` binary installed or built. -- You have a valid tool configuration file (e.g., `tools.yaml`). +1. Make sure you have the `toolbox` binary installed or built. +2. Make sure you have a valid tool configuration file (e.g., `tools.yaml`). ## Basic Usage