@superatomai/sdk-node 0.0.38 → 0.0.39

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
@@ -4725,7 +4725,7 @@ ${JSON.stringify(tool.requiredFields || [], null, 2)}`;
4725
4725
  },
4726
4726
  {
4727
4727
  model: this.model,
4728
- maxTokens: 4096,
4728
+ maxTokens: 8192,
4729
4729
  temperature: 0.2,
4730
4730
  apiKey: this.getApiKey(apiKey),
4731
4731
  partial: partialCallback
@@ -9259,7 +9259,7 @@ async function pickComponentWithLLM(prompt, components, anthropicApiKey, groqApi
9259
9259
  },
9260
9260
  {
9261
9261
  model,
9262
- maxTokens: 4096,
9262
+ maxTokens: 8192,
9263
9263
  temperature: 0.2,
9264
9264
  apiKey
9265
9265
  },