llm-app / prompts.py
harisyammnv
feat: added files
933594d
raw
history blame contribute delete
330 Bytes
TABLE_TEXT_SUMMARY_PROMPT = """You are an assistant tasked with summarizing tables and text. \
Give a concise summary of the table or text. Table or text chunk: {element} """
QA_PROMPT = """Answer the question based only on the following context, which can include text and tables:
{context}
Question: {question}
"""