| 1 | import type { Stagehand as StagehandType } from '@browserbasehq/stagehand' |
| 2 | import { createLogger } from '@sim/logger' |
| 3 | import { getErrorMessage } from '@sim/utils/errors' |
| 4 | import { type NextRequest, NextResponse } from 'next/server' |
nothing calls this directly
no test coverage detected