KernelStatus constructor

KernelStatus({
  1. required Map<String, String> providers,
  2. required Map<String, int> toolCountPerNamespace,
  3. required Map<String, String> remoteServerHealth,
  4. required int totalToolCount,
})

Implementation

KernelStatus({
  required this.providers,
  required this.toolCountPerNamespace,
  required this.remoteServerHealth,
  required this.totalToolCount,
});