We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
{ "type": "human", "data": { "content": "user: \u4eca\u5929\u665a\u4e0a\u5403\u7684\u706b\u9505", "additional_kwargs": {}, "response_metadata": {}, "type": "human", "name": null, "id": null, "example": false } }这种里面有中文的,在鼠标放上去预览数据,和编辑的时候,都使用的json预览,需要点击,如果数据量很多的话,比较麻烦,希望改成优先使用unicode json
The text was updated successfully, but these errors were encountered:
unicode json方式有个不好的地方就是,修改完之后再保存回去,存的是编码后的内容。 默认的json格式化是经过逻辑优化,不会经过解析成对象再美化,所以速度上更快。
关于自动识别格式的优先级个性化设定确实有在我待办列表,最近都在忙着重写版本,新功能也都塞到重新的Pro版本中了
Sorry, something went wrong.
No branches or pull requests
{
"type": "human",
"data": {
"content": "user: \u4eca\u5929\u665a\u4e0a\u5403\u7684\u706b\u9505",
"additional_kwargs": {},
"response_metadata": {},
"type": "human",
"name": null,
"id": null,
"example": false
}
}这种里面有中文的,在鼠标放上去预览数据,和编辑的时候,都使用的json预览,需要点击,如果数据量很多的话,比较麻烦,希望改成优先使用unicode json
The text was updated successfully, but these errors were encountered: