Untitled
unknown
plain_text
19 days ago
1.1 kB
1
Indexable
I have this prompt for a tool prompt = ( f"Using the following evaluation template:\n{template}\n" f"Benchmark Document:\n{benchmark_doc}\n" f"Target Document:\n{target_doc}\n" f"Compare the target document against the benchmark document.\n" "Highlight discrepancies, strengths, and weaknesses. " "Provide actionable insights categorized by priority: high, medium, low." "Generate a detailed report. Structure it with sections for high-priority issues, " "medium-priority issues, and low-priority issues. Include recommendations for improvement." ) I want to basically create a sysytem prompt that basically invokes this tool once the template,benchmark_doc,and target_doc are passed by the user.So i plan to keep flags to keep track of this.So i want you to create a system prompt that says that you are a document comparer and accepts these flags as input.The system prompt should give an appropriate message to the user if some file is missing.Once all these flags it will invoke this tool
Editor is loading...
Leave a Comment