langgenius / dify

Dify is an open-source LLM app development platform. Dify's intuitive interface combines AI workflow, RAG pipeline, agent capabilities, model management, observability features and more, letting you quickly go from prototype to production.
https://dify.ai
Other
51.82k stars 7.51k forks source link

Buildin JSON Process tool return issues with JSONPath #10559

Closed BenjaminX closed 4 days ago

BenjaminX commented 5 days ago

Self Checks

1. Is this request related to a challenge you're experiencing? Tell me about your story.

JSON Process tool output three variables ‘JSON’ string, files array, json-obj array However, the files array and obj array did not handle the response return.

core/tools/provider/builtin/json_process/tools/parse.py 31-32 lines

2. Additional context or comments

pls assign new task to me Thx

3. Can you help us with this feature?

BenjaminX commented 4 days ago

Ref #10575