| 3838 | interface AutoRAGNotFoundError extends Error { |
| 3839 | } |
| 3840 | interface AutoRAGUnauthorizedError extends Error { |
| 3841 | } |
| 3842 | type ComparisonFilter = { |
| 3843 | key: string; |
| 3844 | type: 'eq' | 'ne' | 'gt' | 'gte' | 'lt' | 'lte'; |
nothing calls this directly
no outgoing calls
no test coverage detected