Skip to content

Conversation

@chenmoneygithub
Copy link
Collaborator

This is a followup of #1945:

  • Some classes/functions shouldn't be exposed as public API for users.
  • Expose classes/functions that should be accessible by users.

One note on the dspy/__init__.py file: We currently do definitions like LabeledFewShot = dspy.teleprompt.LabeledFewShot, which can be replaced by from dspy.teleprompt import * for consistency.

@chenmoneygithub chenmoneygithub changed the title Necessary fixes for API reference generation [Doc PR Part 1] Necessary fixes for API reference generation Dec 23, 2024
@okhat okhat merged commit 7f821b8 into stanfordnlp:main Dec 25, 2024
4 checks passed
@chenmoneygithub chenmoneygithub deleted the doc-branch-2 branch December 27, 2024 22:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants