mirror of
https://github.com/CherryHQ/cherry-studio.git
synced 2025-12-24 18:50:56 +08:00
fix(prompts): enhance FOOTNOTE_PROMPT for clarity and completeness
- Updated the FOOTNOTE_PROMPT to instruct the model to provide answers based on its knowledge when reference materials are irrelevant, ensuring responses are clearly structured and complete.
This commit is contained in:
parent
ae4fed7e0b
commit
58940ec983
@ -93,7 +93,7 @@ export const REFERENCE_PROMPT = `Please answer the question based on the referen
|
||||
Please respond in the same language as the user's question.
|
||||
`
|
||||
|
||||
export const FOOTNOTE_PROMPT = `Please answer the question based on the reference materials and use footnote format to cite your sources. Please ignore irrelevant reference materials.
|
||||
export const FOOTNOTE_PROMPT = `Please answer the question based on the reference materials and use footnote format to cite your sources. Please ignore irrelevant reference materials. If the reference material is not relevant to the question, please answer the question based on your knowledge. The answer should be clearly structured and complete.
|
||||
|
||||
## Footnote Format:
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user