@tellescope/schema 1.229.0 → 1.230.1

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/lib/esm/schema.js CHANGED
@@ -6318,7 +6318,7 @@ export var schema = build_schema({
6318
6318
  returns: {},
6319
6319
  },
6320
6320
  },
6321
- fields: __assign(__assign({}, BuiltInFields), { type: { validator: stringValidator, required: true, examples: ['HTML Template Generation'] }, modelName: { validator: stringValidator, required: true, examples: ['Claude Sonnet 4'] }, messages: {
6321
+ fields: __assign(__assign({}, BuiltInFields), { type: { validator: stringValidator, required: true, examples: ['HTML Template Generation'] }, modelName: { validator: stringValidator, required: true, examples: ['Claude Sonnet 4', 'Claude Sonnet 4.5'] }, messages: {
6322
6322
  validator: listValidatorEmptyOk(objectValidator({
6323
6323
  role: exactMatchValidator(['user', 'assistant']),
6324
6324
  text: stringValidator25000,