mirror of
https://gitee.com/wanwujie/deer-flow
synced 2026-04-18 20:14:44 +08:00
refactor: refactor the prompt management mechanism (#17)
This commit is contained in:
@@ -21,7 +21,7 @@ def ppt_composer_node(state: PPTState):
|
||||
model = get_llm_by_type(AGENT_LLM_MAP["ppt_composer"])
|
||||
ppt_content = model.invoke(
|
||||
[
|
||||
SystemMessage(content=get_prompt_template("ppt_composer")),
|
||||
SystemMessage(content=get_prompt_template("ppt/ppt_composer")),
|
||||
HumanMessage(content=state["input"]),
|
||||
],
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user