mirror of
https://github.com/FoundationAgents/MetaGPT.git
synced 2026-05-21 14:05:17 +02:00
feat: -exp_manager = get_exp_manager()
This commit is contained in:
parent
547bddd79a
commit
2d5c441358
1 changed files with 0 additions and 1 deletions
|
|
@ -15,7 +15,6 @@ async def main():
|
|||
# Define the simple request and response
|
||||
req = "Simple req"
|
||||
resp = "Simple resp"
|
||||
exp_manager = get_exp_manager()
|
||||
|
||||
# Add the new experience
|
||||
exp = Experience(req=req, resp=resp, entry_type=EntryType.MANUAL)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue