Skip to content

Commit

Permalink
fix a variable name
Browse files Browse the repository at this point in the history
  • Loading branch information
streetycat committed Oct 12, 2023
1 parent d9ade65 commit 2e07637
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/aios_kernel/workflow.py
Original file line number Diff line number Diff line change
Expand Up @@ -442,7 +442,7 @@ async def role_process_msg(self,msg:AgentMsg,the_role:AIRole,workflow_chat_sessi


prompt = AgentPrompt()
prompt.append(the_role.agent.prompt)
prompt.append(the_role.agent.agent_prompt)
prompt.append(self.get_workflow_rule_prompt())
prompt.append(the_role.get_prompt())
# prompt.append(self._get_function_prompt(the_role.get_name()))
Expand Down

0 comments on commit 2e07637

Please sign in to comment.