Skip to content

Commit

Permalink
Fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
jacoblee93 committed Oct 2, 2024
1 parent 6fceb0c commit 2a84cf1
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
/* eslint-disable no-promise-executor-return */
import { test, expect, jest } from "@jest/globals";
import { AIMessage, HumanMessage, ToolMessage } from "@langchain/core/messages";
import { concat } from "@langchain/core/utils/stream";
import { InMemoryCache } from "@langchain/core/caches";
import { ChatOpenAI } from "../chat_models.js";
import { concat } from "@langchain/core/utils/stream";

test("Test ChatOpenAI JSON mode", async () => {
const chat = new ChatOpenAI({
Expand Down

0 comments on commit 2a84cf1

Please sign in to comment.