How to add context to the prompt in chatbot-basic #3924
Replies: 1 comment
-
To add extra context to your chatbot prompts in Dify 0.6.0, despite the removal of Expert Mode, you can use XML tags and adjust the template configurations. Here's how to do it effectively:
For detailed guidance, refer to Dify's documentation on Agent Assistant, Prompt Template, Prompt Engineering, and Advanced Prompt Templates. This approach will help you enrich your chatbot's prompts with relevant information, enhancing its understanding and response accuracy.
|
Beta Was this translation helpful? Give feedback.
-
Self Checks
Dify version
0.6.0
Cloud or Self Hosted
Self Hosted (Docker)
Steps to reproduce
I'm looking to add context to the prompt in the basic chatbot. Previously, we had an expert mode where we could easily add our context to the prompt. However, since the workflow update, this feature has been removed. Now, when I use "/", I can only add variables or new tools. How can I incorporate my context into the prompt?
✔️ Expected Behavior
When typing "/" in the chatbot Instructions, an option to add additional context should appear, allowing users to enrich the prompt with relevant information.
❌ Actual Behavior
Currently, the "/" feature only allows users to add variables or tools to the prompt, limiting the ability to provide supplementary information for context.
Beta Was this translation helpful? Give feedback.
All reactions