返回 DeepSeek-Reasonix
reasoningSummaryPreference.ts
根目录 / desktop / frontend / src / lib / reasoningSummaryPreference.ts
1 // Compatibility re-export for extensions and older tests. The desktop UI now
2 // owns one reasoning-display preference instead of a separate summary toggle.
3 export {
4 getReasoningSummaryEnabled,
5 setReasoningSummaryEnabled,
6 useReasoningSummaryEnabled,
7 } from "./reasoningDisplayPreference";
8
8 lines TYPESCRIPT