| 86 | } |
| 87 | |
| 88 | export interface ScreenshotAnalysisOptions { |
| 89 | prompt: string; |
| 90 | } |
| 91 | |
| 92 | export const DEFAULT_MODEL = "claude-sonnet-4-20250514"; |
| 93 | export const DEFAULT_DEV_SERVER_URL = "http://localhost:5173"; |
nothing calls this directly
no outgoing calls
no test coverage detected