Skip to content

Commit 4cf0ed5

Browse files
waldekmastykarzgarrytrinder
authored andcommitted
Adds client property to the rc schema
1 parent 9b67de6 commit 4cf0ed5

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

schemas/v0.27.0/rc.schema.json

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,13 @@
4343
"cacheResponses": {
4444
"type": "boolean"
4545
},
46+
"client": {
47+
"type": "string",
48+
"enum": [
49+
"LMStudio",
50+
"Ollama"
51+
]
52+
},
4653
"enabled": {
4754
"type": "boolean"
4855
},

0 commit comments

Comments
 (0)