refactor(codemode): remove tool concurrency cap (#36545)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user