@axiom-lattice/core 2.1.35 → 2.1.36

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/dist/index.js CHANGED
@@ -535,7 +535,7 @@ var ModelLattice = class extends import_chat_models.BaseChatModel {
535
535
  maxRetries: config.maxRetries || 2,
536
536
  apiKey: config.apiKey || process.env[config.apiKeyEnvName || "DEEPSEEK_API_KEY"],
537
537
  streaming: config.streaming,
538
- enable_thinking: true,
538
+ "thinking": { "type": "disabled" },
539
539
  configuration: {
540
540
  baseURL: config.baseURL
541
541
  }