Skip to content

Commit 2ad98be

Browse files
committed
fix(client): fix link to streaming responses docs
1 parent 7fc6f42 commit 2ad98be

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/client.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -418,7 +418,7 @@ export class BaseAnthropic {
418418
if (expectedTimeout > defaultTimeout) {
419419
throw new Errors.AnthropicError(
420420
'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',
421+
'See https://github.com/anthropics/anthropic-sdk-typescript#streaming-responses for more details',
422422
);
423423
}
424424
return defaultTimeout * 1000;

0 commit comments

Comments
 (0)