cherry-studio/packages/catalog/schemas
suyao 9933b0b12f
feat: Add comprehensive schema definitions for catalog system
- Introduced common types and validation utilities in common.types.ts
- Unified export of all schemas in index.ts for easier access
- Defined model configuration schemas including capabilities, pricing, and reasoning in model.schema.ts
- Created provider model override schemas to manage provider-specific configurations in override.schema.ts
- Established provider configuration schemas detailing metadata, capabilities, and behaviors in provider.schema.ts
2025-11-24 06:12:45 +08:00
..
common.types.ts feat: Add comprehensive schema definitions for catalog system 2025-11-24 06:12:45 +08:00
index.ts feat: Add comprehensive schema definitions for catalog system 2025-11-24 06:12:45 +08:00
model.schema.ts feat: Add comprehensive schema definitions for catalog system 2025-11-24 06:12:45 +08:00
override.schema.ts feat: Add comprehensive schema definitions for catalog system 2025-11-24 06:12:45 +08:00
provider.schema.ts feat: Add comprehensive schema definitions for catalog system 2025-11-24 06:12:45 +08:00