File tree Expand file tree Collapse file tree 1 file changed +18
-0
lines changed Expand file tree Collapse file tree 1 file changed +18
-0
lines changed Original file line number Diff line number Diff line change 1096
1096
"type" : " boolean" ,
1097
1097
"description" : " True if the code snippet that user interacts with has a reference."
1098
1098
},
1099
+ {
1100
+ "name" : " cwsprChatHistoryCharacterCount" ,
1101
+ "type" : " int" ,
1102
+ "description" : " The total number of characters in the history"
1103
+ },
1104
+ {
1105
+ "name" : " cwsprChatHistoryMessageCharacterCounts" ,
1106
+ "type" : " string" ,
1107
+ "description" : " An array of numbers where each number represents the number of characters in a message in the history"
1108
+ },
1099
1109
{
1100
1110
"name" : " cwsprChatInteractionTarget" ,
1101
1111
"type" : " string" ,
2299
2309
"type" : " cwsprChatHasProjectContext" ,
2300
2310
"required" : false
2301
2311
},
2312
+ {
2313
+ "type" : " cwsprChatHistoryCharacterCount" ,
2314
+ "required" : false
2315
+ },
2316
+ {
2317
+ "type" : " cwsprChatHistoryMessageCharacterCounts" ,
2318
+ "required" : false
2319
+ },
2302
2320
{
2303
2321
"type" : " cwsprChatMessageId"
2304
2322
},
You can’t perform that action at this time.
0 commit comments