mirror of
https://github.com/All-Hands-AI/OpenHands.git
synced 2026-01-09 14:57:59 -05:00
Add git_provider and selected_branch to conversation response (#8795)
Co-authored-by: openhands <openhands@all-hands.dev>
This commit is contained in:
@@ -264,6 +264,8 @@ async def _get_conversation_info(
|
||||
last_updated_at=conversation.last_updated_at,
|
||||
created_at=conversation.created_at,
|
||||
selected_repository=conversation.selected_repository,
|
||||
selected_branch=conversation.selected_branch,
|
||||
git_provider=conversation.git_provider,
|
||||
status=(
|
||||
agent_loop_info.status if agent_loop_info else ConversationStatus.STOPPED
|
||||
),
|
||||
|
||||
Reference in New Issue
Block a user