mirror of
https://github.com/OpenHands/OpenHands.git
synced 2025-12-26 05:48:36 +08:00
Set dump mode to json to convert UUIDs to strings (#11467)
This commit is contained in:
parent
1f35a73cc4
commit
e34c13ea3c
@ -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,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user