You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"description": "Teleprompters are powerful optimizers (included in DSPy) that can learn to bootstrap and select effective prompts for the modules of any program. (The \"tele-\" in the name means \"at a distance\", i.e., automatic prompting at a distance.)"
6
+
"description": "Optimizers are powerful constructs (included in DSPy) that can learn to bootstrap and select effective prompts for the modules of any program."
Copy file name to clipboardExpand all lines: docs/docs/deep-dive/signature/understanding-signatures.md
-4Lines changed: 0 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,8 +2,6 @@
2
2
sidebar_position: 1
3
3
---
4
4
5
-
import AuthorDetails from '@site/src/components/AuthorDetails';
6
-
7
5
# Understanding Signatures
8
6
9
7
A DSPy Signature is the most basic form of task description which simply requires inputs and outputs and optionally, a small description about them and the task too.
@@ -119,5 +117,3 @@ As you can see, the instruction is more well-defined by our task's instruction i
119
117

0 commit comments