()
| 45 | |
| 46 | // User-Agent for WebFetch requests to arbitrary sites. |
| 47 | export function getWebFetchUserAgent(): string { |
| 48 | return `NCode-User (${getNcodeUserAgent()}; +https://noumena.com/)` |
| 49 | } |
| 50 | |
| 51 | export type AuthHeaders = { |
| 52 | headers: Record<string, string> |
no test coverage detected