dify icon indicating copy to clipboard operation
dify copied to clipboard

agent help doc link error [in chinese panel]

Open gdmrw opened this issue 11 months ago • 1 comments

Self Checks

  • [x] This is only for bug report, if you would like to ask a question, please head to Discussions.
  • [x] I have searched for existing issues search for existing issues, including closed ones.
  • [x] I confirm that I am using English to submit this report (我已阅读并同意 Language Policy).
  • [x] [FOR CHINESE USERS] 请务必使用英文提交 Issue,否则会被关闭。谢谢!:)
  • [x] Please do not modify this template :) and fill in all the required fields.

Dify version

1.0.1

Cloud or Self Hosted

Self Hosted (Docker)

Steps to reproduce

The link is undefined

Image

✔️ Expected Behavior

No response

❌ Actual Behavior

No response

gdmrw avatar Mar 18 '25 03:03 gdmrw

I found a similar unsolved discussion regarding a 404 error in the documentation for LLM, which might be related to the issue you're experiencing [1].

For the 'Help Documentation' link in the Agent configuration interface, the expected URL is https://docs.dify.ai/guides/workflow/node/agent [2]. You might want to check if this URL is correctly configured in your setup. The link configuration is handled in the file web/app/components/workflow/nodes/_base/hooks/use-node-help-link.ts, where the function useNodeHelpLink constructs the help link based on the node type and language setting [2].

If the link is not working as expected, you may need to verify the configuration in this file or check for any recent changes that might have affected the link.

To continue talking to Dosu, mention @dosu.


Help Dosu learn! Give it feedback: Great Response | Irrelevant Answer | Incorrect Sources | Too Verbose | Hallucination | Bug Report | Other

dosubot[bot] avatar Mar 18 '25 03:03 dosubot[bot]