()
| 48 | import { extractConnectionErrorDetails } from './errorUtils.js' |
| 49 | |
| 50 | const abortError = () => new APIUserAbortError() |
| 51 | |
| 52 | const DEFAULT_MAX_RETRIES = 10 |
| 53 | const FLOOR_OUTPUT_TOKENS = 3000 |
nothing calls this directly
no outgoing calls
no test coverage detected