| 15 | providedIn: 'root' |
| 16 | }) |
| 17 | export class ChatService { |
| 18 | private router = inject(Router); |
| 19 | private magicAiService = inject(MagicAiService); |
| 20 | conversationHistory = linkedSignal<string|undefined, Message[]>({ |
nothing calls this directly
no outgoing calls
no test coverage detected