@clickraft/cli 0.8.0 → 0.8.2

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.
package/dist/index.js CHANGED
@@ -2605,7 +2605,7 @@ var ModelSummarySchema = z8.object({
2605
2605
  isDefault: z8.boolean(),
2606
2606
  docsUrl: z8.string().nullable(),
2607
2607
  llmContext: z8.string().nullable(),
2608
- constraints: z8.record(z8.unknown()).nullable(),
2608
+ constraints: z8.record(z8.string(), z8.unknown()).nullable(),
2609
2609
  modelFamily: z8.string().nullable(),
2610
2610
  isFamilyPrimary: z8.boolean().nullable()
2611
2611
  }).strict();