Skip to content

Commit 5f7620c

Browse files
stainless-app[bot]stainless-bot
authored andcommitted
chore(internal): add constant for default timeout (#196)
1 parent fd7b6cf commit 5f7620c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/index.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -146,6 +146,7 @@ export class PromptFoundry extends Core.APIClient {
146146
}
147147

148148
static PromptFoundry = this;
149+
static DEFAULT_TIMEOUT = 60000; // 1 minute
149150

150151
static PromptFoundryError = Errors.PromptFoundryError;
151152
static APIError = Errors.APIError;

0 commit comments

Comments
 (0)