feat: make resolve endpoint non-blocking, documentation optional
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
@@ -125,7 +125,7 @@ export interface SessionDocumentation {
|
||||
export interface SessionCloseResponse {
|
||||
session_id: string
|
||||
status: string
|
||||
documentation: SessionDocumentation
|
||||
documentation: SessionDocumentation | null
|
||||
psa_push_status: string // "sent" | "pending_retry" | "no_psa" | "failed"
|
||||
psa_push_error: string | null
|
||||
member_mapping_warning: string | null
|
||||
|
||||
Reference in New Issue
Block a user