We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a274679 commit ace6d27Copy full SHA for ace6d27
src/gptscript.ts
@@ -38,6 +38,7 @@ export interface RunOpts {
38
confirm?: boolean
39
prompt?: boolean
40
credentialOverrides?: string[]
41
+ location?: string
42
env?: string[]
43
44
APIKey?: string
0 commit comments