@@ -111,7 +111,7 @@ func (ds *ETALLMClient) KnowledgeBaseChat(query string, KnowledgeBaseName string
continue
}
ChatHistory = append(ChatHistory, eta_llm_http.HistoryContent{
- Content: historyItem.Content,
+ Content: fmt.Sprintf("【历史对话】 %s", historyItem.Content),
Role: historyItem.Role,
})