mirror of
https://github.com/FoundationAgents/MetaGPT.git
synced 2026-05-15 11:02:36 +02:00
feat: -req
This commit is contained in:
parent
7f3befdf05
commit
ddd45ce0a0
1 changed files with 1 additions and 1 deletions
|
|
@ -48,7 +48,7 @@ async def add_exp(req: str, resp: str, tag: str, metric: Metric = None):
|
|||
exp_manager = get_exp_manager()
|
||||
exp_manager.config.exp_pool.enable_write = True
|
||||
exp_manager.create_exp(exp)
|
||||
logger.info(f"New experience created for the request `{req[:10] if len(req) > 10 else req}`.")
|
||||
logger.info(f"New experience created for the request `{req[:10]}`.")
|
||||
|
||||
|
||||
async def add_exps(exps: list, tag: str):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue