addedInput schema / properties / model
Added value: +{
+ "description": "gemini (default) | chatgpt | mistral | all — \"all\" adds the cross-model agreement",
+ "type": "string"
+}
addedOutput schema / properties / agreement
Added value: +{
+ "additionalProperties": {},
+ "properties": {},
+ "type": "object"
+}
addedOutput schema / properties / agreement_matrix
Added value: +{
+ "additionalProperties": {},
+ "properties": {},
+ "type": "object"
+}
addedOutput schema / properties / by_model
Added value: +{
+ "additionalProperties": {
+ "additionalProperties": {},
+ "properties": {},
+ "type": "object"
+ },
+ "propertyNames": {
+ "type": "string"
+ },
+ "type": "object"
+}
addedOutput schema / properties / models
Added value: +{
+ "items": {
+ "type": "string"
+ },
+ "type": "array"
+}
addedOutput schema / properties / subjectivity
Added value: +{
+ "additionalProperties": {},
+ "properties": {},
+ "type": "object"
+}
addedOutput schema / properties / view
Added value: +{
+ "type": "string"
+}
changedOutput schema / required
Previous value: -[
- "model",
- "total_articles",
- "filters"
-]New value: +[
+ "view",
+ "model",
+ "total_articles",
+ "filters"
+]