Skip to content

Commit

Permalink
Remove unnecessary assertion
Browse files Browse the repository at this point in the history
  • Loading branch information
jacoblee93 committed Sep 4, 2024
1 parent a022e6d commit 3233096
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions libs/langchain-anthropic/src/chat_models.ts
Original file line number Diff line number Diff line change
Expand Up @@ -606,10 +606,10 @@ export class ChatAnthropicMessages<
clientOptions: ClientOptions;

// Used for non-streaming requests
protected batchClient!: Anthropic;
protected batchClient: Anthropic;

// Used for streaming requests
protected streamingClient!: Anthropic;
protected streamingClient: Anthropic;

streamUsage = true;

Expand Down

0 comments on commit 3233096

Please sign in to comment.