stanfordnlp / dspy

DSPy: The framework for programming—not prompting—language models
https://dspy.ai
MIT License
18.83k stars 1.44k forks source link

Bug Fix: Multiline init regex parsing (MIPROv2) #1466

Closed XenonMolecule closed 2 months ago

XenonMolecule commented 2 months ago

Fixes the error where multiline init definitions for modules are not properly parsed by the program aware regex.

Fixes #1460