mirror of
https://github.com/All-Hands-AI/OpenHands.git
synced 2026-01-10 15:28:14 -05:00
Set dump mode to json to convert UUIDs to strings (#11467)
This commit is contained in:
@@ -206,7 +206,7 @@ class LiveStatusAppConversationService(GitAppConversationService):
|
||||
response = await self.httpx_client.post(
|
||||
f'{agent_server_url}/api/conversations',
|
||||
json=start_conversation_request.model_dump(
|
||||
context={'expose_secrets': True}
|
||||
mode='json', context={'expose_secrets': True}
|
||||
),
|
||||
headers={'X-Session-API-Key': sandbox.session_api_key},
|
||||
timeout=self.sandbox_startup_timeout,
|
||||
|
||||
Reference in New Issue
Block a user