File tree Expand file tree Collapse file tree 1 file changed +13
-0
lines changed Expand file tree Collapse file tree 1 file changed +13
-0
lines changed Original file line number Diff line number Diff line change 968
968
"type" : " string" ,
969
969
"description" : " Uniquely identifies a message with which the user interacts."
970
970
},
971
+ {
972
+ "name" : " cwsprChatHasProjectContext" ,
973
+ "type" : " boolean" ,
974
+ "description" : " true if query has project level context, false otherwise."
975
+ },
971
976
{
972
977
"name" : " cwsprChatHasReference" ,
973
978
"type" : " boolean" ,
2043
2048
"type" : " cwsprChatConversationId" ,
2044
2049
"required" : true
2045
2050
},
2051
+ {
2052
+ "type" : " cwsprChatHasProjectContext" ,
2053
+ "required" : false
2054
+ },
2046
2055
{
2047
2056
"type" : " cwsprChatHasReference" ,
2048
2057
"required" : false
2063
2072
"type" : " cwsprChatProgrammingLanguage" ,
2064
2073
"required" : false
2065
2074
},
2075
+ {
2076
+ "type" : " cwsprChatTotalCodeBlocks" ,
2077
+ "required" : false
2078
+ },
2066
2079
{
2067
2080
"type" : " cwsprChatUserIntent" ,
2068
2081
"required" : false
You can’t perform that action at this time.
0 commit comments