asteroid-odyssey 1.6.476 → 1.6.488
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.d.mts +1 -1
- package/dist/index.d.ts +1 -1
- package/package.json +1 -1
package/dist/index.d.mts
CHANGED
|
@@ -1408,7 +1408,7 @@ type AgentsGraphModelsAgentGraph = {
|
|
|
1408
1408
|
/**
|
|
1409
1409
|
* LLM provider for the new agent loop
|
|
1410
1410
|
*/
|
|
1411
|
-
type AgentsGraphModelsLlmProvider = 'bedrock' | 'anthropic';
|
|
1411
|
+
type AgentsGraphModelsLlmProvider = 'bedrock' | 'anthropic' | 'bifrost';
|
|
1412
1412
|
type AgentsGraphModelsNodesNode = {
|
|
1413
1413
|
id: CommonUuid;
|
|
1414
1414
|
name: string;
|
package/dist/index.d.ts
CHANGED
|
@@ -1408,7 +1408,7 @@ type AgentsGraphModelsAgentGraph = {
|
|
|
1408
1408
|
/**
|
|
1409
1409
|
* LLM provider for the new agent loop
|
|
1410
1410
|
*/
|
|
1411
|
-
type AgentsGraphModelsLlmProvider = 'bedrock' | 'anthropic';
|
|
1411
|
+
type AgentsGraphModelsLlmProvider = 'bedrock' | 'anthropic' | 'bifrost';
|
|
1412
1412
|
type AgentsGraphModelsNodesNode = {
|
|
1413
1413
|
id: CommonUuid;
|
|
1414
1414
|
name: string;
|