changedOutput schema / (root)
Previous value: -{
- "additionalProperties": true,
- "properties": {
- "_meta": {
- "additionalProperties": true,
- "description": "Per-call envelope metadata.",
- "properties": {
- "citation_ref": {
- "type": "string"
- },
- "citation_short": {
- "type": "string"
- },
- "data_license": {
- "type": "string"
- },
- "elapsed_ms": {
- "type": "number"
- },
- "gencc_release": {
- "type": "string"
- },
- "next_commands": {
- "items": {
- "additionalProperties": false,
- "properties": {
- "arguments": {
- "additionalProperties": true,
- "type": "object"
- },
- "tool": {
- "type": "string"
- }
- },
- "required": [
- "tool",
- "arguments"
- ],
- "type": "object"
- },
- "type": "array"
- },
- "recommended_citation": {
- "type": "string"
- },
- "request_id": {
- "type": "string"
- },
- "response_mode": {
- "type": "string"
- },
- "tool": {
- "type": "string"
- },
- "unsafe_for_clinical_use": {
- "type": "boolean"
- }
- },
- "type": "object"
- },
- "capabilities_version": {
- "type": "string"
- },
- "classifications": {
- "items": {
- "additionalProperties": true,
- "type": "object"
- },
- "type": "array"
- },
- "data": {
- "additionalProperties": true,
- "type": "object"
- },
- "error_code": {
- "type": "string"
- },
- "field_errors": {
- "items": {
- "additionalProperties": true,
- "type": "object"
- },
- "type": "array"
- },
- "headline": {
- "type": "string"
- },
- "message": {
- "type": "string"
- },
- "recovery_action": {
- "type": "string"
- },
- "response_modes": {
- "additionalProperties": true,
- "type": "object"
- },
- "retryable": {
- "type": "boolean"
- },
- "server": {
- "type": "string"
- },
- "server_version": {
- "type": "string"
- },
- "success": {
- "type": "boolean"
- },
- "tools": {
- "type": "array"
- }
- },
- "required": [
- "success"
- ],
- "type": "object"
-}New value: +null