asteroid-odyssey 1.7.165 → 1.7.167
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 +4 -0
- package/dist/index.d.ts +4 -0
- package/package.json +1 -1
package/dist/index.d.mts
CHANGED
|
@@ -770,6 +770,10 @@ type AgentsGraphModelsSettings = {
|
|
|
770
770
|
* Agent-loop backend override (admin-only; defaults to claude-agent-sdk)
|
|
771
771
|
*/
|
|
772
772
|
agent_loop_backend?: AgentsGraphModelsAgentLoopBackend;
|
|
773
|
+
/**
|
|
774
|
+
* Anthropic early-access tool definitions to enable on the vercel-ai-sdk backend — 'computer' and/or 'browser' (admin-only; requires a direct-Anthropic Opus 4.8 model)
|
|
775
|
+
*/
|
|
776
|
+
anthropic_preview_tools?: Array<string>;
|
|
773
777
|
/**
|
|
774
778
|
* LLM provider override for the new agent loop (admin-only in UI; defaults to server config)
|
|
775
779
|
*/
|
package/dist/index.d.ts
CHANGED
|
@@ -770,6 +770,10 @@ type AgentsGraphModelsSettings = {
|
|
|
770
770
|
* Agent-loop backend override (admin-only; defaults to claude-agent-sdk)
|
|
771
771
|
*/
|
|
772
772
|
agent_loop_backend?: AgentsGraphModelsAgentLoopBackend;
|
|
773
|
+
/**
|
|
774
|
+
* Anthropic early-access tool definitions to enable on the vercel-ai-sdk backend — 'computer' and/or 'browser' (admin-only; requires a direct-Anthropic Opus 4.8 model)
|
|
775
|
+
*/
|
|
776
|
+
anthropic_preview_tools?: Array<string>;
|
|
773
777
|
/**
|
|
774
778
|
* LLM provider override for the new agent loop (admin-only in UI; defaults to server config)
|
|
775
779
|
*/
|