chore: fix various typos (#6429)

This commit is contained in:
Didier Durand
2025-12-30 16:42:04 +01:00
committed by GitHub
parent 339d2dcb98
commit 8b708242f1
5 changed files with 7 additions and 7 deletions

View File

@@ -280,7 +280,7 @@ export const BashTool = Tool.define("bash", async () => {
}
if (timedOut) {
resultMetadata.push(`bash tool terminated commmand after exceeding timeout ${timeout} ms`)
resultMetadata.push(`bash tool terminated command after exceeding timeout ${timeout} ms`)
}
if (aborted) {