@chainfuse/ai-tools 0.13.28 → 0.14.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.
@@ -459,6 +459,7 @@ export class AiRawProviders extends AiBase {
459
459
  ...(args.cache && { 'cf-aig-cache-ttl': (typeof args.cache === 'boolean' ? (args.cache ? this.cacheTtl : 0) : args.cache).toString() }),
460
460
  ...(args.skipCache && { 'cf-aig-skip-cache': 'true' }),
461
461
  },
462
+ includeUsage: true,
462
463
  name: 'workersai',
463
464
  fetch: async (input, rawInit) => {
464
465
  const startRoundTrip = performance.now();
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@chainfuse/ai-tools",
3
- "version": "0.13.28",
3
+ "version": "0.14.0",
4
4
  "description": "",
5
5
  "author": "ChainFuse",
6
6
  "homepage": "https://github.com/ChainFuse/packages/tree/main/packages/ai-tools#readme",
@@ -65,5 +65,5 @@
65
65
  "@cloudflare/workers-types": "^4.20250807.0",
66
66
  "openai": "^5.12.1"
67
67
  },
68
- "gitHead": "541693735b92bd92dc0d6c77235bcebe4ac62741"
68
+ "gitHead": "5234d788642ee1e79d7295b8da227549970eefe0"
69
69
  }