Skip to content

Commit f002ae3

Browse files
committed
feat: add force sequential option
Signed-off-by: Donnie Adams <[email protected]>
1 parent d94e914 commit f002ae3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/gptscript.ts

+1
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ export interface RunOpts {
3939
credentialOverrides?: string[]
4040
location?: string
4141
env?: string[]
42+
forceSequential?: boolean
4243

4344
APIKey?: string
4445
BaseURL?: string

0 commit comments

Comments
 (0)