From 0a7eec07a9222dff3549604a23808000abe07e3a Mon Sep 17 00:00:00 2001 From: Claude Date: Sun, 26 Oct 2025 14:23:20 +0000 Subject: [PATCH] Add missing API reference documentation for dspy.majority MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The dspy.majority function exists in the codebase (dspy/predict/aggregation.py) and is referenced in the learn documentation, but was missing from the API reference. This adds the corresponding API documentation page. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude --- docs/docs/api/modules/majority.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 docs/docs/api/modules/majority.md diff --git a/docs/docs/api/modules/majority.md b/docs/docs/api/modules/majority.md new file mode 100644 index 0000000000..e8fe98c239 --- /dev/null +++ b/docs/docs/api/modules/majority.md @@ -0,0 +1,15 @@ +# dspy.majority + + +::: dspy.majority + handler: python + options: + show_source: true + show_root_heading: true + heading_level: 2 + docstring_style: google + show_root_full_path: true + show_object_full_path: false + separate_signature: false +::: +