fix: Fix typo in JSON entity extraction prompt

Change "an entities" to "any entities" in guideline 1 of the extract_json prompt.

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
jackaldenryan 2025-09-30 13:26:11 -05:00
parent b2ff050e57
commit 1f8fdf75dd

View file

@ -151,7 +151,7 @@ For each entity extracted, also determine its entity type based on the provided
Indicate the classified entity type by providing its entity_type_id.
Guidelines:
1. Always try to extract an entities that the JSON represents. This will often be something like a "name" or "user field
1. Always try to extract any entities that the JSON represents. This will often be something like a "name" or "user" field
2. Extract all entities mentioned in all other properties throughout the JSON structure
3. Do NOT extract any properties that contain dates
"""