diff options
Diffstat (limited to 'docs/tools')
| -rw-r--r-- | docs/tools/index.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/tools/index.md b/docs/tools/index.md index 7bd24485..d283d06d 100644 --- a/docs/tools/index.md +++ b/docs/tools/index.md @@ -6,7 +6,7 @@ The Gemini CLI is equipped with a powerful set of built-in tools that the Gemini In the context of the Gemini CLI, tools are specific functions or modules that the Gemini model can request to be executed. For example, if you ask Gemini to "Summarize the contents of `my_document.txt`," the model will likely identify the need to read that file and will request the execution of the `read_file` tool. -The server component (`packages/server`) manages these tools, presents their definitions (schemas) to the Gemini model, executes them when requested, and returns the results to the model for further processing into a user-facing response. +The server component (`packages/core`) manages these tools, presents their definitions (schemas) to the Gemini model, executes them when requested, and returns the results to the model for further processing into a user-facing response. ## Why are Tools Important? |
