Skip to content

Commit 666dee7

Browse files
authoredSep 17, 2024··
fix(ci): Fix lint (#6828)
1 parent 615b9d9 commit 666dee7

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed
 

‎langchain/src/chat_models/universal.ts

+1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
/* eslint-disable import/no-extraneous-dependencies */
12
import {
23
BaseLanguageModelInput,
34
ToolDefinition,

‎langchain/src/output_parsers/openai_tools.ts

+1
Original file line numberDiff line numberDiff line change
@@ -106,6 +106,7 @@ export type JsonOutputKeyToolsParserParams = {
106106
/**
107107
* @deprecated Import from "@langchain/core/output_parsers/openai_tools"
108108
*/
109+
// eslint-disable-next-line @typescript-eslint/no-explicit-any
109110
export class JsonOutputKeyToolsParser extends BaseLLMOutputParser<any> {
110111
static lc_name() {
111112
return "JsonOutputKeyToolsParser";

0 commit comments

Comments
 (0)
Please sign in to comment.