devchat-ai / devchat

Automate your dev tasks with AI-powered scripts, from your IDE's chat panel.
https://www.devchat.ai
Apache License 2.0
327 stars 36 forks source link

Unclear Error Descriptions in DevChat During Workflow Execution #401

Open yangbobo2021 opened 1 month ago

yangbobo2021 commented 1 month ago

The error descriptions in DevChat are currently not clear, especially during the execution of workflows. This issue affects the ability to diagnose and resolve problems efficiently.

Steps to reproduce:

  1. Trigger a workflow in DevChat.
  2. Observe the error messages displayed during the workflow execution.

Expected behavior: Error messages should provide clear and detailed information about the issue, facilitating quick troubleshooting.

Current behavior: Error messages are vague and do not offer sufficient details to understand the underlying problem.

Suggestions for improvement:

yangbobo2021 commented 1 month ago

对于权限类错误,例如账户余额不足、KEY错误等,需要自动结束工作流执行,并输出错误描述。 对于服务器错误,例如模型不支持,需要自动结束工作流执行,并输出错误描述。