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 93cf14b commit ac6fc15Copy full SHA for ac6fc15
dspy/primitives/__init__.py
@@ -1,12 +1,10 @@
1
-from dspy.primitives import assertions
2
from dspy.primitives.example import Example
3
from dspy.primitives.module import BaseModule
4
from dspy.primitives.prediction import Completions, Prediction
5
from dspy.primitives.program import Module, Program
6
from dspy.primitives.python_interpreter import PythonInterpreter
7
8
__all__ = [
9
- "assertions",
10
"Example",
11
"BaseModule",
12
"Prediction",
dspy/primitives/assertions.py
0 commit comments