fix(hllm): ensure tool descriptions meet 20 char minimum

- Updated deleteApiKey description from 'Delete an API key.' (18 chars)
  to 'Delete an existing API key from the account.' (44 chars)
- Bumped version to 0.1.1
This commit is contained in:
Ajax Davis 2026-01-17 08:50:48 +10:00
parent 0fa4374d9e
commit 9ebb5ee02e

View file

@ -1,6 +1,6 @@
{
"name": "@tpmjs/tools-hllm",
"version": "0.1.0",
"version": "0.1.1",
"description": "HLLM API client tools for AI agents. Manage topologies, sessions, prompts, files, and more.",
"type": "module",
"keywords": [
@ -197,7 +197,7 @@
},
{
"name": "deleteApiKey",
"description": "Delete an API key."
"description": "Delete an existing API key from the account."
}
]
},