We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d94e914 + f002ae3 commit d56f122Copy full SHA for d56f122
src/gptscript.ts
@@ -39,6 +39,7 @@ export interface RunOpts {
39
credentialOverrides?: string[]
40
location?: string
41
env?: string[]
42
+ forceSequential?: boolean
43
44
APIKey?: string
45
BaseURL?: string
0 commit comments