changedOutput schema / (root)
Previous value: -nullNew value: +{
+ "properties": {
+ "developments": {
+ "description": "Most relevant developments",
+ "items": {
+ "properties": {
+ "category": {
+ "description": "Development category",
+ "type": "string"
+ },
+ "importance": {
+ "description": "Importance level",
+ "type": "string"
+ },
+ "published_at": {
+ "description": "Publication timestamp",
+ "type": "string"
+ },
+ "source": {
+ "description": "Source identifier",
+ "type": "string"
+ },
+ "summary": {
+ "description": "Development summary",
+ "type": "string"
+ },
+ "title": {
+ "description": "Development title",
+ "type": "string"
+ },
+ "url": {
+ "description": "Source URL",
+ "type": "string"
+ }
+ },
+ "type": "object"
+ },
+ "type": "array"
+ },
+ "keywords_used": {
+ "description": "Extracted keywords from question",
+ "items": {
+ "type": "string"
+ },
+ "type": "array"
+ },
+ "period": {
+ "description": "Time period description",
+ "type": "string"
+ },
+ "question": {
+ "description": "Original natural language question",
+ "type": "string"
+ },
+ "total": {
+ "description": "Number of matching developments found",
+ "type": "number"
+ }
+ },
+ "required": [
+ "question",
+ "keywords_used",
+ "period",
+ "total",
+ "developments"
+ ],
+ "type": "object"
+}