We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7fc6f42 commit 2ad98beCopy full SHA for 2ad98be
src/client.ts
@@ -418,7 +418,7 @@ export class BaseAnthropic {
418
if (expectedTimeout > defaultTimeout) {
419
throw new Errors.AnthropicError(
420
'Streaming is strongly recommended for operations that may take longer than 10 minutes. ' +
421
- 'See https://github.com/anthropics/anthropic-sdk-python#streaming-responses for more details',
+ 'See https://github.com/anthropics/anthropic-sdk-typescript#streaming-responses for more details',
422
);
423
}
424
return defaultTimeout * 1000;
0 commit comments