Skip to content

Commit 83e2064

Browse files
Update scripts/agent-evals/README.md
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
1 parent bb61a6e commit 83e2064

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/agent-evals/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ export const templates = [
107107

108108
3. Ensure you have a `.gitignore` for the template. For example, a Node.js template should ignore `node_modules`
109109

110-
4. Set the `TemplatePlatform` for your template. To ensure the template is setup before each test run, we'll want to add an build command for the template. If you add a new `TemplatePlatform`, update the `buildTemplates()` function for it. For example, Node.js templates will run `npm install` before they are copied into the test directory.
110+
4. Set the `TemplatePlatform` for your template. To ensure the template is setup before each test run, we'll want to add a build command for the template. If you add a new `TemplatePlatform`, update the `buildTemplates()` function for it. For example, Node.js templates will run `npm install` before they are copied into the test directory.
111111

112112
## Adding Mocks for MCP Tools
113113

0 commit comments

Comments
 (0)