modelpact-tools 0.0.0 → 1.0.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +8 -3
package/README.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # modelpact-tools
2
2
 
3
- Tools for modelpact
3
+ Tools a model can call, written against the modelpact contract and held to it by tests
4
4
 
5
5
  ## Install
6
6
 
package/package.json CHANGED
@@ -1,11 +1,16 @@
1
1
  {
2
2
  "name": "modelpact-tools",
3
- "version": "0.0.0",
4
- "description": "Tools for modelpact",
3
+ "version": "1.0.0",
4
+ "description": "Tools a model can call, written against the modelpact contract and held to it by tests",
5
5
  "keywords": [
6
6
  "llm",
7
7
  "modelpact",
8
- "typescript"
8
+ "typescript",
9
+ "tool-calling",
10
+ "function-calling",
11
+ "tool-use",
12
+ "on-device",
13
+ "browser"
9
14
  ],
10
15
  "license": "MIT",
11
16
  "author": "Sergey Avdienko",