| 5466 | interface AutoRAGUnauthorizedError extends Error { |
| 5467 | } |
| 5468 | interface AutoRAGNameNotSetError extends Error { |
| 5469 | } |
| 5470 | type ComparisonFilter = { |
| 5471 | key: string; |
| 5472 | type: 'eq' | 'ne' | 'gt' | 'gte' | 'lt' | 'lte'; |
nothing calls this directly
no outgoing calls
no test coverage detected