summaryrefslogtreecommitdiff
path: root/schema/json
diff options
context:
space:
mode:
Diffstat (limited to 'schema/json')
-rw-r--r--schema/json/FullState.json50
1 files changed, 10 insertions, 40 deletions
diff --git a/schema/json/FullState.json b/schema/json/FullState.json
index 7b6dfd6b..aea199fe 100644
--- a/schema/json/FullState.json
+++ b/schema/json/FullState.json
@@ -15,10 +15,7 @@
"type": "string"
}
},
- "required": [
- "name",
- "arguments"
- ]
+ "required": ["name", "arguments"]
},
"ChatMessage": {
"title": "ChatMessage",
@@ -26,12 +23,7 @@
"properties": {
"role": {
"title": "Role",
- "enum": [
- "assistant",
- "user",
- "system",
- "function"
- ],
+ "enum": ["assistant", "user", "system", "function"],
"type": "string"
},
"content": {
@@ -50,10 +42,7 @@
"$ref": "#/definitions/FunctionCall"
}
},
- "required": [
- "role",
- "summary"
- ]
+ "required": ["role", "summary"]
},
"Step": {
"title": "Step",
@@ -130,10 +119,7 @@
}
}
},
- "required": [
- "step",
- "depth"
- ]
+ "required": ["step", "depth"]
},
"History": {
"title": "History",
@@ -152,10 +138,7 @@
"type": "integer"
}
},
- "required": [
- "timeline",
- "current_index"
- ]
+ "required": ["timeline", "current_index"]
},
"SlashCommandDescription": {
"title": "SlashCommandDescription",
@@ -170,10 +153,7 @@
"type": "string"
}
},
- "required": [
- "name",
- "description"
- ]
+ "required": ["name", "description"]
},
"ContextItemId": {
"title": "ContextItemId",
@@ -189,10 +169,7 @@
"type": "string"
}
},
- "required": [
- "provider_title",
- "item_id"
- ]
+ "required": ["provider_title", "item_id"]
},
"ContextItemDescription": {
"title": "ContextItemDescription",
@@ -211,11 +188,7 @@
"$ref": "#/definitions/ContextItemId"
}
},
- "required": [
- "name",
- "description",
- "id"
- ]
+ "required": ["name", "description", "id"]
},
"ContextItem": {
"title": "ContextItem",
@@ -240,10 +213,7 @@
"type": "boolean"
}
},
- "required": [
- "description",
- "content"
- ]
+ "required": ["description", "content"]
},
"src__continuedev__core__main__FullState": {
"title": "FullState",
@@ -298,4 +268,4 @@
]
}
}
-} \ No newline at end of file
+}