mirror of
https://github.com/rowboatlabs/rowboat.git
synced 2026-04-30 10:56:29 +02:00
upgrade composio and dependencies
This commit is contained in:
parent
d12150f1bf
commit
3e2ed4cbc4
3 changed files with 21 additions and 27 deletions
|
|
@ -12,7 +12,7 @@
|
|||
"@ai-sdk/anthropic": "^2.0.44",
|
||||
"@ai-sdk/google": "^2.0.25",
|
||||
"@ai-sdk/openai": "^2.0.53",
|
||||
"@composio/core": "^0.1.48",
|
||||
"@composio/core": "^0.6.0",
|
||||
"@ai-sdk/openai-compatible": "^1.0.27",
|
||||
"@ai-sdk/provider": "^2.0.0",
|
||||
"@google-cloud/local-auth": "^3.0.1",
|
||||
|
|
|
|||
|
|
@ -346,6 +346,7 @@ export async function executeAction(
|
|||
userId: connectedAccountId,
|
||||
arguments: input,
|
||||
connectedAccountId,
|
||||
dangerouslySkipVersionCheck: true,
|
||||
});
|
||||
|
||||
console.log(`[Composio] Action completed successfully`);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue