mirror of
https://github.com/kennethnym/freya
synced 2026-07-08 00:31:15 +01:00
feat: add exa web search source (#124)
This commit is contained in:
11
packages/freya-source-web-search/src/index.ts
Normal file
11
packages/freya-source-web-search/src/index.ts
Normal file
@@ -0,0 +1,11 @@
|
||||
export { ExaSearchClient } from "./exa-client.ts"
|
||||
export { WebSearchSource } from "./web-search-source.ts"
|
||||
export {
|
||||
WebSearchAction,
|
||||
WebSearchType,
|
||||
type WebSearchClient,
|
||||
type WebSearchRequest,
|
||||
type WebSearchResponse,
|
||||
type WebSearchResult,
|
||||
type WebSearchSourceOptions,
|
||||
} from "./types.ts"
|
||||
Reference in New Issue
Block a user