-
Notifications
You must be signed in to change notification settings - Fork 2.4k
Closed
Description
In ChainOfThought page:
The following section is no longer reflects the actual code.
DEFAULT_RATIONALE_TYPE = dsp.Type(prefix="Reasoning: Let's think step by step in order to",
desc="${produce the " + last_key + "}. We ...")The actual code uses following instead:
rationale_type = rationale_type or dspy.OutputField(
prefix="Reasoning: Let's think step by step in order to",
desc="${produce the " + last_key + "}. We ...",
)As a result :
rationale_type (dsp.Type, optional): Rationale type for reasoning steps. Defaults to None. in the page should be changed to refer to dspy.OutputField.
Metadata
Metadata
Assignees
Labels
No labels