workers-ai-provider 2.0.1 → 2.0.2
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.
package/package.json
CHANGED
|
@@ -159,7 +159,6 @@ export class WorkersAIChatLanguageModel implements LanguageModelV2 {
|
|
|
159
159
|
{
|
|
160
160
|
gateway: this.config.gateway ?? gateway,
|
|
161
161
|
...passthroughOptions,
|
|
162
|
-
tags: [],
|
|
163
162
|
},
|
|
164
163
|
);
|
|
165
164
|
|
|
@@ -307,7 +306,6 @@ export class WorkersAIChatLanguageModel implements LanguageModelV2 {
|
|
|
307
306
|
{
|
|
308
307
|
gateway: this.config.gateway ?? gateway,
|
|
309
308
|
...passthroughOptions,
|
|
310
|
-
tags: [],
|
|
311
309
|
},
|
|
312
310
|
);
|
|
313
311
|
|