From 171698a56b4840798835846a3e174044eb49a859 Mon Sep 17 00:00:00 2001 From: Steve White Date: Sat, 25 Jan 2025 22:03:05 -0600 Subject: [PATCH] Updating message --- paperprocessor.go | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/paperprocessor.go b/paperprocessor.go index 282bef0..c906dce 100644 --- a/paperprocessor.go +++ b/paperprocessor.go @@ -124,7 +124,8 @@ type decisionResult struct { func (p *Processor) evaluatePaper(paper Paper, criteria string) (*decisionResult, error) { prompt := fmt.Sprintf(`Please evaluate the following academic paper against the provided criteria. -Respond with either "ACCEPT" or "REJECT" followed by a brief explanation of your decision. Please do not use markdown emphasis. +Respond with either "ACCEPT" or "REJECT" followed by a brief explanation of your decision. +Do not use markdown emphasis in your response. Keep your response clear and concise. Your response should be in the format: DECISION Explanation