No Text output for Custom tools(https) #18369

Closed
opened 2026-02-21 19:46:50 -05:00 by yindo · 0 comments
Owner

Originally created by @AllenHu2024 on GitHub (Sep 27, 2025).

Self Checks

  • I have read the Contributing Guide and Language Policy.
  • This is only for bug report, if you would like to ask a question, please head to Discussions.
  • I have searched for existing issues search for existing issues, including closed ones.
  • I confirm that I am using English to submit this report, otherwise it will be closed.
  • 【中文用户 & Non English User】请使用英语提交,否则会被关闭 :)
  • Please do not modify this template :) and fill in all the required fields.

Dify version

1.7.2

Cloud or Self Hosted

Self Hosted (Source)

Steps to reproduce

  1. Import OpenAPI json as customer tools(Dify Enterprise APIs)
  2. Test call, normal
  3. Use it in workflow, only "json" can be returned. The text is "".

✔️ Expected Behavior

The tools should return at least text, just like version 1.5.0:
{
"text": "{"data": [], "has_more": false, "limit": 10, "total": 0, "page": 1}",
"files": [],
"json": []
}

Actual Behavior

text is "", as below:
{
"text": "",
"files": [],
"json": [
{
"data": [
{
"id": "972a6ec7-2871-4b30-833c-3ef31dd90c9a",
"name": "ling.y.3",
"email": "ling.y.3@pg.com",
"status": "active",
"interface_language": "en-US",
"timezone": "America/New_York",
"last_login_at": "0001-01-01T00:00:00Z",
"last_login_ip": "10.125.28.28",
"last_active_at": "2025-09-26T04:03:52.786263Z",
"initialized_at": "2025-08-19T02:26:11.022412Z",
"created_at": "2025-08-19T02:26:10Z",
"updated_at": "2025-09-26T03:41:28.289328Z"
}
],
"has_more": false,
"limit": 10,
"total": 1,
"page": 1
}
]
}

Originally created by @AllenHu2024 on GitHub (Sep 27, 2025). ### Self Checks - [x] I have read the [Contributing Guide](https://github.com/langgenius/dify/blob/main/CONTRIBUTING.md) and [Language Policy](https://github.com/langgenius/dify/issues/1542). - [x] This is only for bug report, if you would like to ask a question, please head to [Discussions](https://github.com/langgenius/dify/discussions/categories/general). - [x] I have searched for existing issues [search for existing issues](https://github.com/langgenius/dify/issues), including closed ones. - [x] I confirm that I am using English to submit this report, otherwise it will be closed. - [x] 【中文用户 & Non English User】请使用英语提交,否则会被关闭 :) - [x] Please do not modify this template :) and fill in all the required fields. ### Dify version 1.7.2 ### Cloud or Self Hosted Self Hosted (Source) ### Steps to reproduce 1. Import OpenAPI json as customer tools(Dify Enterprise APIs) 2. Test call, normal 3. Use it in workflow, only "json" can be returned. The text is "". ### ✔️ Expected Behavior The tools should return at least text, just like version 1.5.0: { "text": "{\"data\": [], \"has_more\": false, \"limit\": 10, \"total\": 0, \"page\": 1}", "files": [], "json": [] } ### ❌ Actual Behavior text is "", as below: { "text": "", "files": [], "json": [ { "data": [ { "id": "972a6ec7-2871-4b30-833c-3ef31dd90c9a", "name": "ling.y.3", "email": "ling.y.3@pg.com", "status": "active", "interface_language": "en-US", "timezone": "America/New_York", "last_login_at": "0001-01-01T00:00:00Z", "last_login_ip": "10.125.28.28", "last_active_at": "2025-09-26T04:03:52.786263Z", "initialized_at": "2025-08-19T02:26:11.022412Z", "created_at": "2025-08-19T02:26:10Z", "updated_at": "2025-09-26T03:41:28.289328Z" } ], "has_more": false, "limit": 10, "total": 1, "page": 1 } ] }
yindo added the 🐞 bug label 2026-02-21 19:46:50 -05:00
yindo closed this issue 2026-02-21 19:46:50 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: langgenius/dify#18369