@superatomai/sdk-node 0.0.37 → 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/README.md +942 -942
- package/dist/index.js +5 -5
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +5 -5
- package/dist/index.mjs.map +1 -1
- package/package.json +48 -49
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:
|
|
4728
|
+
maxTokens: 8192,
|
|
4729
4729
|
temperature: 0.2,
|
|
4730
4730
|
apiKey: this.getApiKey(apiKey),
|
|
4731
4731
|
partial: partialCallback
|
|
@@ -4848,7 +4848,7 @@ ${JSON.stringify(tool.requiredFields || [], null, 2)}`;
|
|
|
4848
4848
|
},
|
|
4849
4849
|
{
|
|
4850
4850
|
model: this.model,
|
|
4851
|
-
maxTokens:
|
|
4851
|
+
maxTokens: 1500,
|
|
4852
4852
|
temperature: 0.2,
|
|
4853
4853
|
apiKey: this.getApiKey(apiKey)
|
|
4854
4854
|
},
|
|
@@ -4909,7 +4909,7 @@ ${JSON.stringify(tool.requiredFields || [], null, 2)}`;
|
|
|
4909
4909
|
},
|
|
4910
4910
|
{
|
|
4911
4911
|
model: this.model,
|
|
4912
|
-
maxTokens:
|
|
4912
|
+
maxTokens: 3e3,
|
|
4913
4913
|
temperature: 0.2,
|
|
4914
4914
|
apiKey: this.getApiKey(apiKey)
|
|
4915
4915
|
},
|
|
@@ -5752,7 +5752,7 @@ ${errorMsg}
|
|
|
5752
5752
|
},
|
|
5753
5753
|
{
|
|
5754
5754
|
model: this.model,
|
|
5755
|
-
maxTokens:
|
|
5755
|
+
maxTokens: 1200,
|
|
5756
5756
|
temperature: 0.7,
|
|
5757
5757
|
apiKey: this.getApiKey(apiKey)
|
|
5758
5758
|
},
|
|
@@ -9259,7 +9259,7 @@ async function pickComponentWithLLM(prompt, components, anthropicApiKey, groqApi
|
|
|
9259
9259
|
},
|
|
9260
9260
|
{
|
|
9261
9261
|
model,
|
|
9262
|
-
maxTokens:
|
|
9262
|
+
maxTokens: 8192,
|
|
9263
9263
|
temperature: 0.2,
|
|
9264
9264
|
apiKey
|
|
9265
9265
|
},
|