changedOutput schema / (root)
Previous value: -nullNew value: +{
+ "$schema": "http://json-schema.org/draft-07/schema#",
+ "additionalProperties": false,
+ "properties": {
+ "client_hint": {
+ "type": "string"
+ },
+ "forget": {
+ "additionalProperties": {},
+ "properties": {
+ "examples": {
+ "items": {
+ "type": "string"
+ },
+ "type": "array"
+ },
+ "how": {
+ "items": {
+ "type": "string"
+ },
+ "type": "array"
+ },
+ "when": {
+ "items": {
+ "type": "string"
+ },
+ "type": "array"
+ }
+ },
+ "required": [
+ "when",
+ "how",
+ "examples"
+ ],
+ "type": "object"
+ },
+ "intro": {
+ "type": "string"
+ },
+ "persistence": {
+ "additionalProperties": {},
+ "properties": {
+ "examples": {
+ "items": {
+ "type": "string"
+ },
+ "type": "array"
+ },
+ "how": {
+ "items": {
+ "type": "string"
+ },
+ "type": "array"
+ },
+ "when": {
+ "items": {
+ "type": "string"
+ },
+ "type": "array"
+ }
+ },
+ "required": [
+ "when",
+ "how",
+ "examples"
+ ],
+ "type": "object"
+ },
+ "prompt_hint": {
+ "type": "string"
+ },
+ "recall": {
+ "additionalProperties": {},
+ "properties": {
+ "examples": {
+ "items": {
+ "type": "string"
+ },
+ "type": "array"
+ },
+ "how": {
+ "items": {
+ "type": "string"
+ },
+ "type": "array"
+ },
+ "when": {
+ "items": {
+ "type": "string"
+ },
+ "type": "array"
+ }
+ },
+ "required": [
+ "when",
+ "how",
+ "examples"
+ ],
+ "type": "object"
+ },
+ "recommended_system_prompt": {
+ "type": "string"
+ }
+ },
+ "required": [
+ "intro",
+ "client_hint",
+ "recall",
+ "persistence",
+ "forget",
+ "prompt_hint",
+ "recommended_system_prompt"
+ ],
+ "type": "object"
+}