mirror of
https://github.com/FoundationAgents/MetaGPT.git
synced 2026-04-27 17:56:23 +02:00
update UDFS.
This commit is contained in:
parent
1a2b4f1b3b
commit
b18b1c366e
1 changed files with 1 additions and 1 deletions
|
|
@ -112,6 +112,6 @@ folder_path = str(Path(__file__).parent.absolute())
|
|||
function_signatures, function_returns = get_function_signatures_in_folder(folder_path)
|
||||
|
||||
UDFS = [func for func in function_signatures
|
||||
if not func['udf_name'].startswith(('extract_function_signatures', 'get_function_signatures_in_folder'))]
|
||||
if not func['udf_name'].startswith(('extract_function_signatures', 'get_function_signatures_in_folder', 'docstring_to_yaml'))]
|
||||
|
||||
UDFS_YAML = extract_function_schema_yaml_in_folder(folder_path)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue