summaryrefslogtreecommitdiff
path: root/schema/json/FullState.json
diff options
context:
space:
mode:
Diffstat (limited to 'schema/json/FullState.json')
-rw-r--r--schema/json/FullState.json46
1 files changed, 46 insertions, 0 deletions
diff --git a/schema/json/FullState.json b/schema/json/FullState.json
index 1db72ad9..ae52cf5d 100644
--- a/schema/json/FullState.json
+++ b/schema/json/FullState.json
@@ -72,6 +72,11 @@
"title": "Description",
"type": "string"
},
+ "class_name": {
+ "title": "Class Name",
+ "default": "Step",
+ "type": "string"
+ },
"system_message": {
"title": "System Message",
"type": "string"
@@ -286,6 +291,39 @@
}
}
},
+ "ContextProviderDescription": {
+ "title": "ContextProviderDescription",
+ "type": "object",
+ "properties": {
+ "title": {
+ "title": "Title",
+ "type": "string"
+ },
+ "display_title": {
+ "title": "Display Title",
+ "type": "string"
+ },
+ "description": {
+ "title": "Description",
+ "type": "string"
+ },
+ "dynamic": {
+ "title": "Dynamic",
+ "type": "boolean"
+ },
+ "requires_query": {
+ "title": "Requires Query",
+ "type": "boolean"
+ }
+ },
+ "required": [
+ "title",
+ "display_title",
+ "description",
+ "dynamic",
+ "requires_query"
+ ]
+ },
"src__continuedev__core__main__FullState": {
"title": "FullState",
"description": "A full state of the program, including the history",
@@ -339,6 +377,14 @@
"$ref": "#/definitions/ContextItem"
}
}
+ },
+ "context_providers": {
+ "title": "Context Providers",
+ "default": [],
+ "type": "array",
+ "items": {
+ "$ref": "#/definitions/ContextProviderDescription"
+ }
}
},
"required": [