changedOutput schema / (root)
Previous value: -nullNew value: +{
+ "properties": {
+ "cleared": {
+ "description": "Present when you sent an empty string: the guidance is now empty.",
+ "type": "boolean"
+ },
+ "lines": {
+ "description": "What SURVIVED grounding, not what you sent. Compare it with your input; anything missing was dropped as unverifiable.",
+ "items": {
+ "properties": {
+ "backedBy": {
+ "description": "What vouches for it — the site's own pages, or your human's assertion through you.",
+ "type": "string"
+ },
+ "concepts": {
+ "items": {
+ "type": "string"
+ },
+ "type": "array"
+ },
+ "kind": {
+ "description": "Whether it asserts a fact or forbids a phrase.",
+ "type": "string"
+ },
+ "raw": {
+ "description": "The sentence, as you wrote it.",
+ "type": "string"
+ }
+ },
+ "required": [
+ "raw",
+ "kind"
+ ],
+ "type": "object"
+ },
+ "type": "array"
+ },
+ "ok": {
+ "type": "boolean"
+ }
+ },
+ "required": [
+ "ok",
+ "lines"
+ ],
+ "type": "object"
+}