@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.mjs
CHANGED
|
@@ -4681,7 +4681,7 @@ ${JSON.stringify(tool.requiredFields || [], null, 2)}`;
|
|
|
4681
4681
|
},
|
|
4682
4682
|
{
|
|
4683
4683
|
model: this.model,
|
|
4684
|
-
maxTokens:
|
|
4684
|
+
maxTokens: 8192,
|
|
4685
4685
|
temperature: 0.2,
|
|
4686
4686
|
apiKey: this.getApiKey(apiKey),
|
|
4687
4687
|
partial: partialCallback
|
|
@@ -4804,7 +4804,7 @@ ${JSON.stringify(tool.requiredFields || [], null, 2)}`;
|
|
|
4804
4804
|
},
|
|
4805
4805
|
{
|
|
4806
4806
|
model: this.model,
|
|
4807
|
-
maxTokens:
|
|
4807
|
+
maxTokens: 1500,
|
|
4808
4808
|
temperature: 0.2,
|
|
4809
4809
|
apiKey: this.getApiKey(apiKey)
|
|
4810
4810
|
},
|
|
@@ -4865,7 +4865,7 @@ ${JSON.stringify(tool.requiredFields || [], null, 2)}`;
|
|
|
4865
4865
|
},
|
|
4866
4866
|
{
|
|
4867
4867
|
model: this.model,
|
|
4868
|
-
maxTokens:
|
|
4868
|
+
maxTokens: 3e3,
|
|
4869
4869
|
temperature: 0.2,
|
|
4870
4870
|
apiKey: this.getApiKey(apiKey)
|
|
4871
4871
|
},
|
|
@@ -5708,7 +5708,7 @@ ${errorMsg}
|
|
|
5708
5708
|
},
|
|
5709
5709
|
{
|
|
5710
5710
|
model: this.model,
|
|
5711
|
-
maxTokens:
|
|
5711
|
+
maxTokens: 1200,
|
|
5712
5712
|
temperature: 0.7,
|
|
5713
5713
|
apiKey: this.getApiKey(apiKey)
|
|
5714
5714
|
},
|
|
@@ -9215,7 +9215,7 @@ async function pickComponentWithLLM(prompt, components, anthropicApiKey, groqApi
|
|
|
9215
9215
|
},
|
|
9216
9216
|
{
|
|
9217
9217
|
model,
|
|
9218
|
-
maxTokens:
|
|
9218
|
+
maxTokens: 8192,
|
|
9219
9219
|
temperature: 0.2,
|
|
9220
9220
|
apiKey
|
|
9221
9221
|
},
|