We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d818a1f commit 817093bCopy full SHA for 817093b
pydantic_prompt/__init__.py
@@ -1,4 +1,4 @@
1
-from pydantic_prompt.core import llm_documented
+from pydantic_prompt.core import prompt_schema
2
3
-__all__ = ["llm_documented"]
4
-__version__ = "0.1.0"
+__all__ = ["prompt_schema"]
+__version__ = "0.1.0"
0 commit comments