| 111 | const COMPRESSION_PRESERVE_THRESHOLD = 0.3; |
| 112 | |
| 113 | export class AnusClient { |
| 114 | private chat?: AnusChat; |
| 115 | private contentGenerator?: ContentGenerator; |
| 116 | private embeddingModel: string; |
nothing calls this directly
no outgoing calls
no test coverage detected