tool form parameters not working #1084

Closed
opened 2026-02-21 17:29:54 -05:00 by yindo · 2 comments
Owner

Originally created by @lujin1 on GitHub (Feb 22, 2024).

Self Checks

  • 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).
  • Pleas do not modify this template :) and fill in all the required fields.

Dify version

0.5.5

Cloud or Self Hosted

Self Hosted (Docker)

Steps to reproduce

image

✔️ Expected Behavior

No response

Actual Behavior

No response

Originally created by @lujin1 on GitHub (Feb 22, 2024). ### Self Checks - [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] Pleas do not modify this template :) and fill in all the required fields. ### Dify version 0.5.5 ### Cloud or Self Hosted Self Hosted (Docker) ### Steps to reproduce ![image](https://github.com/langgenius/dify/assets/33309882/1dcca021-0eec-45a7-a735-3a323eb3c943) ### ✔️ Expected Behavior _No response_ ### ❌ Actual Behavior _No response_
yindo added the 🐞 bug label 2026-02-21 17:29:54 -05:00
yindo closed this issue 2026-02-21 17:29:54 -05:00
Author
Owner

@dosubot[bot] commented on GitHub (Feb 22, 2024):

🤖

Hey @lujin1, great to see you back! Hope everything's been going well on your end since our last interaction.

Based on the information you've provided, it seems you're experiencing an issue with the tool form parameters in Dify version 0.5.5. I found two similar issues in the repository that might be related to your problem:

  1. External data tool not work which was last updated on January 05, 2024. The issue was resolved with the comment "Fixed" by the user @opsvr in issue #1942.
  2. bug which was last updated on August 12, 2023. However, there's no clear resolution provided in this thread.

Unfortunately, without more specific details about the tool form parameters that are not working, it's difficult to provide a more precise solution. Could you please provide more details about the issue? For example, what specific tool form parameters are not working? Are there any error messages displayed? This information will help me better understand the problem and provide a more accurate solution.

Regarding the image you've shared, I'm sorry but I'm unable to view images. Could you please describe what's in the image or provide the information in a text format?

In the meantime, you might want to consider upgrading to the latest version of Dify (v0.5.6) as the issue you're experiencing might have been resolved in this version. Here are the steps to upgrade Dify in a Docker environment:

cd dify/docker
git pull origin main
docker compose down
docker compose pull
docker compose up -d

Please let me know if you need further assistance.

Sources

About Dosu

This response is meant to be useful and save you time. It is not meant to be a precise solution, but rather a starting point for your own research.

Help me be more useful! Please leave a 👍 if this is helpful and 👎 if it is irrelevant.

If you want to continue the conversation, start your reply with @dosu-bot.

@dosubot[bot] commented on GitHub (Feb 22, 2024): _🤖_ <!-- Greeting --> Hey @lujin1, great to see you back! Hope everything's been going well on your end since our last interaction. <!-- Answer --> Based on the information you've provided, it seems you're experiencing an issue with the tool form parameters in Dify version 0.5.5. I found two similar issues in the repository that might be related to your problem: 1. [External data tool not work](https://github.com/langgenius/dify/issues/1934) which was last updated on January 05, 2024. The issue was resolved with the comment "Fixed" by the user @opsvr in issue #1942. 2. [bug](https://github.com/langgenius/dify/issues/803) which was last updated on August 12, 2023. However, there's no clear resolution provided in this thread. Unfortunately, without more specific details about the tool form parameters that are not working, it's difficult to provide a more precise solution. Could you please provide more details about the issue? For example, what specific tool form parameters are not working? Are there any error messages displayed? This information will help me better understand the problem and provide a more accurate solution. Regarding the image you've shared, I'm sorry but I'm unable to view images. Could you please describe what's in the image or provide the information in a text format? In the meantime, you might want to consider upgrading to the latest version of Dify (v0.5.6) as the issue you're experiencing might have been resolved in this version. Here are the steps to upgrade Dify in a Docker environment: ```bash cd dify/docker git pull origin main docker compose down docker compose pull docker compose up -d ``` Please let me know if you need further assistance. ## Sources - [External data tool not work](https://github.com/langgenius/dify/issues/1934) - [bug](https://github.com/langgenius/dify/issues/803) - [en/getting-started/install-self-hosted/docker-compose.md](https://github.com/langgenius/dify-docs/blob/main/en/getting-started/install-self-hosted/docker-compose.md) <!-- Dosu Comment Footer --> <details open> <summary> #### About Dosu </summary> This response is meant to be useful and save you time. It is **not meant to be a precise solution**, but rather a starting point for your own research. Help me be more useful! Please leave a 👍 if this is helpful and 👎 if it is irrelevant. If you want to continue the conversation, start your reply with @dosu-bot. </details>
Author
Owner

@Yeuoly commented on GitHub (Feb 22, 2024):

You should change the timezone here
image
image

@Yeuoly commented on GitHub (Feb 22, 2024): You should change the timezone here <img width="816" alt="image" src="https://github.com/langgenius/dify/assets/45712896/20dad89c-abbe-4a48-b0f8-96dc6a7c5f0d"> <img width="504" alt="image" src="https://github.com/langgenius/dify/assets/45712896/0791a5e2-e459-47ce-ace7-7f472c6d3451">
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: langgenius/dify#1084