Skip to content

Commit 817093b

Browse files
committed
fix: update import in __init__.py to use renamed decorator
- Change import from llm_documented to prompt_schema - Update __all__ list to include the new name
1 parent d818a1f commit 817093b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pydantic_prompt/__init__.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
from pydantic_prompt.core import llm_documented
1+
from pydantic_prompt.core import prompt_schema
22

3-
__all__ = ["llm_documented"]
4-
__version__ = "0.1.0"
3+
__all__ = ["prompt_schema"]
4+
__version__ = "0.1.0"

0 commit comments

Comments
 (0)