diff --git a/src/gptscript.ts b/src/gptscript.ts index 655b10f..3143350 100644 --- a/src/gptscript.ts +++ b/src/gptscript.ts @@ -39,6 +39,7 @@ export interface RunOpts { credentialOverrides?: string[] location?: string env?: string[] + forceSequential?: boolean APIKey?: string BaseURL?: string