Files
temp/docs/reference/contracts/fixtures/plan_model_settings_plansettings_example.json
T
freemo a6f3bd3841 feat(discovery): Add comprehensive data contracts documentation and validation framework
This commit adds JSON/YAML schemas, Python stubs, fixture examples, and comprehensive test coverage for data contracts across all modules (auth, AI models, contexts, plans, orgs, etc.). Implements automated validation through Behave and
2025-11-01 23:33:12 -04:00

22 lines
455 B
JSON

{
"modelPackName": "example_string",
"modelPack": "<ModelPack>",
"customModelPacks": [
"<*ModelPack>"
],
"customModels": [
"<*CustomModel>"
],
"customModelsById": {
"key": "<map[ModelId]*CustomModel>"
},
"customProviders": [
"<*CustomProvider>"
],
"usesCustomProviderByModelId": {
"key": "<map[ModelId][]BaseModelUsesProvider>"
},
"isCloud": true,
"configured": true,
"updatedAt": "2024-01-01T00:00:00Z"
}