File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
src/platform/configuration/common Expand file tree Collapse file tree 1 file changed +1
-1
lines changed 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