scira-chat / ai /tools.ts
mukaddamzaid's picture
init commit
5012205
raw
history blame
188 Bytes
import { VercelAIToolSet } from "composio-core";
const toolset = new VercelAIToolSet();
export const composioTools = await toolset.getTools(
{
apps: [
"tavily",
]
}
);