We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d94e914 commit f002ae3Copy full SHA for f002ae3
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