()
| 28 | } |
| 29 | |
| 30 | export function getSessionGapThreshold(): number { |
| 31 | return _uiConfig.value.session_gap_threshold |
| 32 | } |
| 33 | |
| 34 | export function getSummaryStrategy(): SummaryStrategy { |
| 35 | return _uiConfig.value.summary_strategy ?? 'standard' |
no outgoing calls
no test coverage detected