()
| 28 | } |
| 29 | |
| 30 | export function getNoumenaWebSearchBaseUrl(): string { |
| 31 | return ( |
| 32 | process.env.NOUMENA_WEB_SEARCH_BASE_URL?.trim() || |
| 33 | getNoumenaPlatformBaseUrl() |
| 34 | ) |
| 35 | } |
| 36 | |
| 37 | export async function performFirstPartyWebSearch( |
| 38 | input: FirstPartyWebSearchInput, |
no test coverage detected