From 4bed4005a20e7194d8b957fb62800dcd95eae8dc Mon Sep 17 00:00:00 2001 From: Bryan Doss Date: Sat, 23 Nov 2024 09:59:44 -0500 Subject: [PATCH] Removing duplicate sentence in signature docs --- docs/docs/learn/programming/signatures.md | 1 - 1 file changed, 1 deletion(-) diff --git a/docs/docs/learn/programming/signatures.md b/docs/docs/learn/programming/signatures.md index af400b11a3..450f69f64e 100644 --- a/docs/docs/learn/programming/signatures.md +++ b/docs/docs/learn/programming/signatures.md @@ -64,7 +64,6 @@ The 21-year-old Lee made seven appearances and scored one goal for West Ham last Many DSPy modules (except `dspy.Predict`) return auxiliary information by expanding your signature under the hood. -For example, `dspy.ChainOfThought` also adds a `reasoning` field that includes the LM's reasoning before it generates the output `summary`. For example, `dspy.ChainOfThought` also adds a `reasoning` field that includes the LM's reasoning before it generates the output `summary`. ```python