Skip to content
Developer Preview

EffectiveModel

The latest effective-model fact in the snapshot.

  • modelId
  • providerId
  • source
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"
}