summaryrefslogtreecommitdiff
path: root/schema/json/LLM.json
diff options
context:
space:
mode:
Diffstat (limited to 'schema/json/LLM.json')
-rw-r--r--schema/json/LLM.json30
1 files changed, 30 insertions, 0 deletions
diff --git a/schema/json/LLM.json b/schema/json/LLM.json
new file mode 100644
index 00000000..57d78928
--- /dev/null
+++ b/schema/json/LLM.json
@@ -0,0 +1,30 @@
+{
+ "title": "LLM",
+ "$ref": "#/definitions/src__continuedev__libs__llm__LLM",
+ "definitions": {
+ "src__continuedev__libs__llm__LLM": {
+ "title": "LLM",
+ "type": "object",
+ "properties": {
+ "requires_api_key": {
+ "title": "Requires Api Key",
+ "type": "string"
+ },
+ "requires_unique_id": {
+ "title": "Requires Unique Id",
+ "default": false,
+ "type": "boolean"
+ },
+ "requires_write_log": {
+ "title": "Requires Write Log",
+ "default": false,
+ "type": "boolean"
+ },
+ "system_message": {
+ "title": "System Message",
+ "type": "string"
+ }
+ }
+ }
+ }
+} \ No newline at end of file