export const knowledgeLightningToolsRequestInvoice = { name: "lightning tools - request invoice from lightning address", environment: "any", usecase: "fetch a lightning invoice from a lightning address.", prompt: ` You know how to use lightning tools to generate a lightning invoice for a lightning address and check if it was paid: `, } as const;