mirror of
https://github.com/FoundationAgents/MetaGPT.git
synced 2026-06-08 15:05:17 +02:00
update webscraping tool
This commit is contained in:
parent
23c27627ce
commit
9b72370cbe
2 changed files with 5 additions and 6 deletions
|
|
@ -10,7 +10,7 @@ from metagpt.roles.ci.code_interpreter import CodeInterpreter
|
|||
|
||||
async def main():
|
||||
prompt = """Get data from `paperlist` table in https://papercopilot.com/statistics/iclr-statistics/iclr-2024-statistics/,
|
||||
and save it to a csv file. paper title must include `multiagent` or `large language model`. *notice: print key data*"""
|
||||
and save it to a csv file. paper title must include `multiagent` or `large language model`. *notice: print key variables*"""
|
||||
ci = CodeInterpreter(goal=prompt, use_tools=True)
|
||||
|
||||
await ci.run(prompt)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue