Basic prompt edits

This commit is contained in:
Jake Poznanski 2025-04-08 10:28:41 -07:00
parent ecbd3a246f
commit 8c287a0255

View File

@ -1,5 +1,5 @@
def build_basic_prompt() -> str:
return "Just return the plain text representation of this document as if you were reading it naturally. Convert equations to LaTeX using \( \) for inline math, and \[ \] otherwise. Convert all tables to markdown."
return "Just return the plain text representation of this document as if you were reading it naturally. Use markdown for formatting. Convert math to Latex using \( and \) as delimiters for inline math, and \[ and \] as delimiters otherwise. Convert all tables to markdown."
def claude_response_format_schema() -> dict: