Skip to content

Commit

Permalink
chore: lint files
Browse files Browse the repository at this point in the history
  • Loading branch information
bracesproul committed Apr 4, 2024
1 parent fef15c8 commit baef838
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libs/langchain-anthropic/src/output_parsers.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ interface AnthropicToolsOutputParserParams
extends JsonOutputKeyToolsParserParams {}

export class AnthropicToolsOutputParser<
// eslint-disable-next-line @typescript-eslint/no-explicit-any
// eslint-disable-next-line @typescript-eslint/no-explicit-any
T extends Record<string, any> = Record<string, any>
> extends BaseLLMOutputParser<T> {
static lc_name() {
Expand Down

0 comments on commit baef838

Please sign in to comment.