mirror of
https://github.com/FoundationAgents/MetaGPT.git
synced 2026-05-10 00:02:38 +02:00
add todo.
This commit is contained in:
parent
3fc5080b81
commit
0d61e89700
1 changed files with 6 additions and 0 deletions
|
|
@ -3,6 +3,7 @@ import os
|
|||
import inspect
|
||||
import importlib
|
||||
from pathlib import Path
|
||||
from typing import Dict, List
|
||||
|
||||
|
||||
def extract_function_signatures(file_path):
|
||||
|
|
@ -50,3 +51,8 @@ function_signatures = 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'))]
|
||||
|
||||
|
||||
# TODO: Create Yaml style UDFS Schema
|
||||
def udfs2yaml(udfs: List[Dict]) -> Dict:
|
||||
pass
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue