mirror of
https://github.com/FoundationAgents/MetaGPT.git
synced 2026-06-11 15:15:18 +02:00
give history code for current code steps
This commit is contained in:
parent
07771a7699
commit
988c7072ef
1 changed files with 1 additions and 1 deletions
|
|
@ -63,7 +63,7 @@ class WriteCodeSteps(Action):
|
|||
|
||||
def get_context(self, plan: Plan):
|
||||
user_requirement = plan.goal
|
||||
select_task_keys = ['task_id', 'instruction', 'is_finished', 'code_steps']
|
||||
select_task_keys = ['task_id', 'instruction', 'is_finished', 'code']
|
||||
|
||||
def process_task(task):
|
||||
task_dict = task.dict()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue