mirror of
https://github.com/FoundationAgents/MetaGPT.git
synced 2026-04-28 02:23:52 +02:00
add UDFS for make tools.
This commit is contained in:
parent
2b8dbec5d0
commit
3de10e7656
2 changed files with 59 additions and 0 deletions
9
tests/metagpt/tools/functions/test_udf.py
Normal file
9
tests/metagpt/tools/functions/test_udf.py
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
from metagpt.tools.functions.libs.udf import UDFS
|
||||
from metagpt.logs import logger
|
||||
|
||||
|
||||
def test_udfs():
|
||||
assert len(UDFS) > 0
|
||||
assert 'name' in UDFS[0]
|
||||
assert 'doc' in UDFS[0]
|
||||
logger.info(UDFS)
|
||||
Loading…
Add table
Add a link
Reference in a new issue