@agents-at-scale/ark 0.1.44 → 0.1.46
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.
|
@@ -388,7 +388,7 @@ export class StatusChecker {
|
|
|
388
388
|
const model = JSON.parse(stdout);
|
|
389
389
|
defaultModelExists = true;
|
|
390
390
|
// Extract model details
|
|
391
|
-
const available = model.status?.conditions?.find((c) => c.type === '
|
|
391
|
+
const available = model.status?.conditions?.find((c) => c.type === 'ModelAvailable')?.status === 'True';
|
|
392
392
|
defaultModel = {
|
|
393
393
|
exists: true,
|
|
394
394
|
available,
|