docs(tools): add Related sections and unify See also to Related

This commit is contained in:
Vincent Koc
2026-04-23 15:41:49 -07:00
parent 1daa552d5f
commit 6667f66fd8
22 changed files with 108 additions and 5 deletions

View File

@@ -48,3 +48,9 @@ The tool accepts a single `input` string that wraps one or more file operations:
"input": "*** Begin Patch\n*** Update File: src/index.ts\n@@\n-const foo = 1\n+const foo = 2\n*** End Patch"
}
```
## Related
- [Diffs](/tools/diffs)
- [Exec tool](/tools/exec)
- [Code execution](/tools/code-execution)