|
1027 | 1027 | "type": "int",
|
1028 | 1028 | "description": "Truncated length of files added to context"
|
1029 | 1029 | },
|
| 1030 | + { |
| 1031 | + "name": "cwsprChatFocusFileContextLength", |
| 1032 | + "type": "int", |
| 1033 | + "description": "Total length of current focus file added to context" |
| 1034 | + }, |
| 1035 | + { |
| 1036 | + "name": "cwsprChatFocusFileContextTruncatedLength", |
| 1037 | + "type": "int", |
| 1038 | + "description": "Truncated length of current focus file added to context" |
| 1039 | + }, |
1030 | 1040 | {
|
1031 | 1041 | "name": "cwsprChatFolderContextCount",
|
1032 | 1042 | "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",
|
|
2201 | 2231 | "type": "cwsprChatFileContextTruncatedLength",
|
2202 | 2232 | "required": false
|
2203 | 2233 | },
|
| 2234 | + { |
| 2235 | + "type": "cwsprChatFocusFileContextLength", |
| 2236 | + "required": false |
| 2237 | + }, |
| 2238 | + { |
| 2239 | + "type": "cwsprChatFocusFileContextTruncatedLength", |
| 2240 | + "required": false |
| 2241 | + }, |
2204 | 2242 | {
|
2205 | 2243 | "type": "cwsprChatFolderContextCount",
|
2206 | 2244 | "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