diff --git a/__pycache__/agent.cpython-312.pyc b/__pycache__/agent.cpython-312.pyc index 788a2da..59a6e04 100644 Binary files a/__pycache__/agent.cpython-312.pyc and b/__pycache__/agent.cpython-312.pyc differ diff --git a/__pycache__/prompts.cpython-312.pyc b/__pycache__/prompts.cpython-312.pyc index 3230e72..0e1a3b3 100644 Binary files a/__pycache__/prompts.cpython-312.pyc and b/__pycache__/prompts.cpython-312.pyc differ diff --git a/prompts.py b/prompts.py index 9d19bd8..32bc682 100644 --- a/prompts.py +++ b/prompts.py @@ -15,6 +15,7 @@ OPPORTUNITY_PROMPT = ( "- Return ONLY the JSON object inside markdown backticks (```json ... ```).\n" "- Do NOT include any introductory or conversational text.\n" "- If a field is missing, use 'N/A'.\n\n" + "- 'type' must be one of the following: Residency, Open Call, Funding, Workshop.\n\n" "# EXAMPLE OUTPUT\n" "```json\n" "{\n"