| 23 | providedIn: "root", |
| 24 | }) |
| 25 | export class AiService { |
| 26 | private readonly model: GenerativeModel; |
| 27 | private readonly products: ProductService = inject(ProductService); |
| 28 | private readonly chat: ChatSession; |
nothing calls this directly
no outgoing calls
no test coverage detected