gzhu-biyesheji/tools/__init__.py
carry c28e4819d9 refactor(frontend/tools): 重命名生成示例 JSON 数据结构的函数
- 将 generate_example_json 函数重命名为 generate_json_example
- 更新相关文件中的函数调用和引用
- 此更改旨在使函数名称更具描述性和一致性
2025-04-20 16:11:36 +08:00

5 lines
160 B
Python

from .parse_markdown import *
from .document import *
from .json_example import generate_json_example
from .port import *
from .reasoning import call_openai_api