mirror of
https://github.com/FoundationAgents/MetaGPT.git
synced 2026-04-30 11:26:23 +02:00
remove useless fields
This commit is contained in:
parent
edb9069026
commit
8a1237460e
3 changed files with 3 additions and 14 deletions
|
|
@ -146,7 +146,7 @@ class Role:
|
|||
self._actions = []
|
||||
|
||||
def _init_action_system_message(self, action: Action):
|
||||
action.set_prefix(self._get_prefix(), self.profile)
|
||||
action.set_prefix(self._get_prefix())
|
||||
|
||||
def _init_actions(self, actions):
|
||||
self._reset()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue