diff --git a/web/src/app/chat/modal/ShareChatSessionModal.tsx b/web/src/app/chat/modal/ShareChatSessionModal.tsx index 446d9b8886e..e438f0a3c41 100644 --- a/web/src/app/chat/modal/ShareChatSessionModal.tsx +++ b/web/src/app/chat/modal/ShareChatSessionModal.tsx @@ -34,7 +34,7 @@ async function generateShareLink(chatSessionId: string) { return null; } -async function generateCloneLink( +async function generateSeedLink( message?: string, assistantId?: number, modelOverride?: LlmOverride @@ -115,7 +115,7 @@ export function ShareChatSessionModal({ {shareLink ? (
- This chat session is currently shared. Anyone at your + This chat session is currently shared. Anyone in your organization can view the message history using the following link: @@ -157,10 +157,8 @@ export function ShareChatSessionModal({ ) : (
- Ensure that all content in the chat is safe to share with the - whole organization. The "blurb" (a short snippet) of - the retrieved documents, names of cited documents, links, as - well as the AI and human messages will be visible. + Please make sure that all content in this chat is safe to + share with the whole organization.