CoolFace
Apppublic

Pacama95/chatbot_agent

sourceHugging Faceupdated 1y agoView on Hugging Face
0likes
pdf_generator.py8 linesDownload Raw Back to tools
1from langchain.tools import BaseTool2 3from reportlab.pdfgen.canvas import Canvas4 5 6class PdfGenerator(BaseTool):7    def __init__(self):8        super().__init__()