Skip to content

Commit 1eccc38

Browse files
authored
Update 7-assertions.md
1 parent 74b9a33 commit 1eccc38

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

docs/docs/learn/programming/7-assertions.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
# DSPy Assertions
22

3-
!!! warning "This page is outdated and may not be fully accurate in DSPy 2.5"
3+
!!! warning "Assertions are deprecated and NOT supported. Please use the `dspy.Refine` module instead. (or dspy.Suggest)."
44

5+
The content below is deprecated, and is scheduled to be removed.
56

67
## Introduction
78

@@ -263,4 +264,4 @@ compiled_with_assertions_baleen = teleprompter.compile(student = baleen, teacher
263264
#Compilation + Inference with Assertions
264265
compiled_baleen_with_assertions = teleprompter.compile(student=baleen_with_assertions, teacher = baleen_with_assertions, trainset=trainset, valset=devset)
265266

266-
```
267+
```

0 commit comments

Comments
 (0)