export const knowledgeBitcoinConnectPaymentDialog = { name: "bitcoin connect (payment modal)", environment: "frontend", usecase: "Pay an invoice and do something once the invoice was paid. If you need other wallet interaction from the user, this is not the right segment for you. IMPORTANT: this segment cannot be used on its own, it needs another segment for invoice generation.", prompt: ` You know how to use bitcoin connect on the frontend to make payments: `, } as const;