Add conversationUrl static variable with getter and setter methods (#8531)

Co-authored-by: openhands <openhands@all-hands.dev>
This commit is contained in:
tofarr
2025-05-19 11:28:07 -06:00
committed by GitHub
parent 7b59e81048
commit be1ddaa57d
13 changed files with 143 additions and 40 deletions

View File

@@ -485,7 +485,7 @@ class StandaloneConversationManager(ConversationManager):
)
def _get_conversation_url(self, conversation_id: str):
return f"/conversations/{conversation_id}"
return f"/api/conversations/{conversation_id}"
def _last_updated_at_key(conversation: ConversationMetadata) -> float: