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:
parent
0fa4374d9e
commit
9ebb5ee02e
1 changed files with 2 additions and 2 deletions
|
|
@ -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."
|
||||
}
|
||||
]
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue