File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
src/platform/configuration/common Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 3036
3036
},
3037
3037
"github.copilot.chat.responsesApiReasoningSummary" : {
3038
3038
"type" : " string" ,
3039
- "default" : " off " ,
3039
+ "default" : " detailed " ,
3040
3040
"markdownDescription" : " %github.copilot.config.responsesApiReasoningSummary%" ,
3041
3041
"tags" : [
3042
3042
" experimental" ,
Original file line number Diff line number Diff line change @@ -740,7 +740,7 @@ export namespace ConfigKey {
740
740
/** Configure reasoning effort sent to Responses API */
741
741
export const ResponsesApiReasoningEffort = defineExpSetting < 'low' | 'medium' | 'high' | 'default' > ( 'chat.responsesApiReasoningEffort' , 'default' ) ;
742
742
/** Configure reasoning summary style sent to Responses API */
743
- export const ResponsesApiReasoningSummary = defineExpSetting < 'off' | 'detailed' > ( 'chat.responsesApiReasoningSummary' , 'off ' ) ;
743
+ export const ResponsesApiReasoningSummary = defineExpSetting < 'off' | 'detailed' > ( 'chat.responsesApiReasoningSummary' , 'detailed ' ) ;
744
744
745
745
/** Add context from recently used files */
746
746
export const TemporalContextInlineChatEnabled = defineExpSetting < boolean > ( 'chat.editor.temporalContext.enabled' , false ) ;
You can’t perform that action at this time.
0 commit comments