Prompt v2
# Prompt v2 Analyze the financial text and extract risks. Return a JSON array: [ { "type": string, "severity": "low" | "medium" | "high", "evidence": string } ] Rules: - Only include risks explicitly mentioned - Do not hallucinate - Keep explanations concise
when to use it
Community prompt sourced from the open-source GitHub repo raulcmz/llm-prompt-evals (MIT). A "Prompt v2" style prompt — adapt the placeholders and specifics to your task. Imported as-is and not independently retested here, so check the output before relying on it.
tags
businesscommunitygeneral
source
raulcmz/llm-prompt-evals · MIT