OpenHands / frontend /src /api /conversation.utils.ts
Backup-bdg's picture
Upload 565 files
b59aa07 verified
raw
history blame
294 Bytes
import OpenHands from "#/api/open-hands";
/**
* Returns a URL compatible for the file service
* @param conversationId ID of the conversation
* @returns URL of the conversation
*/
export const getConversationUrl = (conversationId: string) =>
OpenHands.getConversationUrl(conversationId);