mirror of
https://github.com/FoundationAgents/MetaGPT.git
synced 2026-05-03 04:42:38 +02:00
change _init_code to public
This commit is contained in:
parent
27e8fdf320
commit
b214e49733
2 changed files with 5 additions and 5 deletions
|
|
@ -64,7 +64,7 @@ class DataAnalyst(RoleZero):
|
|||
"""Write a code block for current task and execute it in an interactive notebook environment."""
|
||||
counter = 0
|
||||
success = False
|
||||
await self.execute_code._init_code()
|
||||
await self.execute_code.init_code()
|
||||
|
||||
# plan info
|
||||
plan_status = self.planner.get_plan_status()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue