Skip to content

Commit 7f9ead8

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

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

gptscript/opts.py

+2
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ def __init__(self,
3333
credentialOverrides: list[str] = None,
3434
location: str = "",
3535
env: list[str] = None,
36+
forceSequential: bool = False,
3637
apiKey: str = "",
3738
baseURL: str = "",
3839
defaultModel: str = ""
@@ -48,3 +49,4 @@ def __init__(self,
4849
self.credentialOverrides = credentialOverrides
4950
self.location = location
5051
self.env = env
52+
self.forceSequential = forceSequential

0 commit comments

Comments
 (0)