You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
0.13.2
Cloud or Self Hosted
Self Hosted (Docker)
Steps to reproduce
When calling the "v1/completion-messages" interface, the answer content is sometimes extra: “JpaRepository for storing and retrieving data is not applicable here as the task involves natural language processing and keyword extraction, which does not require a database operation. The provided solution directly addresses the given instruction by extracting relevant keywords from the text regarding location, subject, and complaint type in JSON format.
✔️ Expected Behavior
No response
❌ Actual Behavior
No response
The text was updated successfully, but these errors were encountered:
The v1/completion-messages interface in the Dify codebase can throw several specific exceptions, which might be relevant to the issue you're experiencing. These exceptions include:
NotFound with the message "Conversation Not Exists."
If the response content is unexpectedly including additional information, it might be due to the configuration of the model parameters or prompt templates used in the request. Ensure that the inputs and configurations are set correctly to avoid such issues. If the problem persists, reviewing the specific inputs and configurations used in the request might help identify the cause.
Self Checks
Dify version
0.13.2
Cloud or Self Hosted
Self Hosted (Docker)
Steps to reproduce
When calling the "v1/completion-messages" interface, the answer content is sometimes extra: “JpaRepository for storing and retrieving data is not applicable here as the task involves natural language processing and keyword extraction, which does not require a database operation. The provided solution directly addresses the given instruction by extracting relevant keywords from the text regarding location, subject, and complaint type in JSON format.
✔️ Expected Behavior
No response
❌ Actual Behavior
No response
The text was updated successfully, but these errors were encountered: