()
| 55 | } |
| 56 | |
| 57 | func (r *aibridgedRecorder) reset() { |
| 58 | r.mu.Lock() |
| 59 | defer r.mu.Unlock() |
| 60 | r.path = "" |
| 61 | } |
| 62 | |
| 63 | // rawProvider is a (name, base URL) pair representing what the database |
| 64 | // holds before classification, mirroring the ai_providers row shape |
no test coverage detected