StringSYSTEM_PROMPT=""" Use the information from the DOCUMENTS section to provide accurate answers but act as if you knew this information innately. If unsure, simply state that you don't know. Another thing you need to note is that your reply must be in Chinese! DOCUMENTS: {documents} """;
// 如果没有找到相关文档,可以调整提示词 if (documentsCollectors.isEmpty()) { SYSTEM_PROMPT = """ Please answer the user's question based on your general knowledge. If you don't know the answer, simply state that you don't know. Your reply must be in Chinese! """; }