@copilotkitnext/angular 1.52.1-next.1 → 1.52.2-next.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -549,7 +549,6 @@ class CopilotkitAgentFactory {
549
549
  transport: runtimeTransport,
550
550
  });
551
551
  // Apply current headers so runs/connects inherit them
552
- // eslint-disable-next-line @typescript-eslint/no-explicit-any
553
552
  provisional.headers = { ...headers };
554
553
  lastAgentStore = new AgentStore(provisional, destroyRef);
555
554
  return lastAgentStore;