| 3836 | interface AutoRAGInternalError extends Error { |
| 3837 | } |
| 3838 | interface AutoRAGNotFoundError extends Error { |
| 3839 | } |
| 3840 | interface AutoRAGUnauthorizedError extends Error { |
| 3841 | } |
| 3842 | type ComparisonFilter = { |
nothing calls this directly
no outgoing calls
no test coverage detected