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 10961096 "type" : " boolean" ,
10971097 "description" : " True if the code snippet that user interacts with has a reference."
10981098 },
1099+ {
1100+ "name" : " cwsprChatHistoryCharacterCount" ,
1101+ "type" : " int" ,
1102+ "description" : " The total number of characters in the history"
1103+ },
1104+ {
1105+ "name" : " cwsprChatHistoryMessageCharacterCount" ,
1106+ "type" : " string" ,
1107+ "description" : " An array of numbers where each number represents the number of characters in a message in the history"
1108+ },
10991109 {
11001110 "name" : " cwsprChatInteractionTarget" ,
11011111 "type" : " string" ,
22992309 "type" : " cwsprChatHasProjectContext" ,
23002310 "required" : false
23012311 },
2312+ {
2313+ "type" : " cwsprChatHistoryCharacterCount" ,
2314+ "required" : false
2315+ },
2316+ {
2317+ "type" : " cwsprChatHistoryMessageCharacterCount" ,
2318+ "required" : false
2319+ },
23022320 {
23032321 "type" : " cwsprChatMessageId"
23042322 },
You can’t perform that action at this time.
0 commit comments