| 163 | `] |
| 164 | }) |
| 165 | export class ChatComponent { |
| 166 | private chatService = inject(ChatService); |
| 167 | private magicAiService = inject(MagicAiService); |
| 168 | isStreamComplete = this.magicAiService.isStreamComplete; |
nothing calls this directly
no outgoing calls
no test coverage detected