Closed gqchen-dz closed 6 days ago
@gqchen-dz Hello there! I'm here to help you with any bugs, questions, or contributions. Let me know how I can assist you while you wait for a human maintainer.
The book_id
parameter in the 'yuque - Create Document' tool is currently set to type number
in the Dify codebase [1]. If the book_id
in your Yuque knowledge base is a string, this mismatch would indeed cause issues when running the workflow. To resolve this, you would need to update the parameter type for book_id
from number
to string
in the tool's configuration. This change should align the parameter type with the expected format from Yuque, allowing the workflow to run correctly.
To continue talking to Dosu, mention @dosu.
Self Checks
Dify version
0.10.1
Cloud or Self Hosted
Self Hosted (Docker)
Steps to reproduce
✔️ Expected Behavior
change the type of book_id to string,so the yuque tool can run。
❌ Actual Behavior
Unable to fill in the parameter book_id , the workflow can‘t run.