@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/cjs/schema.js CHANGED
@@ -6323,7 +6323,7 @@ exports.schema = (0, exports.build_schema)({
6323
6323
  returns: {},
6324
6324
  },
6325
6325
  },
6326
- fields: __assign(__assign({}, BuiltInFields), { type: { validator: validation_1.stringValidator, required: true, examples: ['HTML Template Generation'] }, modelName: { validator: validation_1.stringValidator, required: true, examples: ['Claude Sonnet 4'] }, messages: {
6326
+ fields: __assign(__assign({}, BuiltInFields), { type: { validator: validation_1.stringValidator, required: true, examples: ['HTML Template Generation'] }, modelName: { validator: validation_1.stringValidator, required: true, examples: ['Claude Sonnet 4', 'Claude Sonnet 4.5'] }, messages: {
6327
6327
  validator: (0, validation_1.listValidatorEmptyOk)((0, validation_1.objectValidator)({
6328
6328
  role: (0, validation_1.exactMatchValidator)(['user', 'assistant']),
6329
6329
  text: validation_1.stringValidator25000,