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
48.48k stars 6.93k forks source link

The conversation cannot be automatically closed after chatting with AI #9498

Open rey999 opened 1 day ago

rey999 commented 1 day ago

Self Checks

Dify version

0.9.1

Cloud or Self Hosted

Self Hosted (Docker)

Steps to reproduce

d43fe6206d34a39620bbcbfa7118c2a 5751a63d1b80aeaabbc6bc75e27129e 8fa2bb57d0cd274f0d2f98f562e903d what this position

✔️ Expected Behavior

Automatically complete painting

❌ Actual Behavior

The error persists and cannot be completed

dosubot[bot] commented 1 day ago

Hello, @rey999! I'm here to assist you with any bugs, questions, or contributions you have for our project. Let's work together to resolve this issue!

It seems like you're encountering a KeyError related to the 'position' key in the AppGenerateResponseConverter class. This issue might be similar to a previously closed issue titled KeyError: 'position', which was resolved by a pull request that fixed a missing retrieval resource position [1].

The error in your case appears to be due to a typo in the dictionary key "positih" instead of "position". Correcting this typo in your code should resolve the KeyError. Make sure that all instances where the 'position' key is used are correctly spelled to prevent this error from occurring.

To continue talking to Dosu, mention @dosu.