Skip to content

Commit

Permalink
update: add .to_prompt_structure
Browse files Browse the repository at this point in the history
  • Loading branch information
Maplemx committed Jan 5, 2024
1 parent 7e806a2 commit 2e31bbe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/utils/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@
from .ToolManager import ToolManager
from .IdGenerator import IdGenerator
from .DataOps import DataOps, NamespaceOps
from .transform import to_json_desc, to_instruction, find_all_jsons, find_json
from .transform import to_prompt_structure, to_json_desc, to_instruction, find_all_jsons, find_json
from .check_version import check_version
from .load_json import load_json

0 comments on commit 2e31bbe

Please sign in to comment.