info collect agent(0.0.2) exception #12182

Closed
opened 2026-02-21 19:06:12 -05:00 by yindo · 1 comment
Owner

Originally created by @zhudemiao on GitHub (Mar 26, 2025).

Self Checks

  • 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 (我已阅读并同意 Language Policy).
  • [FOR CHINESE USERS] 请务必使用英文提交 Issue,否则会被关闭。谢谢!:)
  • Please do not modify this template :) and fill in all the required fields.

Dify version

1.1.3

Cloud or Self Hosted

Self Hosted (Docker)

Steps to reproduce

(1) error image:
Image
(2)信息集合 SCHEMA *
{
"fields": [
{
"name": "destination",
"question": "请问您想去哪里旅行?",
"required": true
},
{
"name":"startDate",
"question": "您计划什么时间启程去旅行?",
"required": true
},
{
"name": "duration",
"question": "您计划旅行多长时间?",
"required": true
},
{
"name": "budget",
"question": "您的预算大约是多少?",
"required": true
},
{
"name": "perference",
"question": "您的兴趣或偏好是什么?",
"required": true
}
]
}

✔️ Expected Behavior

successful collect info

Actual Behavior

No response

Originally created by @zhudemiao on GitHub (Mar 26, 2025). ### Self Checks - [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 (我已阅读并同意 [Language Policy](https://github.com/langgenius/dify/issues/1542)). - [x] [FOR CHINESE USERS] 请务必使用英文提交 Issue,否则会被关闭。谢谢!:) - [x] Please do not modify this template :) and fill in all the required fields. ### Dify version 1.1.3 ### Cloud or Self Hosted Self Hosted (Docker) ### Steps to reproduce (1) error image: ![Image](https://github.com/user-attachments/assets/330f0121-8207-4af2-ae78-819e4a6efbd5) (2)信息集合 SCHEMA * { "fields": [ { "name": "destination", "question": "请问您想去哪里旅行?", "required": true }, { "name":"startDate", "question": "您计划什么时间启程去旅行?", "required": true }, { "name": "duration", "question": "您计划旅行多长时间?", "required": true }, { "name": "budget", "question": "您的预算大约是多少?", "required": true }, { "name": "perference", "question": "您的兴趣或偏好是什么?", "required": true } ] } ### ✔️ Expected Behavior successful collect info ### ❌ Actual Behavior _No response_
yindo added the 🐞 bug label 2026-02-21 19:06:12 -05:00
yindo closed this issue 2026-02-21 19:06:12 -05:00
Author
Owner

@crazywoola commented on GitHub (Mar 26, 2025):

Please open an issue in this repo instead https://github.com/svcvit/dify-plugin-tod_agent

@crazywoola commented on GitHub (Mar 26, 2025): Please open an issue in this repo instead https://github.com/svcvit/dify-plugin-tod_agent
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: langgenius/dify#12182