Skip to content

Agent calls The returned data of tools is repeated #20371

@julie666-code

Description

@julie666-code

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.3.1

Cloud or Self Hosted

Self Hosted (Docker)

Steps to reproduce

Create an agent and bind a tools (Workflow)
When running the agent, calling tools (Workflow), the result data content obtained by tools will be repeated.
However, when running tools (Workflow) alone, the result data obtained is normal.
Among them, tools (Workflow) is the data obtained by requesting external application services.

✔️ Expected Behavior

tools response
{"projectone": "{"info":[]}}

❌ Actual Behavior

tools response
{"projectone": "{"info":[]}{"info":[]}"}

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions