Skip to content

Commit

Permalink
Lint
Browse files Browse the repository at this point in the history
  • Loading branch information
jacoblee93 committed May 29, 2024
1 parent 6b9b97b commit 477026f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion langchain-core/src/language_models/chat_models.ts
Original file line number Diff line number Diff line change
Expand Up @@ -309,7 +309,7 @@ export abstract class BaseChatModel<
undefined,
handledOptions.runName
);
let generations: ChatGeneration[][] = [];
const generations: ChatGeneration[][] = [];
const llmOutputs: LLMResult["llmOutput"][] = [];
// Even if stream is not explicitly called, check if model is implicitly
// called from streamEvents() or streamLog() to get all streamed events.
Expand Down

0 comments on commit 477026f

Please sign in to comment.