Merge pull request #131 from GiGiDKR/feat-local_support_with_UTF-8_encoding-update

feat: local support with utf 8 encoding
This commit is contained in:
Beehive Innovations
2025-06-27 08:02:14 -07:00
committed by GitHub
25 changed files with 1845 additions and 75 deletions

View File

@@ -524,7 +524,7 @@ of the evidence, even when it strongly points in one direction.""",
"provider_used": provider.get_provider_type().value,
}
return [TextContent(type="text", text=json.dumps(response_data, indent=2))]
return [TextContent(type="text", text=json.dumps(response_data, indent=2, ensure_ascii=False))]
# Otherwise, use standard workflow execution
return await super().execute_workflow(arguments)