fix parallel tool calls (#7956)

This commit is contained in:
Ahmed Ibrahim
2025-12-15 17:28:27 -08:00
committed by GitHub
parent b093565bfb
commit d802b18716
9 changed files with 866 additions and 23 deletions

View File

@@ -22,3 +22,7 @@ tokio = { workspace = true, features = ["time"] }
walkdir = { workspace = true }
wiremock = { workspace = true }
shlex = { workspace = true }
[dev-dependencies]
pretty_assertions = { workspace = true }
reqwest = { workspace = true }