File size: 294 Bytes
b59aa07
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
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);