diff --git a/legacy/src/index.ts b/legacy/src/index.ts index 877d78a4..daa718c1 100644 --- a/legacy/src/index.ts +++ b/legacy/src/index.ts @@ -7,7 +7,7 @@ export * from './fns' export * from './message' export * from './parse-structured-output' export * from './schema' -export * from './services/index' +export * from './services' export * from './tools/search-and-crawl' export type * from './types' export * from './url-utils'