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:
chihlasm
2026-03-28 23:04:38 +00:00
parent d456b1156e
commit 7a5d56494b
3 changed files with 17 additions and 12 deletions

View File

@@ -136,7 +136,7 @@ class SessionCloseResponse(BaseModel):
"""Response after resolving or escalating."""
session_id: UUID
status: str
documentation: SessionDocumentation
documentation: SessionDocumentation | None = None
psa_push_status: str = "no_psa" # sent | pending_retry | no_psa | failed
psa_push_error: str | None = None
member_mapping_warning: str | None = None