|
1160 | 1160 | "type": "string", |
1161 | 1161 | "description": "Unique identifier for each message in an conversation" |
1162 | 1162 | }, |
| 1163 | + { |
| 1164 | + "name": "cwsprChatPinnedCodeContextCount", |
| 1165 | + "type": "int", |
| 1166 | + "description": "Number of pinned code symbols added to context" |
| 1167 | + }, |
| 1168 | + { |
| 1169 | + "name": "cwsprChatPinnedFileContextCount", |
| 1170 | + "type": "int", |
| 1171 | + "description": "Number of pinned files added to context" |
| 1172 | + }, |
| 1173 | + { |
| 1174 | + "name": "cwsprChatPinnedFolderContextCount", |
| 1175 | + "type": "int", |
| 1176 | + "description": "Number of pinned folders added to context" |
| 1177 | + }, |
| 1178 | + { |
| 1179 | + "name": "cwsprChatPinnedPromptContextCount", |
| 1180 | + "type": "int", |
| 1181 | + "description": "Number of pinned saved prompts added to context" |
| 1182 | + }, |
1163 | 1183 | { |
1164 | 1184 | "name": "cwsprChatProgrammingLanguage", |
1165 | 1185 | "type": "string", |
|
1218 | 1238 | { |
1219 | 1239 | "name": "cwsprChatRuleContextCount", |
1220 | 1240 | "type": "int", |
1221 | | - "description": "Number of workspace rules automatically added to context" |
| 1241 | + "description": "Number of workspace rules automatically added to context (does not include inactive rules)" |
1222 | 1242 | }, |
1223 | 1243 | { |
1224 | 1244 | "name": "cwsprChatRuleContextLength", |
|
1265 | 1285 | "type": "int", |
1266 | 1286 | "description": "Total number of code blocks inside a message in the conversation." |
1267 | 1287 | }, |
| 1288 | + { |
| 1289 | + "name": "cwsprChatTotalRuleContextCount", |
| 1290 | + "type": "int", |
| 1291 | + "description": "Total number of workspace rules (both active and inactive)" |
| 1292 | + }, |
1268 | 1293 | { |
1269 | 1294 | "name": "cwsprChatTriggerInteraction", |
1270 | 1295 | "type": "string", |
|
2413 | 2438 | { |
2414 | 2439 | "type": "cwsprChatMessageId" |
2415 | 2440 | }, |
| 2441 | + { |
| 2442 | + "type": "cwsprChatPinnedCodeContextCount", |
| 2443 | + "required": false |
| 2444 | + }, |
| 2445 | + { |
| 2446 | + "type": "cwsprChatPinnedFileContextCount", |
| 2447 | + "required": false |
| 2448 | + }, |
| 2449 | + { |
| 2450 | + "type": "cwsprChatPinnedFolderContextCount", |
| 2451 | + "required": false |
| 2452 | + }, |
| 2453 | + { |
| 2454 | + "type": "cwsprChatPinnedPromptContextCount", |
| 2455 | + "required": false |
| 2456 | + }, |
2416 | 2457 | { |
2417 | 2458 | "type": "cwsprChatProgrammingLanguage", |
2418 | 2459 | "required": false |
|
2485 | 2526 | "type": "cwsprChatTimeToFirstUsableChunk", |
2486 | 2527 | "required": false |
2487 | 2528 | }, |
| 2529 | + { |
| 2530 | + "type": "cwsprChatTotalRuleContextCount", |
| 2531 | + "required": false |
| 2532 | + }, |
2488 | 2533 | { |
2489 | 2534 | "type": "cwsprChatTriggerInteraction" |
2490 | 2535 | }, |
|
0 commit comments