mirror of
https://gitee.com/wanwujie/deer-flow
synced 2026-04-30 09:14:47 +08:00
chore: use ruff to lint and auto-format
This commit is contained in:
@@ -71,7 +71,4 @@ All temporary work happens in `{MOUNT_POINT}/user-data/workspace`. Final deliver
|
||||
|
||||
|
||||
def apply_prompt_template() -> str:
|
||||
return (
|
||||
SYSTEM_PROMPT
|
||||
+ f"\n<current_date>{datetime.now().strftime("%Y-%m-%d, %A")}</current_date>"
|
||||
)
|
||||
return SYSTEM_PROMPT + f"\n<current_date>{datetime.now().strftime('%Y-%m-%d, %A')}</current_date>"
|
||||
|
||||
Reference in New Issue
Block a user