File size: 188 Bytes
5012205
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
import { VercelAIToolSet } from "composio-core";

const toolset = new VercelAIToolSet();

export const composioTools = await toolset.getTools(
  { 
    apps: [
      "tavily",
    ]
  }
);