Skip to content

Commit

Permalink
Revert tsconfig, skip failing int test, format
Browse files Browse the repository at this point in the history
  • Loading branch information
jacoblee93 committed Nov 21, 2024
1 parent cc12d68 commit d10d9f9
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion docs/core_docs/docs/integrations/chat/mistral.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -465,4 +465,4 @@
},
"nbformat": 4,
"nbformat_minor": 5
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -24,13 +24,13 @@ class ChatMistralAIStandardIntegrationTests extends ChatModelIntegrationTests<
});
}

// async testCacheComplexMessageTypes() {
// this.skipTestMessage(
// "testCacheComplexMessageTypes",
// "ChatMistralAI",
// "Complex message types not properly implemented"
// );
// }
async testToolMessageHistoriesListContent() {
this.skipTestMessage(
"testToolMessageHistoriesListContent",
"ChatMistralAI",
"tool_use message blocks not supported"
);
}
}

const testClass = new ChatMistralAIStandardIntegrationTests();
Expand Down
2 changes: 1 addition & 1 deletion libs/langchain-mistralai/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"ES2022.Object",
"DOM"
],
"module": "NodeNext",
"module": "ES2020",
"moduleResolution": "nodenext",
"esModuleInterop": true,
"declaration": true,
Expand Down

0 comments on commit d10d9f9

Please sign in to comment.