mirror of
https://gitea.toothfairyai.com/ToothFairyAI/tf_code.git
synced 2026-04-03 15:43:45 +00:00
chore: fix various typos (#6429)
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user