Add sandbox_id field to conversation endpoints (#13044)

Co-authored-by: openhands <openhands@all-hands.dev>
This commit is contained in:
Tim O'Farrell
2026-02-25 14:29:42 +00:00
committed by GitHub
parent 18ab56ef4e
commit 3161b365a8
4 changed files with 132 additions and 6 deletions

View File

@@ -38,3 +38,4 @@ class ConversationInfo:
conversation_version: str = 'V0'
sub_conversation_ids: list[str] = field(default_factory=list)
public: bool | None = None
sandbox_id: str | None = None