UNPKG

@promptbook/remote-client

Version:

Promptbook: Create persistent AI agents that turn your company's scattered knowledge into action

8 lines (7 loc) 227 B
/** * Create a short link for chat sharing. * Simplified version without Supabase dependency. * * @private utility of `<Chat/>` component */ export declare function createShortLinkForChat(utmUrl: string): Promise<string>;