|
1012 | 1012 | ], |
1013 | 1013 | "description": "Identifies the type of conversation" |
1014 | 1014 | }, |
| 1015 | + { |
| 1016 | + "name": "cwsprChatCurrentFileContextLength", |
| 1017 | + "type": "int", |
| 1018 | + "description": "Total length of current file added to context" |
| 1019 | + }, |
| 1020 | + { |
| 1021 | + "name": "cwsprChatCurrentFileContextTruncatedLength", |
| 1022 | + "type": "int", |
| 1023 | + "description": "Truncated length of current file added to context" |
| 1024 | + }, |
1015 | 1025 | { |
1016 | 1026 | "name": "cwsprChatFileContextCount", |
1017 | 1027 | "type": "int", |
|
1210 | 1220 | ], |
1211 | 1221 | "description": "Identifies the specific interaction that opens the chat panel" |
1212 | 1222 | }, |
| 1223 | + { |
| 1224 | + "name": "cwsprChatUserInputContextLength", |
| 1225 | + "type": "int", |
| 1226 | + "description": "Total length of user inputs added to context" |
| 1227 | + }, |
| 1228 | + { |
| 1229 | + "name": "cwsprChatUserInputContextTruncatedLength", |
| 1230 | + "type": "int", |
| 1231 | + "description": "Truncated length of user inputs added to context" |
| 1232 | + }, |
1213 | 1233 | { |
1214 | 1234 | "name": "cwsprChatUserIntent", |
1215 | 1235 | "type": "string", |
|
1225 | 1245 | ], |
1226 | 1246 | "description": "Explict user intent associated with a chat message" |
1227 | 1247 | }, |
| 1248 | + { |
| 1249 | + "name": "cwsprChatWorkspaceContextLength", |
| 1250 | + "type": "int", |
| 1251 | + "description": "Total length of workspace context" |
| 1252 | + }, |
| 1253 | + { |
| 1254 | + "name": "cwsprChatWorkspaceContextTruncatedLength", |
| 1255 | + "type": "int", |
| 1256 | + "description": "Truncated length of workspace context" |
| 1257 | + }, |
1228 | 1258 | { |
1229 | 1259 | "name": "databaseCredentials", |
1230 | 1260 | "type": "string", |
|
2189 | 2219 | { |
2190 | 2220 | "type": "cwsprChatConversationType" |
2191 | 2221 | }, |
| 2222 | + { |
| 2223 | + "type": "cwsprChatCurrentFileContextLength", |
| 2224 | + "required": false |
| 2225 | + }, |
| 2226 | + { |
| 2227 | + "type": "cwsprChatCurrentFileContextTruncatedLength", |
| 2228 | + "required": false |
| 2229 | + }, |
2192 | 2230 | { |
2193 | 2231 | "type": "cwsprChatFileContextCount", |
2194 | 2232 | "required": false |
|
2310 | 2348 | { |
2311 | 2349 | "type": "cwsprChatTriggerInteraction" |
2312 | 2350 | }, |
| 2351 | + { |
| 2352 | + "type": "cwsprChatUserInputContextLength", |
| 2353 | + "required": false |
| 2354 | + }, |
| 2355 | + { |
| 2356 | + "type": "cwsprChatUserInputContextTruncatedLength", |
| 2357 | + "required": false |
| 2358 | + }, |
2313 | 2359 | { |
2314 | 2360 | "type": "cwsprChatUserIntent", |
2315 | 2361 | "required": false |
| 2362 | + }, |
| 2363 | + { |
| 2364 | + "type": "cwsprChatWorkspaceContextLength", |
| 2365 | + "required": false |
| 2366 | + }, |
| 2367 | + { |
| 2368 | + "type": "cwsprChatWorkspaceContextTruncatedLength", |
| 2369 | + "required": false |
2316 | 2370 | } |
2317 | 2371 | ] |
2318 | 2372 | }, |
|
0 commit comments