-
Notifications
You must be signed in to change notification settings - Fork 2.4k
fix #841, the issue with the api documentation. #851
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
docs/api/modules/ChainOfThought.md
Outdated
| **Parameters:** | ||
| - `signature` (_Any_): Signature of predictive model. | ||
| - `rationale_type` (_dsp.Type_, _optional_): Rationale type for reasoning steps. Defaults to `None`. | ||
| - `rationale_type` (_dsp.OutputField_, _optional_): Rationale type for reasoning steps. Defaults to `None`. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I believe it should be dspy.OutputField
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Good point
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
changed to dspy.
| **Parameters:** | ||
| - `signature` (_Any_): Signature of predictive model. | ||
| - `rationale_type` (_dsp.Type_, _optional_): Rationale type for reasoning steps. Defaults to `None`. | ||
| - `rationale_type` (_dsp.OutputField_, _optional_): Rationale type for reasoning steps. Defaults to `None`. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Same as above
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ok.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
changed to dspy.
fix #841, the issue with the api documentation.
This PR addresses issue #841.
Also please note that
git subtree pullcommand provided indocs/README.mddoes NOT work, raisingfatal: refusing to merge unrelated histories.