diff --git a/packages/autotool/package.json b/packages/autotool/package.json index 3bed6edf3c..fb8fcd79d5 100644 --- a/packages/autotool/package.json +++ b/packages/autotool/package.json @@ -2,7 +2,11 @@ "name": "@llamaindex/autotool", "type": "module", "version": "0.0.1", - "description": "", + "description": "auto transpile your JS function to LLM Agent compatible", + "files": [ + "dist", + "CHANGELOG.md" + ], "exports": { ".": { "types": "./dist/index.d.ts",