mirror of
https://github.com/MODSetter/SurfSense.git
synced 2026-05-08 23:32:40 +02:00
refactor: coderabbit review
This commit is contained in:
parent
34300ead02
commit
154c5748fd
4 changed files with 12 additions and 15 deletions
|
|
@ -1,7 +1,8 @@
|
|||
import datetime
|
||||
|
||||
|
||||
answer_outline_system_prompt = f"""
|
||||
def get_answer_outline_system_prompt():
|
||||
return f"""
|
||||
Today's date: {datetime.datetime.now().strftime("%Y-%m-%d")}
|
||||
<answer_outline_system>
|
||||
You are an expert research assistant specializing in structuring information. Your task is to create a detailed and logical research outline based on the user's query. This outline will serve as the blueprint for generating a comprehensive research report.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue