addedOutput schema / properties / answer
Added value: +{
+ "type": "string"
+}
removedOutput schema / properties / decline_template
Removed value: -{
- "description": "Polite decline template message",
- "type": "string"
-}
changedOutput schema / properties / email_viability_score / type
Previous value: -"number"New value: +"string"
addedOutput schema / properties / productivity_coffins
Added value: +{
+ "type": "string"
+}
removedOutput schema / properties / productivity_impact
Removed value: -{
- "description": "Assessment of productivity impact",
- "type": "string"
-}
removedOutput schema / properties / recommendation
Removed value: -{
- "description": "Whether to attend or decline the meeting",
- "enum": [
- "attend",
- "decline"
- ],
- "type": "string"
-}
addedOutput schema / properties / suggested_response
Added value: +{
+ "type": "string"
+}
addedOutput schema / properties / time_cost
Added value: +{
+ "type": "string"
+}
removedOutput schema / properties / time_cost_analysis
Removed value: -{
- "description": "Analysis of time cost for the meeting",
- "properties": {
- "cost_per_attendee": {
- "description": "Time cost per attendee",
- "type": "number"
- },
- "total_minutes": {
- "description": "Total time cost in minutes",
- "type": "number"
- }
- },
- "type": "object"
-}