mirror of
https://github.com/simstudioai/sim.git
synced 2026-02-17 09:52:38 -05:00
* added google-groups * added a few more endpoints * removed comments * removed named imports, fixed comments * fixed google groups tool names --------- Co-authored-by: aadamgough <adam@sim.ai> Co-authored-by: waleed <walif6@gmail.com>
6 lines
164 B
TypeScript
6 lines
164 B
TypeScript
import { readUrlTool } from './read_url'
|
|
import { searchTool } from './search'
|
|
|
|
export const jinaReadUrlTool = readUrlTool
|
|
export const jinaSearchTool = searchTool
|