feat(frontend): add include_summary and detail_level to SessionExport type

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
Michael Chihlas
2026-02-13 12:53:52 -05:00
parent ea0f79fac0
commit f19e534ff4

View File

@@ -83,6 +83,8 @@ export interface SessionExport {
include_outcome_notes?: boolean
include_next_steps?: boolean
max_step_index?: number
include_summary?: boolean
detail_level?: 'standard' | 'full'
}
export interface SessionComplete {