You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The return result of the Feishu document creation tool includes a field named json, which seems like a strange name. 飞书文档创建工具的返回结果中有 json这个字段,这样的名字很奇怪
#12873
This field named json cannot be accessed in subsequent nodes. Only the text and files fields can be retrieved.
✔️ Expected Behavior
It is rare and almost unheard of to use json as the name of a dictionary. This name can be renamed to results for better clarity and alignment with common practices.
❌ Actual Behavior
This field named json cannot be accessed in subsequent nodes. Only the text and files fields can be retrieved.
The text was updated successfully, but these errors were encountered:
Self Checks
Dify version
0.11.2
Cloud or Self Hosted
Self Hosted (Docker)
Steps to reproduce
{
"text": "",
"files": [],
"json": [
{
"type": "docx",
"token": "ElVFdevjZowYY9xq3uqcV9jLnTf",
"title": "碳排查报告",
"url": "https://lxr5123213q.feishu.cn/docx/ElVFdevjZowYY9xq3uqcV9jLnTf"
}
]
}
This field named json cannot be accessed in subsequent nodes. Only the text and files fields can be retrieved.
✔️ Expected Behavior
It is rare and almost unheard of to use json as the name of a dictionary. This name can be renamed to results for better clarity and alignment with common practices.
❌ Actual Behavior
This field named json cannot be accessed in subsequent nodes. Only the text and files fields can be retrieved.
The text was updated successfully, but these errors were encountered: