EffectiveModel
The latest effective-model fact in the snapshot.
Fields and variants
Section titled “Fields and variants”modelIdproviderIdsource
Source
schema/msp/experimental/msp.schema.json#/types/EffectiveModel
{ "description": "The latest effective-model fact in the snapshot.", "properties": { "modelId": { "description": "The selected model.", "type": "string" }, "providerId": { "description": "The selected provider; `null` when the selection names none.", "type": [ "string", "null" ] }, "source": { "$ref": "#/$defs/ModelChangeSource", "description": "What drove the selection." } }, "required": [ "modelId", "providerId", "source" ], "type": "object"}