fix: Remove ensure_ascii parameter from to_prompt_json call

Align with other to_prompt_json calls that don't use ensure_ascii
This commit is contained in:
Daniel Chalef 2025-10-02 15:36:52 -07:00
parent 9f2a9a01c3
commit 943ddb932f

View file

@ -88,7 +88,7 @@ def edge(context: dict[str, Any]) -> list[Message]:
</CURRENT_MESSAGE>
<ENTITIES>
{to_prompt_json(context['nodes'], ensure_ascii=context.get('ensure_ascii', False), indent=2)}
{to_prompt_json(context['nodes'], indent=2)}
</ENTITIES>
<REFERENCE_TIME>