Skip to content
This repository was archived by the owner on Aug 16, 2025. It is now read-only.

Commit 118d692

Browse files
Update schema.v2.json
1 parent 2da1e66 commit 118d692

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

static/schema/schema.v2.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1090,6 +1090,11 @@
10901090
"chat": {
10911091
"type": "object",
10921092
"properties": {
1093+
"art": {
1094+
"type": "boolean",
1095+
"default": true,
1096+
"description": "Generate art in response to chat messages. CodeRabbit expresses emotions as either ASCII or Emoji art."
1097+
},
10931098
"auto_reply": {
10941099
"type": "boolean",
10951100
"default": true,

0 commit comments

Comments
 (0)