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
publicstaticreadonlySystemChatMessageSystemPrompt=newSystemChatMessage("You are an expert writing assistant and editor, specialized in enhancing the clarity, coherence, and impact of text within a document. You analyze text critically and provide constructive feedback to improve the overall quality.");
23
23
24
24
// Private
25
-
privatestaticreadonlySystemChatMessage_systemPrompt=newSystemChatMessage("You are an expert writing assistant and editor, specialized in enhancing the clarity, coherence, and impact of text within a document. You analyze text critically and provide constructive feedback to improve the overall quality.");
UserChatMessageuserPrompt=newUserChatMessage($@"Document Content: ""{RAGControl.SubstringWithoutBounds(allText,(int)(ThisAddIn.ContextLength*0.4))}""{Environment.NewLine}RAG Context: ""{ThisAddIn.RagControl.GetRAGContext(p.Text,(int)(ThisAddIn.ContextLength*0.3))}""{Environment.NewLine}Please review the following paragraph extracted from the Document: ""{RAGControl.SubstringWithoutBounds(p.Text,(int)(ThisAddIn.ContextLength*0.2))}""{Environment.NewLine}{prompt}");
0 commit comments