mirror of
https://gitee.com/wanwujie/deer-flow
synced 2026-04-03 06:12:14 +08:00
feat: refine the hil text
This commit is contained in:
@@ -206,7 +206,7 @@ def _execute_agent_step(
|
||||
agent_input = {
|
||||
"messages": [
|
||||
HumanMessage(
|
||||
content=f"#Task\n\n##title: {step.title}\n\n##description: {step.description}"
|
||||
content=f"#Task\n\n##title\n\n{step.title}\n\n##description\n\n{step.description}"
|
||||
)
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user