@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.mjs CHANGED
@@ -4681,7 +4681,7 @@ ${JSON.stringify(tool.requiredFields || [], null, 2)}`;
4681
4681
  },
4682
4682
  {
4683
4683
  model: this.model,
4684
- maxTokens: 4096,
4684
+ maxTokens: 8192,
4685
4685
  temperature: 0.2,
4686
4686
  apiKey: this.getApiKey(apiKey),
4687
4687
  partial: partialCallback
@@ -9215,7 +9215,7 @@ async function pickComponentWithLLM(prompt, components, anthropicApiKey, groqApi
9215
9215
  },
9216
9216
  {
9217
9217
  model,
9218
- maxTokens: 4096,
9218
+ maxTokens: 8192,
9219
9219
  temperature: 0.2,
9220
9220
  apiKey
9221
9221
  },