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:
parent
9f2a9a01c3
commit
943ddb932f
1 changed files with 1 additions and 1 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue