@chainfuse/types 1.6.9 → 1.7.1

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.
@@ -227,7 +227,7 @@ export declare const workersAiCatalog: {
227
227
  readonly description: "The Llama 3.2 instruction-tuned text only models are optimized for multilingual dialogue use cases, including agentic retrieval and summarization tasks.";
228
228
  readonly tags: readonly [];
229
229
  readonly properties: {
230
- readonly context_window: 128000;
230
+ readonly context_window: 60000;
231
231
  readonly terms: "https://github.com/meta-llama/llama-models/blob/main/models/llama3_2/LICENSE";
232
232
  };
233
233
  }, {
@@ -248,7 +248,7 @@ export const workersAiCatalog = {
248
248
  description: 'The Llama 3.2 instruction-tuned text only models are optimized for multilingual dialogue use cases, including agentic retrieval and summarization tasks.',
249
249
  tags: [],
250
250
  properties: {
251
- context_window: 128000,
251
+ context_window: 60000,
252
252
  terms: 'https://github.com/meta-llama/llama-models/blob/main/models/llama3_2/LICENSE',
253
253
  },
254
254
  },
@@ -343,7 +343,7 @@ export declare const possibilities_mc_safety: readonly [...{
343
343
  readonly description: "The Llama 3.2 instruction-tuned text only models are optimized for multilingual dialogue use cases, including agentic retrieval and summarization tasks.";
344
344
  readonly tags: readonly [];
345
345
  readonly properties: {
346
- readonly context_window: 128000;
346
+ readonly context_window: 60000;
347
347
  readonly terms: "https://github.com/meta-llama/llama-models/blob/main/models/llama3_2/LICENSE";
348
348
  };
349
349
  }, {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@chainfuse/types",
3
- "version": "1.6.9",
3
+ "version": "1.7.1",
4
4
  "description": "",
5
5
  "author": "ChainFuse",
6
6
  "homepage": "https://github.com/ChainFuse/packages/tree/main/packages/types#readme",
@@ -86,8 +86,8 @@
86
86
  },
87
87
  "prettier": "@demosjarco/prettier-config",
88
88
  "devDependencies": {
89
- "@cloudflare/workers-types": "^4.20250224.0",
89
+ "@cloudflare/workers-types": "^4.20250303.0",
90
90
  "@types/json-schema": "^7.0.15"
91
91
  },
92
- "gitHead": "9d842a11f77e62dab485f3965c724827b44f688f"
92
+ "gitHead": "2b426f19f6708bee297c930b7bcffa33ddaf6e5e"
93
93
  }