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:
@@ -83,6 +83,8 @@ export interface SessionExport {
|
|||||||
include_outcome_notes?: boolean
|
include_outcome_notes?: boolean
|
||||||
include_next_steps?: boolean
|
include_next_steps?: boolean
|
||||||
max_step_index?: number
|
max_step_index?: number
|
||||||
|
include_summary?: boolean
|
||||||
|
detail_level?: 'standard' | 'full'
|
||||||
}
|
}
|
||||||
|
|
||||||
export interface SessionComplete {
|
export interface SessionComplete {
|
||||||
|
|||||||
Reference in New Issue
Block a user