Skip to content

Commit

Permalink
add pnpm tool-summary:langchain
Browse files Browse the repository at this point in the history
  • Loading branch information
ngundotra committed Feb 2, 2025
1 parent 08db584 commit 2f0528e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
"lint:fix": "eslint . --ext .ts --fix",
"format": "prettier --write \"src/**/*.ts\" \"test/**/*.ts\"",
"tool-summary": "tsx src/utils/analyzeTools.ts",
"tool-summary:langchain": "tsx src/utils/analyzeTools.ts --langchain",
"check-tool-names:langchain": "tsx scripts/check-langchain-tool-duplicates.ts"
},
"engines": {
Expand Down

0 comments on commit 2f0528e

Please sign in to comment.