refactor(codemode): remove tool concurrency cap (#36545)
This commit is contained in:
parent
b2bdab24e6
commit
3c60470269
6 changed files with 13 additions and 27 deletions
|
|
@ -1,5 +1,3 @@
|
|||
import type { PromiseMethodName } from "../interpreter/model.js"
|
||||
|
||||
export const promiseStatics = new Set<PromiseMethodName>(["all", "allSettled", "race", "any", "resolve", "reject"])
|
||||
|
||||
export const TOOL_CALL_CONCURRENCY = 8
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue